summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Fixed SQLite reflection methods so that non-presentrel_0_4Mike Bayer2009-03-172-5/+17
* getstate fixMike Bayer2009-01-291-1/+1
* - The per-dialect cache used by TypeEngine to cacheMike Bayer2009-01-293-5/+23
* - Fixed bug which was preventing out params of certain typesMike Bayer2009-01-033-5/+15
* - Fixed shard_id argument on ShardedSession.execute().Mike Bayer2008-12-283-2/+11
* - Class-bound accessor can be used as the argument toMike Bayer2008-12-273-2/+38
* 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-272-1/+2
* - NullPool supports reconnect on failure behavior.Mike Bayer2008-12-274-3/+50
* - postgresMike Bayer2008-12-234-2/+124
* - mysqlMike Bayer2008-12-212-2/+6
* Don't snarf Query docstrings [ticket:1026]Jason Kirtland2008-12-121-1/+2
* - Connection.invalidate() checks for closed statusMike Bayer2008-12-112-0/+6
* 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-1013-36/+39
* - Fixed bug in composite types which prevented a primary-keyMike Bayer2008-11-053-2/+10
* - Fixed RLock-related bug in mapper which could deadlock uponMike Bayer2008-11-052-15/+22
* - Fixed 0.4-only bug preventing composite columnsMike Bayer2008-10-212-1/+5
* - polymorphic_union() function respects the "key" of eachMike Bayer2008-10-214-5/+58
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_4_8Mike Bayer2008-10-123-3/+56
* 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-194-55/+58
* - Added label() method to InstrumentedAttributeMike Bayer2008-09-173-1/+10
* - column.in_(someselect) can now be used asMike Bayer2008-09-163-9/+29
* added gc.collect() for pypy/jython compat, [ticket:1076]Mike Bayer2008-09-161-0/+4
* - Changes made to new, dirty and deletedMike Bayer2008-09-093-5/+44
* - added BFILE to the list of reflected typesMike Bayer2008-09-032-0/+7
* has_sequence() now takes the current "schema" argument intoMike Bayer2008-09-032-4/+8
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-243-2/+47
* using contextual_connect() so that pool_threadlocal setting has significanceMike Bayer2008-08-101-2/+2
* added a "live" test of recycle to further ensure #1133 is not validMike Bayer2008-08-102-2/+21
* - Fixed bug regarding inherit_condition passedMike Bayer2008-08-083-2/+45
* convert @decorators to old-style function calls for python 2.3's benefitJonathan Ellis2008-07-3153-319/+302
* - bump to 0.4.8Mike Bayer2008-07-315-115/+1
* - added an extremely rudimental set of python 2.3 compatible tests. theserel_0_4_7p1Mike Bayer2008-07-317-5/+122
* - Added "add()" and "add_all()" to scoped_sessionMike Bayer2008-07-274-4/+31
* - added add() and add_all() methods to Session,rel_0_4_7Mike Bayer2008-07-263-1/+37
* - Class-bound attributes sent as arguments toMike Bayer2008-07-263-4/+48
* fixup for test cases with mysqlMike Bayer2008-07-262-12/+24
* - A critical fix to dynamic relations allows theMike Bayer2008-07-193-26/+62
* - Added a new SessionExtension hook called after_attach().Mike Bayer2008-07-194-3/+17
* merged select([literal('foo')]) fix from trunk r4933Mike Bayer2008-07-153-1/+9
* - Removed erroneous 'self' reference when raisingMike Bayer2008-07-142-2/+5
* Reverted CHANGES change. Not necessary for this type of fix.Michael Trier2008-07-141-3/+0
* Added notation about MSSmallDate fix into CHANGES.Michael Trier2008-07-141-0/+3
* 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-095-1/+34
* Added PGCidr type to postgres. Closes #1092Michael Trier2008-07-032-0/+7
* - add SLFloat type, which matches the SQLite REALMike Bayer2008-07-023-2/+22