summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-025-126/+152
* happy new yearMike Bayer2008-01-0135-35/+35
* fix to new TypeDecoratorMike Bayer2008-01-012-7/+27
* fix up oracle handling of LOB/string [ticket:902], slight fixes to defaults.p...Mike Bayer2008-01-014-12/+24
* filter() criterion takes mapper equivalent_columns into account when it adapt...Mike Bayer2007-12-312-1/+7
* 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-295-44/+66
* - mapped classes which extend "object" and do not provide anMike Bayer2007-12-297-20/+59
* - fixed Query bug when filter_by() compares a relation against NoneMike Bayer2007-12-293-1/+22
* - MapperExtension.before_update() and after_update() are now calledMike Bayer2007-12-293-8/+34
* - fixed session.refresh() with instance that has custom entity_nameMike Bayer2007-12-293-3/+11
* some rudimentary fixes to get instance-level deferreds/lazy loads to transfer...Mike Bayer2007-12-212-3/+27
* cruft ! who knewMike Bayer2007-12-211-14/+3
* added assertion for expiry's current inability to detect a PK switch in the DBMike Bayer2007-12-211-0/+26
* - disabled the "populate expired/deferred attributes as we come across them" ...Mike Bayer2007-12-212-21/+25
* mass load wont overwrite modified expired attributesMike Bayer2007-12-213-3/+20
* 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-2113-238/+526
* - inheriting mappers now inherit the MapperExtensions of their parentMike Bayer2007-12-203-65/+124
* - sqlite SLDate type will not erroneously render "microseconds" portionMike Bayer2007-12-203-1/+14
* forgot CHANGESRick Morrison2007-12-191-1/+6
* 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-199-59/+331
* Fix the unpacking of the refered table name under FirebirdLele Gaifax2007-12-191-1/+4
* introductory docstring bonanzaMike Bayer2007-12-1818-41/+128
* Apply default cascade rules for firebird self-ref ForeignKeys.Jason Kirtland2007-12-181-1/+29
* a little pre-lunch decrufting and cleanupMike Bayer2007-12-183-67/+80
* Use an explicit ordering in the queryLele Gaifax2007-12-181-4/+4
* Add Firebird to the list of DBs that needs explicit sequencesLele Gaifax2007-12-181-2/+1
* get most oracle tests in sql working again....Mike Bayer2007-12-184-5/+20
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-1817-357/+354
* - select().as_scalar() will raise an exception if the select does not haveMike Bayer2007-12-186-27/+103
* fixed del historyMike Bayer2007-12-162-1/+14
* 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-168-59/+127
* Fix bad example of Firebird test DBLele Gaifax2007-12-161-1/+1
* 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-152-3/+31
* 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-152-11/+46
* oof...unicode object still needs to return the value if it just warned...Mike Bayer2007-12-145-26/+34
* oof, history on collections were wrong. fixed byroot_tree test as wellMike Bayer2007-12-143-4/+35
* - simplified _mapper_registry further. its now just a weakkeydict of mapper-...Mike Bayer2007-12-1410-121/+277
* added an inheritance testMike Bayer2007-12-141-0/+51