summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Try to reflect also the Sequence on the PK under FirebirdLele Gaifax2008-01-111-3/+30
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-1117-442/+495
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-1012-266/+281
* - unit test for r4048Mike Bayer2008-01-101-1/+0
* - added a mapper() flag "eager_defaults"; when set toMike Bayer2008-01-101-8/+23
* - added extra fk override testMike Bayer2008-01-101-1/+9
* Recognize another Firebird exception in dialect.is_disconnect()Lele Gaifax2008-01-101-0/+2
* - finally added PGMacAddr type to postgresMike Bayer2008-01-101-0/+5
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-5/+2
* test suite deprecation rampageJason Kirtland2008-01-094-22/+49
* Added UnicodeText aliasJason Kirtland2008-01-092-22/+28
* - fixed bug with session.dirty when using "mutable scalars"Mike Bayer2008-01-094-10/+31
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-0913-14/+14
* - fixed bug in union() so that select() statements which don't deriveMike Bayer2008-01-081-1/+2
* - Text type is properly exported now and does not raise a warningMike Bayer2008-01-082-2/+5
* Fixed reflection of mysql empty string column defaults.Jason Kirtland2008-01-081-1/+1
* Fix for ticket [923]Rick Morrison2008-01-071-17/+13
* - fixed an attribute history bug whereby assigning a new collectionMike Bayer2008-01-072-6/+6
* - suppressing *all* errors in InstanceState.__cleanup() now.Mike Bayer2008-01-061-9/+3
* - fixed bug which could occur with polymorphic "union" mapperMike Bayer2008-01-061-5/+6
* - synonyms can now be created against props that don't exist yet,Mike Bayer2008-01-052-4/+11
* - 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