summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - Fixed SQLite reflection methods so that non-presentrel_0_4Mike Bayer2009-03-171-5/+10
* getstate fixMike Bayer2009-01-291-1/+1
* - The per-dialect cache used by TypeEngine to cacheMike Bayer2009-01-291-4/+4
* - Fixed bug which was preventing out params of certain typesMike Bayer2009-01-031-1/+6
* - Fixed shard_id argument on ShardedSession.execute().Mike Bayer2008-12-281-2/+7
* - Class-bound accessor can be used as the argument toMike Bayer2008-12-271-0/+3
* unit tests in 0.5 revealed the proper way to do thisMike Bayer2008-12-271-2/+2
* - Added ScopedSession.is_active accessor. [ticket:976]Mike Bayer2008-12-271-1/+1
* - NullPool supports reconnect on failure behavior.Mike Bayer2008-12-271-0/+12
* - postgresMike Bayer2008-12-231-0/+38
* - mysqlMike Bayer2008-12-211-1/+1
* Don't snarf Query docstrings [ticket:1026]Jason Kirtland2008-12-121-1/+2
* - Connection.invalidate() checks for closed statusMike Bayer2008-12-111-0/+2
* Handle the mssql port properly. If we're using the SQL Server driver then use...Michael Trier2008-11-101-10/+16
* Fixed up misspelling of propagate throughout.Michael Trier2008-11-104-4/+4
* - Fixed bug in composite types which prevented a primary-keyMike Bayer2008-11-051-2/+2
* - Fixed RLock-related bug in mapper which could deadlock uponMike Bayer2008-11-051-15/+17
* - Fixed 0.4-only bug preventing composite columnsMike Bayer2008-10-211-1/+1
* - polymorphic_union() function respects the "key" of eachMike Bayer2008-10-211-3/+3
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_4_8Mike Bayer2008-10-121-3/+31
* Corrected incorrect module name. Fixes #1137.Michael Trier2008-09-261-1/+1
* remove unused and conflicting "c" format specifierMike Bayer2008-09-191-3/+0
* - Supplied a custom strftime() function whichMike Bayer2008-09-192-40/+29
* - Added label() method to InstrumentedAttributeMike Bayer2008-09-171-0/+3
* - column.in_(someselect) can now be used asMike Bayer2008-09-161-5/+9
* - Changes made to new, dirty and deletedMike Bayer2008-09-091-5/+9
* - added BFILE to the list of reflected typesMike Bayer2008-09-031-0/+1
* has_sequence() now takes the current "schema" argument intoMike Bayer2008-09-032-4/+8
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-241-2/+29
* - Fixed bug regarding inherit_condition passedMike Bayer2008-08-081-2/+3
* - added an extremely rudimental set of python 2.3 compatible tests. theserel_0_4_7p1Mike Bayer2008-07-311-2/+2
* - Added "add()" and "add_all()" to scoped_sessionMike Bayer2008-07-271-1/+1
* - added add() and add_all() methods to Session,rel_0_4_7Mike Bayer2008-07-261-0/+17
* - Class-bound attributes sent as arguments toMike Bayer2008-07-261-4/+6
* - A critical fix to dynamic relations allows theMike Bayer2008-07-191-25/+29
* - Added a new SessionExtension hook called after_attach().Mike Bayer2008-07-191-0/+6
* merged select([literal('foo')]) fix from trunk r4933Mike Bayer2008-07-151-1/+1
* - Removed erroneous 'self' reference when raisingMike Bayer2008-07-141-2/+2
* Fixed messed up __init__ in MSSmallDate. Fixes #1040.Michael Trier2008-07-141-1/+1
* - Merged 0.5's declarative behavior such that allMike Bayer2008-07-094-1/+27
* Added PGCidr type to postgres. Closes #1092Michael Trier2008-07-031-0/+5
* - add SLFloat type, which matches the SQLite REALMike Bayer2008-07-021-1/+14
* - applied the "reverse" of r4877 from trunk; correct microsecond behavior is ...Mike Bayer2008-06-271-3/+10
* - The index name generated when you say "index=True"Mike Bayer2008-06-226-10/+21
* - create_all(), drop_all(), create(), drop() all raiseMike Bayer2008-06-223-5/+22
* merged r4861, session.is_active, from trunkMike Bayer2008-06-171-1/+7
* - Repaired server_side_cursors to properly detectMike Bayer2008-06-171-1/+4
* - the enable_typechecks=False setting on relation()Mike Bayer2008-06-122-8/+9
* added some docstrings and some deprecationsMike Bayer2008-06-092-17/+22
* - Query.count() will take single-table inheritanceMike Bayer2008-06-041-5/+22