summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Corrected the sqlite float type so that it properly gets reflected as a SLFlo...Michael Trier2009-04-131-1/+1
* Added in MSSQL reserved words list. Fixes #1310Michael Trier2009-04-121-2/+31
* Added multi part schema name support. Closes #594 and #1341.Michael Trier2009-04-113-12/+41
* - Fixed a unit of work issue whereby the foreignMike Bayer2009-04-111-2/+4
* - Fixed documentation for session weak_identity_map -Mike Bayer2009-04-091-2/+2
* - Fixed the evaluator not being able to evaluate IS NULL clauses.Ants Aasma2009-04-061-1/+1
* Added indexed to the list of reserved keywords (added in 3.6.4). Fixes #1358.Michael Trier2009-04-041-1/+1
* - Fixed bug in relation(), introduced in 0.5.3,Mike Bayer2009-04-022-1/+6
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-4/+8
* - Fixed another location where autoflush was interferingMike Bayer2009-03-312-12/+17
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-308-3/+119
* - Lazy loader will not use get() if the "lazy load"Mike Bayer2009-03-291-1/+1
* Corrected docstring for class_mapper. It does not accept an object. Fixes #1316.Michael Trier2009-03-291-2/+2
* Modified information_schema change to keep it backwards compatible.Michael Trier2009-03-292-72/+251
* - Fixed __repr__() and other _get_colspec() methods onMike Bayer2009-03-271-1/+6
* Corrected problem with information schema not working with binary collation o...Michael Trier2009-03-272-197/+77
* - Fixed the "set collection" function on "dynamic" relationsMike Bayer2009-03-271-6/+31
* - Fixed bug in dynamic_loader() where append/remove eventsMike Bayer2009-03-242-4/+8