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