2007-11-23 |
Mike Bayer | - some clarifications and fixes to merge(instance,... |
commit | commitdiff | tree |
2007-11-20 |
Jason Kirtland | Typo fix |
commit | commitdiff | tree |
2007-11-20 |
Mike Bayer | - clarified the error message which occurs when you... |
commit | commitdiff | tree |
2007-11-19 |
Mike Bayer | - fixed endless loop issue when using lazy="dynamic... |
commit | commitdiff | tree |
2007-11-19 |
Mike Bayer | add a polymorphic get() test |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | doctest fixups rel_0_4_1 |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - added tests for [ticket:768] |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - added op() operator to instrumented attributes; i.e. |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - MSSQL anonymous labels for selection of functions... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | repaired FB functions, [ticket:862] |
commit | commitdiff | tree |
2007-11-18 |
Jason Kirtland | Tests for mysql casts and a couple adjustments. |
commit | commitdiff | tree |
2007-11-18 |
Jason Kirtland | - Clarified use of python's Decimal |
commit | commitdiff | tree |
2007-11-18 |
Jason Kirtland | Migrated Connection.properties to Connection.info ... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - added a little more checking for garbage-collection... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | added some ORDER BYs to appease the ever picky postgres |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - PickleType will compare using `==` when set up with... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | test cases were not fully testing contains_eager()... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | some wide zoomark ranges... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | cut down a good deal of Join construction overhead |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | logging fixes |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | fixed both group-deferred attributes and expired attrib... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - oracle will now reflect "DATE" as an OracleDateTime... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | removed is_expired() method since the meaning of "expir... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | oops, print statements... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | typos |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - session.refresh() and session.expire() now support... |
commit | commitdiff | tree |
2007-11-15 |
Mike Bayer | fixed further issues with row translation [ticket:868] |
commit | commitdiff | tree |
2007-11-14 |
Jason Kirtland | Restored Python 2.3 compatibility (in IdentitySet) |
commit | commitdiff | tree |
2007-11-14 |
Mike Bayer | modified last commit; the eager loader only undefers... |
commit | commitdiff | tree |
2007-11-14 |
Mike Bayer | - DeferredColumnLoader checks row for column, if presen... |
commit | commitdiff | tree |
2007-11-14 |
Jason Kirtland | Removed some distractions, ala r3770. |
commit | commitdiff | tree |
2007-11-14 |
Jason Kirtland | Removed some distractions. |
commit | commitdiff | tree |
2007-11-13 |
Mike Bayer | - added having() method to Query, applies HAVING... |
commit | commitdiff | tree |
2007-11-13 |
Jason Kirtland | More column type __repr__ corrections. |
commit | commitdiff | tree |
2007-11-13 |
Jason Kirtland | AbstractType __repr__ robustification. |
commit | commitdiff | tree |
2007-11-11 |
Paul Johnston | Remove usage of deprecated in_ syntax |
commit | commitdiff | tree |
2007-11-10 |
Jason Kirtland | - Pool listeners preserved on pool.recreate() |
commit | commitdiff | tree |
2007-11-10 |
Jason Kirtland | Removed out of date identity map language (thanks,... |
commit | commitdiff | tree |
2007-11-10 |
Mike Bayer | added self referential test |
commit | commitdiff | tree |
2007-11-10 |
Mike Bayer | - anonymous column expressions are automatically... |
commit | commitdiff | tree |
2007-11-09 |
Jason Kirtland | - mysql float types now do an end run around the base... |
commit | commitdiff | tree |
2007-11-09 |
Mike Bayer | more searching for equiv columns |
commit | commitdiff | tree |
2007-11-09 |
Mike Bayer | - fixed error where Query.add_column() would not accept... |
commit | commitdiff | tree |
2007-11-09 |
Mike Bayer | - query doesn't throw an error if you use distinct... |
commit | commitdiff | tree |
2007-11-09 |
Mike Bayer | a tweak, still requiring test coverage, to add more... |
commit | commitdiff | tree |
2007-11-08 |
Mike Bayer | more changes to traverse-and-clone; a particular elemen... |
commit | commitdiff | tree |
2007-11-08 |
Mike Bayer | - identified some cases where Alias needs to be cloned... |
commit | commitdiff | tree |
2007-11-08 |
Ants Aasma | updated zoomark test_1a_populate callcounts. if the... |
commit | commitdiff | tree |
2007-11-07 |
Mike Bayer | - fixed remainder of [ticket:853] |
commit | commitdiff | tree |
2007-11-07 |
Mike Bayer | - <Engine|Connection>._execute_clauseelement becomes... |
commit | commitdiff | tree |
2007-11-07 |
Mike Bayer | - fix to compiled bind parameters to not mistakenly... |
commit | commitdiff | tree |
2007-11-07 |
Mike Bayer | fixed the previous TLTransaction checkin |
commit | commitdiff | tree |
2007-11-07 |
Mike Bayer | - fixed the close() method on Transaction when using... |
commit | commitdiff | tree |
2007-11-07 |
Mike Bayer | adjusted "blank out primary key" rule to check for... |
commit | commitdiff | tree |
2007-11-07 |
Mike Bayer | - fixed very hard-to-reproduce issue where by the... |
commit | commitdiff | tree |
2007-11-06 |
Mike Bayer | fixed/added coverage for list extension; [ticket:855] |
commit | commitdiff | tree |
2007-11-06 |
Jason Kirtland | Added missing InternalError exception wrapper [ticket... |
commit | commitdiff | tree |
2007-11-06 |
Paul Johnston | Create a storage field for arbitrary info on tables... |
commit | commitdiff | tree |
2007-11-05 |
Rick Morrison | Added note about EXT_CONTINUE to 3.x -> 4.x migration... |
commit | commitdiff | tree |
2007-11-05 |
Jason Kirtland | Migrated maxdb behavioral assumptions from unsupported... |
commit | commitdiff | tree |
2007-11-05 |
Jason Kirtland | Added testing.fails_on('db') failure-asserter. |
commit | commitdiff | tree |
2007-11-05 |
Mike Bayer | - figured out a way to get previous oracle behavior... |
commit | commitdiff | tree |
2007-11-05 |
Mike Bayer | - adjustments to oracle ROWID logic...recent oid change... |
commit | commitdiff | tree |
2007-11-05 |
Mike Bayer | - oid_column proxies more intelligently off of Select... |
commit | commitdiff | tree |
2007-11-05 |
Jason Kirtland | Whitespace cleanup |
commit | commitdiff | tree |
2007-11-05 |
Mike Bayer | - base_columns on ColumnElement becomes a list; as... |
commit | commitdiff | tree |
2007-11-05 |
Jason Kirtland | - SHOW CREATE TABLE output is slightly different if... |
commit | commitdiff | tree |
2007-11-05 |
Mike Bayer | - rewrote and simplified the system used to "target... |
commit | commitdiff | tree |
2007-11-04 |
Mike Bayer | - func. objects can be pickled/unpickled [ticket... |
commit | commitdiff | tree |
2007-11-03 |
Mike Bayer | - eager loading with LIMIT/OFFSET applied no longer... |
commit | commitdiff | tree |
2007-11-03 |
Mike Bayer | - rewritten ClauseAdapter merged from the eager_minus_j... |
commit | commitdiff | tree |
2007-11-03 |
Jason Kirtland | Added a profiled benchmark for orm attribute modificati... |
commit | commitdiff | tree |
2007-11-03 |
Jason Kirtland | - Swap operator.eq for lambda x,y: x==y |
commit | commitdiff | tree |
2007-11-03 |
Jason Kirtland | Formatting for 0.4.1 |
commit | commitdiff | tree |
2007-11-03 |
Jason Kirtland | Added some more notes for maxdb |
commit | commitdiff | tree |
2007-11-03 |
Jason Kirtland | - Removed equality, truth and hash() testing of mapped... |
commit | commitdiff | tree |
2007-11-03 |
Mike Bayer | - removed "name" attribute from FromClause, Join, Selec... |
commit | commitdiff | tree |
2007-11-03 |
Rick Morrison | added small clarification on single-table inheritance... |
commit | commitdiff | tree |
2007-11-02 |
Mike Bayer | doc updates for save_on_init=False, merge(...dont_save... |
commit | commitdiff | tree |
2007-11-02 |
Mike Bayer | - extra merge test |
commit | commitdiff | tree |
2007-11-02 |
Mike Bayer | - merge() includes a keyword argument "dont_load=True... |
commit | commitdiff | tree |
2007-11-02 |
Jason Kirtland | More improvements to testlib's mapper decorator |
commit | commitdiff | tree |
2007-11-01 |
Jason Kirtland | Tweaks for assert_unordered_result |
commit | commitdiff | tree |
2007-11-01 |
Jason Kirtland | Added AssertMixin.assert_unordered_result |
commit | commitdiff | tree |
2007-11-01 |
Mike Bayer | - session checks more carefully when determining "objec... |
commit | commitdiff | tree |
2007-11-01 |
Jason Kirtland | Added rowset() testing helper. |
commit | commitdiff | tree |
2007-11-01 |
Jason Kirtland | Fixed truth-evaluation of mapped objects (part of ... |
commit | commitdiff | tree |
2007-11-01 |
Mike Bayer | - merged factor_down_bindparams branch. |
commit | commitdiff | tree |
2007-10-31 |
Jason Kirtland | Added command line options to add tripwires for __hash_... |
commit | commitdiff | tree |
2007-10-31 |
Jason Kirtland | - A more efficient IdentitySet |
commit | commitdiff | tree |
2007-10-31 |
Mike Bayer | - split ScalarInstrumentedAttribute into a "scalar... |
commit | commitdiff | tree |
2007-10-31 |
Mike Bayer | dont call up new session unless save_on_init |
commit | commitdiff | tree |
2007-10-31 |
Ants Aasma | - also added proxying of save_or_update to scoped sessions. |
commit | commitdiff | tree |
2007-10-31 |
Mike Bayer | added REAL to reflection list |
commit | commitdiff | tree |
2007-10-31 |
Ants Aasma | Added proxying of __contains__ and __iter__ methods... |
commit | commitdiff | tree |
2007-10-31 |
Paul Johnston | Fixup sp_columns call |
commit | commitdiff | tree |
2007-10-31 |
Jason Kirtland | Fixed a truncation error when re-assigning a subset... |
commit | commitdiff | tree |
2007-10-31 |
Jason Kirtland | Added util.IdentitySet to support [ticket:676] and... |
commit | commitdiff | tree |
2007-10-31 |
Jason Kirtland | Formatting tweaks. |
commit | commitdiff | tree |
2007-10-31 |
Jason Kirtland | - Removed unused util.hash() |
commit | commitdiff | tree |
next |