summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - named_with_column becomes an attributeMike Bayer2007-11-2513-172/+153
* - decruftify old visitors used by orm, convert to functions thatMike Bayer2007-11-248-165/+78
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-2417-206/+192
* more changes to merge(dont_load); since we now have a guarantee thatMike Bayer2007-11-231-2/+8
* - some clarifications and fixes to merge(instance, dont_load=True).Mike Bayer2007-11-231-1/+6
* - clarified the error message which occurs when you try to update()Mike Bayer2007-11-202-31/+25
* - fixed endless loop issue when using lazy="dynamic" on bothMike Bayer2007-11-191-2/+2
* - added op() operator to instrumented attributes; i.e.Mike Bayer2007-11-182-1/+9
* - MSSQL anonymous labels for selection of functions made deterministicMike Bayer2007-11-181-6/+6
* repaired FB functions, [ticket:862]Mike Bayer2007-11-181-3/+3
* Tests for mysql casts and a couple adjustments.Jason Kirtland2007-11-181-6/+6
* - Clarified use of python's DecimalJason Kirtland2007-11-181-2/+2
* Migrated Connection.properties to Connection.info ('info' is the new standard...Jason Kirtland2007-11-184-23/+32
* - added a little more checking for garbage-collection dereferences inMike Bayer2007-11-181-5/+11
* - PickleType will compare using `==` when set up with mutable=False,Mike Bayer2007-11-181-1/+1
* test cases were not fully testing contains_eager() with regards to [ticket:77...Mike Bayer2007-11-181-8/+5
* some wide zoomark ranges...Mike Bayer2007-11-181-2/+2
* cut down a good deal of Join construction overheadMike Bayer2007-11-183-42/+44
* logging fixesMike Bayer2007-11-185-15/+25
* fixed both group-deferred attributes and expired attributes to notMike Bayer2007-11-182-7/+10
* - oracle will now reflect "DATE" as an OracleDateTime column, notMike Bayer2007-11-181-3/+16
* removed is_expired() method since the meaning of "expired" is per-attribute nowMike Bayer2007-11-181-8/+0
* oops, print statements...Mike Bayer2007-11-181-3/+0
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-187-306/+261
* fixed further issues with row translation [ticket:868]Mike Bayer2007-11-151-1/+4
* Restored Python 2.3 compatibility (in IdentitySet)Jason Kirtland2007-11-141-1/+14
* modified last commit; the eager loader only undefers columns from the primary...Mike Bayer2007-11-141-2/+0
* - DeferredColumnLoader checks row for column, if present sends it toMike Bayer2007-11-145-6/+27
* - added having() method to Query, applies HAVING to the generated statementMike Bayer2007-11-131-2/+23
* More column type __repr__ corrections.Jason Kirtland2007-11-132-2/+2
* AbstractType __repr__ robustification.Jason Kirtland2007-11-131-47/+50
* Remove usage of deprecated in_ syntaxPaul Johnston2007-11-111-1/+1
* - Pool listeners preserved on pool.recreate()Jason Kirtland2007-11-101-71/+71
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-107-35/+58
* - mysql float types now do an end run around the base class and respect preci...Jason Kirtland2007-11-091-14/+86
* more searching for equiv columnsMike Bayer2007-11-091-3/+13
* - fixed error where Query.add_column() would not accept a class-boundMike Bayer2007-11-091-0/+7
* - query doesn't throw an error if you use distinct() and an order_by()Mike Bayer2007-11-091-3/+6
* a tweak, still requiring test coverage, to add more "foreign key equivalents"...Mike Bayer2007-11-091-6/+9
* more changes to traverse-and-clone; a particular element will only be cloned ...Mike Bayer2007-11-083-25/+52
* - identified some cases where Alias needs to be cloned; but still cant cloneMike Bayer2007-11-081-4/+13
* - fixed remainder of [ticket:853]Mike Bayer2007-11-073-25/+16
* - <Engine|Connection>._execute_clauseelement becomes a public methodMike Bayer2007-11-072-6/+9
* - fix to compiled bind parameters to not mistakenly populate NoneMike Bayer2007-11-071-3/+7
* fixed the previous TLTransaction checkinMike Bayer2007-11-071-0/+2
* - fixed the close() method on Transaction when using strategy='threadlocal'Mike Bayer2007-11-072-2/+9
* adjusted "blank out primary key" rule to check for "allow_null_pks" on target...Mike Bayer2007-11-071-1/+1
* - fixed very hard-to-reproduce issue where by the FROM clause of QueryMike Bayer2007-11-071-13/+0
* fixed/added coverage for list extension; [ticket:855]Mike Bayer2007-11-061-3/+3
* Added missing InternalError exception wrapper [ticket:854]Jason Kirtland2007-11-061-2/+2