| Commit message (Expand) | Author | Age | Files | Lines |
| * | more changes to merge(dont_load); since we now have a guarantee that | Mike Bayer | 2007-11-23 | 1 | -0/+85 |
| * | - some clarifications and fixes to merge(instance, dont_load=True). | Mike Bayer | 2007-11-23 | 1 | -4/+102 |
| * | - clarified the error message which occurs when you try to update() | Mike Bayer | 2007-11-20 | 1 | -0/+7 |
| * | - fixed endless loop issue when using lazy="dynamic" on both | Mike Bayer | 2007-11-19 | 1 | -2/+18 |
| * | add a polymorphic get() test | Mike Bayer | 2007-11-19 | 2 | -1/+9 |
| * | - added tests for [ticket:768] | Mike Bayer | 2007-11-18 | 1 | -0/+24 |
| * | - added op() operator to instrumented attributes; i.e. | Mike Bayer | 2007-11-18 | 1 | -0/+3 |
| * | - MSSQL anonymous labels for selection of functions made deterministic | Mike Bayer | 2007-11-18 | 2 | -1/+13 |
| * | repaired FB functions, [ticket:862] | Mike Bayer | 2007-11-18 | 1 | -1/+7 |
| * | Tests for mysql casts and a couple adjustments. | Jason Kirtland | 2007-11-18 | 1 | -0/+93 |
| * | Migrated Connection.properties to Connection.info ('info' is the new standard... | Jason Kirtland | 2007-11-18 | 1 | -9/+9 |
| * | added some ORDER BYs to appease the ever picky postgres | Mike Bayer | 2007-11-18 | 1 | -1/+1 |
| * | test cases were not fully testing contains_eager() with regards to [ticket:77... | Mike Bayer | 2007-11-18 | 1 | -16/+63 |
| * | some wide zoomark ranges... | Mike Bayer | 2007-11-18 | 1 | -4/+4 |
| * | cut down a good deal of Join construction overhead | Mike Bayer | 2007-11-18 | 1 | -1/+1 |
| * | fixed both group-deferred attributes and expired attributes to not | Mike Bayer | 2007-11-18 | 2 | -1/+35 |
| * | - oracle will now reflect "DATE" as an OracleDateTime column, not | Mike Bayer | 2007-11-18 | 1 | -2/+2 |
| * | oops, print statements... | Mike Bayer | 2007-11-18 | 1 | -2/+0 |
| * | - session.refresh() and session.expire() now support an additional argument | Mike Bayer | 2007-11-18 | 11 | -166/+503 |
| * | fixed further issues with row translation [ticket:868] | Mike Bayer | 2007-11-15 | 1 | -0/+35 |
| * | modified last commit; the eager loader only undefers columns from the primary... | Mike Bayer | 2007-11-14 | 2 | -2/+37 |
| * | - DeferredColumnLoader checks row for column, if present sends it to | Mike Bayer | 2007-11-14 | 2 | -1/+51 |
| * | - added having() method to Query, applies HAVING to the generated statement | Mike Bayer | 2007-11-13 | 1 | -0/+5 |
| * | - Pool listeners preserved on pool.recreate() | Jason Kirtland | 2007-11-10 | 1 | -32/+33 |
| * | added self referential test | Mike Bayer | 2007-11-10 | 1 | -0/+16 |
| * | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 3 | -12/+83 |
| * | - mysql float types now do an end run around the base class and respect preci... | Jason Kirtland | 2007-11-09 | 2 | -153/+166 |
| * | - fixed error where Query.add_column() would not accept a class-bound | Mike Bayer | 2007-11-09 | 1 | -1/+18 |
| * | - query doesn't throw an error if you use distinct() and an order_by() | Mike Bayer | 2007-11-09 | 1 | -0/+6 |
| * | more changes to traverse-and-clone; a particular element will only be cloned ... | Mike Bayer | 2007-11-08 | 1 | -3/+20 |
| * | - identified some cases where Alias needs to be cloned; but still cant clone | Mike Bayer | 2007-11-08 | 3 | -2/+34 |
| * | updated zoomark test_1a_populate callcounts. if the calls keep being removed ... | Ants Aasma | 2007-11-08 | 1 | -1/+1 |
| * | - fixed remainder of [ticket:853] | Mike Bayer | 2007-11-07 | 3 | -10/+20 |
| * | fixed the previous TLTransaction checkin | Mike Bayer | 2007-11-07 | 1 | -6/+2 |
| * | - fixed the close() method on Transaction when using strategy='threadlocal' | Mike Bayer | 2007-11-07 | 1 | -1/+27 |
| * | adjusted "blank out primary key" rule to check for "allow_null_pks" on target... | Mike Bayer | 2007-11-07 | 1 | -0/+33 |
| * | fixed/added coverage for list extension; [ticket:855] | Mike Bayer | 2007-11-06 | 1 | -0/+20 |
| * | Migrated maxdb behavioral assumptions from unsupported to fails_on | Jason Kirtland | 2007-11-05 | 12 | -531/+558 |
| * | Added testing.fails_on('db') failure-asserter. | Jason Kirtland | 2007-11-05 | 1 | -17/+50 |
| * | - figured out a way to get previous oracle behavior back. the ROWID thing | Mike Bayer | 2007-11-05 | 1 | -3/+8 |
| * | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 2 | -4/+4 |
| * | - oid_column proxies more intelligently off of Select, CompoundSelect - fixes... | Mike Bayer | 2007-11-05 | 1 | -0/+17 |
| * | - base_columns on ColumnElement becomes a list; as usual, because columns in ... | Mike Bayer | 2007-11-05 | 1 | -1/+9 |
| * | - rewrote and simplified the system used to "target" columns across | Mike Bayer | 2007-11-05 | 2 | -10/+2 |
| * | - func. objects can be pickled/unpickled [ticket:844] | Mike Bayer | 2007-11-04 | 1 | -0/+3 |
| * | - eager loading with LIMIT/OFFSET applied no longer adds the primary | Mike Bayer | 2007-11-03 | 1 | -1/+21 |
| * | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 4 | -8/+83 |
| * | Added a profiled benchmark for orm attribute modification & flush | Jason Kirtland | 2007-11-03 | 1 | -0/+93 |
| * | - Removed equality, truth and hash() testing of mapped instances. Mapped | Jason Kirtland | 2007-11-03 | 2 | -2/+172 |
| * | - removed "name" attribute from FromClause, Join, Select, CompoundSelect. it... | Mike Bayer | 2007-11-03 | 1 | -0/+2 |