summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-0513-44/+65
* More overloads: fix cascades for += on a list relation, added operator suppor...Jason Kirtland2008-01-052-0/+46
* - fixed fairly critical bug whereby the same instance could be listedMike Bayer2008-01-051-1/+2
* Experimental: modestly more informative repr() for some expressions (using .d...Jason Kirtland2008-01-051-0/+8
* Migrated a few in-function 'from x import y' to the 'global x; if x is None' ...Jason Kirtland2008-01-051-160/+168
* Refined bulk-assignment aspects of the r3999 in-place collection operator fix...Jason Kirtland2008-01-041-1/+7
* Fixed in-place set mutation operator support [ticket:920]Jason Kirtland2008-01-042-10/+90
* Added REPLACE statements to mysql autocommit list.Jason Kirtland2008-01-041-1/+1
* add anonymous labels to function callsMike Bayer2008-01-041-1/+1
* fix not calling the result processor of PGArray subtypes. (a rather embarrasi...Ants Aasma2008-01-031-1/+1
* - added very rudimentary yielding iterator behavior to Query. CallMike Bayer2008-01-021-22/+51
* fix weakref issue seen on one buildbot testrel_0_4_2Mike Bayer2008-01-021-1/+1
* - further fix to new TypeDecorator, so that subclasses of TypeDecorators work...Mike Bayer2008-01-024-15/+23
* happy new yearMike Bayer2008-01-0133-33/+33
* fix to new TypeDecoratorMike Bayer2008-01-011-2/+6
* fix up oracle handling of LOB/string [ticket:902], slight fixes to defaults.p...Mike Bayer2008-01-011-7/+6
* filter() criterion takes mapper equivalent_columns into account when it adapt...Mike Bayer2007-12-311-1/+3
* remove "is None" from boolean testsMike Bayer2007-12-291-2/+2
* limit scope of try/exceptMike Bayer2007-12-291-4/+4
* use long for query runid counterMike Bayer2007-12-291-1/+1
* - added is_disconnect() support for oracleMike Bayer2007-12-293-21/+40
* - mapped classes which extend "object" and do not provide anMike Bayer2007-12-292-9/+18
* - fixed Query bug when filter_by() compares a relation against NoneMike Bayer2007-12-291-1/+4
* - MapperExtension.before_update() and after_update() are now calledMike Bayer2007-12-291-8/+7
* - fixed session.refresh() with instance that has custom entity_nameMike Bayer2007-12-291-1/+1
* some rudimentary fixes to get instance-level deferreds/lazy loads to transfer...Mike Bayer2007-12-211-2/+9
* cruft ! who knewMike Bayer2007-12-211-14/+3
* - disabled the "populate expired/deferred attributes as we come across them" ...Mike Bayer2007-12-211-8/+6
* mass load wont overwrite modified expired attributesMike Bayer2007-12-212-3/+6
* broke up various class-level mapper/instance fanfare into class_level_loader;...Mike Bayer2007-12-211-6/+12
* - reworked all lazy/deferred/expired callables to beMike Bayer2007-12-217-229/+315
* - inheriting mappers now inherit the MapperExtensions of their parentMike Bayer2007-12-201-25/+32
* - sqlite SLDate type will not erroneously render "microseconds" portionMike Bayer2007-12-201-1/+4
* Fix for autoload of non-identity PK integer columns [824]Rick Morrison2007-12-191-7/+13
* - Re-raise SystemExit et al in _ConnectionRecord.closeJason Kirtland2007-12-191-14/+20
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-195-41/+95
* introductory docstring bonanzaMike Bayer2007-12-1816-33/+118
* a little pre-lunch decrufting and cleanupMike Bayer2007-12-183-67/+80
* get most oracle tests in sql working again....Mike Bayer2007-12-183-3/+16
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-1815-344/+336
* - select().as_scalar() will raise an exception if the select does not haveMike Bayer2007-12-182-21/+29
* fixed del historyMike Bayer2007-12-161-1/+8
* after_update called with state.obj()Mike Bayer2007-12-161-1/+1
* - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads,Mike Bayer2007-12-164-53/+49
* moved hide_froms and aggregate_hide_froms to be only on FromClauseMike Bayer2007-12-161-28/+19
* Revert to use default poolclass under FirebirdLele Gaifax2007-12-151-2/+20
* Remove some spurious spacesLele Gaifax2007-12-151-3/+7
* Fixed minor reST issueLele Gaifax2007-12-151-5/+4
* Documentation markup and a few typosLele Gaifax2007-12-151-241/+242
* Implemented FBDialect.server_version_info()Lele Gaifax2007-12-151-5/+34