summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - The per-dialect cache used by TypeEngine to cacheMike Bayer2009-01-291-1/+11
* - Fixed bug which was preventing out params of certain typesMike Bayer2009-01-031-4/+4
* - Fixed shard_id argument on ShardedSession.execute().Mike Bayer2008-12-281-0/+1
* - Class-bound accessor can be used as the argument toMike Bayer2008-12-271-2/+31
* - NullPool supports reconnect on failure behavior.Mike Bayer2008-12-272-3/+35
* - postgresMike Bayer2008-12-232-2/+81
* Fixed up misspelling of propagate throughout.Michael Trier2008-11-108-8/+8
* - Fixed bug in composite types which prevented a primary-keyMike Bayer2008-11-051-0/+5
* - polymorphic_union() function respects the "key" of eachMike Bayer2008-10-211-0/+47
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_4_8Mike Bayer2008-10-121-0/+19
* - Supplied a custom strftime() function whichMike Bayer2008-09-191-15/+25
* - Added label() method to InstrumentedAttributeMike Bayer2008-09-171-1/+4
* - column.in_(someselect) can now be used asMike Bayer2008-09-161-4/+15
* added gc.collect() for pypy/jython compat, [ticket:1076]Mike Bayer2008-09-161-0/+4
* - Changes made to new, dirty and deletedMike Bayer2008-09-091-0/+30
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-241-0/+15
* 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-081-0/+35
* 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-314-114/+0
* - added an extremely rudimental set of python 2.3 compatible tests. theserel_0_4_7p1Mike Bayer2008-07-314-0/+114
* - Added "add()" and "add_all()" to scoped_sessionMike Bayer2008-07-271-1/+16
* - added add() and add_all() methods to Session,rel_0_4_7Mike Bayer2008-07-261-1/+17
* - Class-bound attributes sent as arguments toMike Bayer2008-07-261-0/+36
* fixup for test cases with mysqlMike Bayer2008-07-262-12/+24
* - A critical fix to dynamic relations allows theMike Bayer2008-07-191-1/+29
* - Added a new SessionExtension hook called after_attach().Mike Bayer2008-07-191-2/+5
* merged select([literal('foo')]) fix from trunk r4933Mike Bayer2008-07-151-0/+3
* - add SLFloat type, which matches the SQLite REALMike Bayer2008-07-021-1/+4
* - applied the "reverse" of r4877 from trunk; correct microsecond behavior is ...Mike Bayer2008-06-271-1/+17
* - The index name generated when you say "index=True"Mike Bayer2008-06-221-0/+18
* - create_all(), drop_all(), create(), drop() all raiseMike Bayer2008-06-221-0/+9
* merged r4861, session.is_active, from trunkMike Bayer2008-06-171-1/+8
* merged PG test from r4859Mike Bayer2008-06-171-0/+10
* added sequence for oracle supportMike Bayer2008-06-131-2/+2
* - the enable_typechecks=False setting on relation()Mike Bayer2008-06-121-15/+6
* - Query.count() will take single-table inheritanceMike Bayer2008-06-041-0/+2
* - fixed bug preventing merge() from functioning inMike Bayer2008-06-031-0/+26
* - The contains() operator when used with many-to-manyMike Bayer2008-06-011-1/+5
* - Cursors now have "arraysize" set to 50 by default onMike Bayer2008-05-301-0/+35
* merged r4813 from trunk, oracle schema name fix for [ticket:709]Mike Bayer2008-05-241-1/+39
* get_default_identifier() normalizes the returned name so that it mayMike Bayer2008-05-241-1/+1
* - repaired single table inheritance such that yourel_0_4_6Mike Bayer2008-05-101-32/+76
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-09131-6718/+25917
* fixed bad importMike Bayer2007-07-261-1/+2
* - very rudimental support for OUT parameters added; use sql.outparam(name, type)Mike Bayer2007-07-264-6/+44
* Um... "ImportError: No module named profile; please install the python-profi...Jason Kirtland2007-07-261-1/+2
* - fixed clause_element/expression_element change from preivous checkinMike Bayer2007-07-261-0/+43
* mssql and test changes from trunkRick Morrison2007-07-261-1/+5