summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* beefed up documentation for count(), [ticket:1465]Mike Bayer2009-07-251-12/+18
* - The collection proxies produced by associationproxy are nowMike Bayer2009-07-251-103/+64
* Fix small typos in docstringLele Gaifax2009-07-241-2/+2
* ensure "rowswitch" for isdelete is supportedMike Bayer2009-07-221-3/+5
* - relations() now have greater ability to be "overridden",Mike Bayer2009-07-211-7/+36
* - Fixed bug whereby inheritance discriminator part of aMike Bayer2009-07-211-1/+1
* - Fixed a bug in extract() introduced in 0.5.4 wherebyMike Bayer2009-07-171-2/+1
* Guard against a gc hitting during the sweep for dirty objects.Jason Kirtland2009-07-161-4/+5
* changed reference to PostgreSQL in docs.rel_0_5_5Mike Bayer2009-07-134-8/+8
* - sqlalchemy.orm.join and sqlalchemy.orm.outerjoin are nowMike Bayer2009-07-122-2/+5
* Implemented recreate() for StaticPoolJason Kirtland2009-07-101-3/+13
* - Fixed potential memory leak whereby previously pickled objectsMike Bayer2009-07-101-2/+7
* - Fixed bug whereby session.is_modified() would raise an exceptionMike Bayer2009-07-091-2/+10
* - Fixed a bug involving contains_eager(), which would apply itselfMike Bayer2009-07-073-7/+24
* Session.mapper is now *deprecated*.Mike Bayer2009-07-031-8/+10
* Fix deprecated usage of on numeric typeLele Gaifax2009-06-231-2/+2
* - repaired non-working attributes.set_committed_value function.Mike Bayer2009-06-181-1/+1
* - Trimmed the pickle format for InstanceState which should furtherMike Bayer2009-06-161-27/+37
* - Fixed bug whereby list-based attributes, like pickletypeMike Bayer2009-06-151-2/+0
* - The "foreign_keys" argument of relation() will now propagateMike Bayer2009-06-131-5/+19
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-1011-0/+2182
* - Fixed Query being able to join() from individual columns ofMike Bayer2009-06-051-6/+7
* move from pXXX to 0.5.5 [ticket:1427]Mike Bayer2009-06-021-1/+1
* - Fixed another 0.5.4 bug whereby mutable attributes (i.e. PickleType)Mike Bayer2009-06-011-1/+3
* slight cleanup i want in 0.5/0.6Mike Bayer2009-05-311-9/+6
* removed needless "thread" imports from utilMike Bayer2009-05-305-13/+6
* - sqlMike Bayer2009-05-292-2/+2
* - Fixed bug introduced in 0.5.4 whereby Composite typesMike Bayer2009-05-262-2/+2
* more fixes to bound parameter exception reportingrel_0_5_4p2Mike Bayer2009-05-261-2/+2
* - added unit test for exception formattingMike Bayer2009-05-261-2/+1
* - Repaired the printing of SQL exceptions which are notMike Bayer2009-05-252-2/+2
* - Fixed an attribute error introduced in 0.5.4 which wouldrel_0_5_4p1Mike Bayer2009-05-182-2/+2
* - Back-ported the "compiler" extension from SQLA 0.6. Thisrel_0_5_4Mike Bayer2009-05-172-0/+111
* - The "polymorphic discriminator" column may be part of aMike Bayer2009-05-172-5/+5
* - Reflecting a FOREIGN KEY construct will take into accountMike Bayer2009-05-171-1/+1
* - Exception messages are truncated when the list of boundMike Bayer2009-05-171-0/+5
* - Removed all* O(N) scanning behavior from the flush() process,Mike Bayer2009-05-177-68/+83
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-1713-684/+887
* - Fixed obscure mapper compilation issue when inheritingMike Bayer2009-05-131-1/+1
* - It is now an error to specify both columns of a binary primaryjoinMike Bayer2009-05-082-6/+6
* - Fixed bug which prevented "mutable primary key" dependencyMike Bayer2009-05-081-1/+2
* Corrected the SQLite SLBoolean type so that it properly treats 1 only as True...Michael Trier2009-05-051-1/+1
* - MapperOptions and other state associated with query.options()Mike Bayer2009-05-024-61/+52
* Modified savepoint logic in mssql to ensure that it does not step on non-save...Michael Trier2009-04-281-8/+4
* - Allowed pickling of PropertyOption objects constructed withMike Bayer2009-04-261-0/+21
* Modified query_cls on DynamicAttribteImpl to accept a full mixin version of t...Michael Trier2009-04-251-20/+22
* Query.update() and Query.delete() should turn off eagerloads. Fixes #1378.Ants Aasma2009-04-201-0/+4
* Fixed adding of deferred or othe column properties to a declarative class.Michael Trier2009-04-181-0/+6
* Removed allow_column_override documentation. Fixes #1381.Michael Trier2009-04-181-5/+0
* Added copy and __copy__ methods to the OrderedDict. Fixes #1377.Michael Trier2009-04-131-0/+6