summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - An alias() of a select() will convert to a "scalar subquery"Mike Bayer2009-03-211-2/+22
* - Fixed SQLite reflection methods so that non-presentMike Bayer2009-03-171-5/+10
* - Query.join() can now construct multiple FROM clauses, ifMike Bayer2009-03-153-39/+68
* - Fixed bug where column_prefix wasn't being checked beforeMike Bayer2009-03-111-10/+10
* fix formatting to match unit testsMike Bayer2009-03-111-1/+1
* add schema to entity methodJonathan Ellis2009-03-091-2/+5
* - a forward and complementing backwards reference which are bothMike Bayer2009-03-091-0/+4
* - Query.group_by() properly takes into account aliasing appliedMike Bayer2009-03-081-0/+2
* - The "objects" argument to session.flush() is deprecated.Mike Bayer2009-03-011-0/+7
* - Added PGUuid and PGBit types toMike Bayer2009-03-011-2/+11
* - Fixed adaptation of EXISTS clauses via any(), has(), etc.Mike Bayer2009-02-261-2/+2