summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove terminated connections from the pool.pr/51John Anderson2013-12-161-3/+4
* make the error message for [ticket:2889] more accurate, as we supportMike Bayer2013-12-121-1/+1
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-1/+19
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-0/+32
* - implement "literal binds" for the text() clause, [ticket:2882]Mike Bayer2013-12-111-0/+11
* - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-111-1/+40
* - round trip testMike Bayer2013-12-091-0/+11
* Adds test to verify tsvector creation.Noufal Ibrahim2013-12-101-1/+2
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-60/+31
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-072-15/+54
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-061-0/+82
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-061-6/+13
* - The precedence rules for the :meth:`.ColumnOperators.collate` operatorMike Bayer2013-12-052-52/+52
* - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-051-0/+11
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-031-29/+83
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-022-133/+281
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-301-2/+2
* make sure thread.join() is used completely hereMike Bayer2013-11-301-4/+8
* Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem...Mike Bayer2013-11-301-0/+10
|\
| * orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-251-0/+10
* | - move additional enum compilation tests to postgresql/test_compiler.pyMike Bayer2013-11-302-26/+26
* | - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-0/+16
* | - add support for bindparam() called from AsFromTextMike Bayer2013-11-291-0/+12
* | Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-1/+21
* | - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-293-169/+351
* | - add support for specifying tables or entities for "of"Mike Bayer2013-11-285-99/+134
* | - fix up rendering of "of"Mike Bayer2013-11-286-75/+178
* | - work in progress, will squashMike Bayer2013-11-281-0/+6
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-0/+65
|\ \
| * | added ORM supportMario Lassnig2013-11-141-2/+51
| * | add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+16
| |/
* | - the wrapped memoized_property here was not working, as the attribute nameMike Bayer2013-11-263-4/+72
* | - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-251-10/+10
* | - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-1/+23
* | -be more agnostic of quotes hereMike Bayer2013-11-231-2/+2
* | clean up importsMike Bayer2013-11-231-9/+5
* | - this test only for mysqlMike Bayer2013-11-231-2/+5
* | - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-234-93/+136
* | - The precision used when coercing a returned floating point value toMike Bayer2013-11-222-1/+25
* | - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-222-3/+21
* | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-0/+6
* | - cleanupMike Bayer2013-11-221-267/+281
* | something changed the name here, probably one of those doc pullreqsMike Bayer2013-11-211-1/+1
* | fix [ticket:2868] some moreMike Bayer2013-11-211-2/+4
* | - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-3/+21
* | - Fixed a regression caused by :ticket:`2812` where the repr() forMike Bayer2013-11-211-1/+13
* | - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-192-0/+14
* | - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+114
* | - apply a timeout to all join() calls for test_poolMike Bayer2013-11-171-5/+10
* | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-1722-96/+12