summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-10134-5228/+3231
* - Fixed Query being able to join() from individual columns ofMike Bayer2009-06-054-7/+75
* - removed test.testing.ORMTest, test.fixtures, and allMike Bayer2009-06-0224-725/+336
* move from pXXX to 0.5.5 [ticket:1427]Mike Bayer2009-06-022-2/+2
* - Fixed another 0.5.4 bug whereby mutable attributes (i.e. PickleType)Mike Bayer2009-06-013-3/+11
* slight cleanup i want in 0.5/0.6Mike Bayer2009-05-312-17/+16
* removed needless "thread" imports from utilMike Bayer2009-05-305-13/+6
* - sqlMike Bayer2009-05-295-18/+32
* - Fixed bug introduced in 0.5.4 whereby Composite typesMike Bayer2009-05-264-2/+15
* more fixes to bound parameter exception reportingrel_0_5_4p2Mike Bayer2009-05-263-3/+42
* - added unit test for exception formattingMike Bayer2009-05-264-4/+22
* - Repaired the printing of SQL exceptions which are notMike Bayer2009-05-253-2/+9
* - Fixed an attribute error introduced in 0.5.4 which wouldrel_0_5_4p1Mike Bayer2009-05-184-2/+18
* - Back-ported the "compiler" extension from SQLA 0.6. Thisrel_0_5_4Mike Bayer2009-05-177-0/+251
* unusual ...Mike Bayer2009-05-171-1/+1
* - The "polymorphic discriminator" column may be part of aMike Bayer2009-05-174-5/+53
* - Reflecting a FOREIGN KEY construct will take into accountMike Bayer2009-05-172-1/+6
* - Exception messages are truncated when the list of boundMike Bayer2009-05-172-0/+10
* - Removed all* O(N) scanning behavior from the flush() process,Mike Bayer2009-05-1710-73/+99
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-1722-752/+1074
* fix mysql testsMike Bayer2009-05-141-2/+5
* - Fixed obscure mapper compilation issue when inheritingMike Bayer2009-05-132-1/+5
* - It is now an error to specify both columns of a binary primaryjoinMike Bayer2009-05-084-7/+59
* - Fixed bug which prevented "mutable primary key" dependencyMike Bayer2009-05-084-34/+83
* Corrected the SQLite SLBoolean type so that it properly treats 1 only as True...Michael Trier2009-05-053-1/+26
* - MapperOptions and other state associated with query.options()Mike Bayer2009-05-025-61/+61
* this falls back to "expire" in any case since concat_op is not supported by t...Mike Bayer2009-05-021-1/+1
* Corrected missing stop in the ORM Tutorial. Fixes #1395.Michael Trier2009-04-291-1/+1
* Modified savepoint logic in mssql to ensure that it does not step on non-save...Michael Trier2009-04-282-8/+8
* - Allowed pickling of PropertyOption objects constructed withMike Bayer2009-04-263-1/+56
* Modified query_cls on DynamicAttribteImpl to accept a full mixin version of t...Michael Trier2009-04-253-40/+85
* we work with sphinx 0.6.1 nowMike Bayer2009-04-251-1/+1
* Query.update() and Query.delete() should turn off eagerloads. Fixes #1378.Ants Aasma2009-04-203-0/+58
* Fixed adding of deferred or othe column properties to a declarative class.Michael Trier2009-04-183-1/+35
* 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-132-1/+19
* Cleaned up the deprecation problems with the examples.Michael Trier2009-04-135-7/+7
* Corrected the sqlite float type so that it properly gets reflected as a SLFlo...Michael Trier2009-04-133-2/+6
* Added in MSSQL reserved words list. Fixes #1310Michael Trier2009-04-122-2/+34
* Added multi part schema name support. Closes #594 and #1341.Michael Trier2009-04-115-13/+72
* - Fixed a unit of work issue whereby the foreignMike Bayer2009-04-113-3/+30
* Corrected duplication of serializer docs. Fixes #1375.Michael Trier2009-04-091-36/+0
* - Fixed documentation for session weak_identity_map -Mike Bayer2009-04-092-2/+6
* test multi-level eager load without the limiting subqueryMike Bayer2009-04-081-0/+14
* - Fixed the evaluator not being able to evaluate IS NULL clauses.Ants Aasma2009-04-063-1/+5
* disabling triggers for Mysql since it requires SUPER privsMike Bayer2009-04-051-0/+1
* Added indexed to the list of reserved keywords (added in 3.6.4). Fixes #1358.Michael Trier2009-04-041-1/+1
* Added Oracle examples showing how to use named parameters with a TNS. Fixes #...Michael Trier2009-04-041-2/+7
* Corrected examples in ORM tutorial to specify actual exception being thrown. ...Michael Trier2009-04-041-4/+6
* Corrected doc notations that suppressed some non-SQL output. Fixes #1366.Michael Trier2009-04-041-9/+9