summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-041-0/+19
* Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-041-0/+20
* Add support for PostgreSQL index storage parametersPete Hollobon2015-06-031-0/+24
* - fix this test to not require pyodbc installedMike Bayer2015-06-031-1/+2
* - changelog for pr bitbucket:54Mike Bayer2015-06-031-0/+20
* - Fixed bug where known boolean values used byMike Bayer2015-05-263-0/+44
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-242-41/+171
* - break out binary insert against None, disable for freetds for nowMike Bayer2015-05-242-13/+41
* - autopep8Mike Bayer2015-05-242-234/+270
* - liberalize list.remove() regexp as recent Pypy versionsMike Bayer2015-05-241-1/+1
* - fix some tests related to the URL change and try to makeMike Bayer2015-05-231-0/+4
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-213-20/+174
* flake8 some testsMike Bayer2015-05-212-226/+294
* - pg8000 wants to raise a ProgrammingError for a PK violationMike Bayer2015-05-151-0/+4
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+57
* - Fixed bug where in the case that a pool checkout event handler is usedMike Bayer2015-05-141-17/+48
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-0/+35
* - fix for py3kMike Bayer2015-05-071-1/+2
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-061-0/+81
* - appease oracle's anger (no sequence defined for these PKs)Mike Bayer2015-05-051-0/+2
* - Liberalized an assertion that was added as part of :ticket:`3347`Mike Bayer2015-05-021-0/+134
* - Fixed bug in enhanced constraint-attachment logic introduced inMike Bayer2015-05-021-0/+59
* - update 3.4 callcountsMike Bayer2015-05-011-81/+105
* - Repair _reinstall_default_lookups to also flip the _extended flagMike Bayer2015-05-011-149/+309
* - turn sessions in ResultTest to autocommit=True just to get themMike Bayer2015-05-011-7/+7
* - Repaired / added to tests yet more expressions that were reportedMike Bayer2015-05-011-0/+19
* - revise the last commit with a more traditional approachMike Bayer2015-04-301-6/+1
* - work the wrapping of the "creator" to be as resilient toMike Bayer2015-04-302-1/+56
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-303-5/+251
* - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-301-0/+21
* - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-291-2/+38
* - Fixed bug in association proxy where an any()/has()Mike Bayer2015-04-281-2/+28
* - Fixed bug where the truncation of long labels in SQL could produceMike Bayer2015-04-281-22/+45
* - altered part of the use contract first set up in #2992; weMike Bayer2015-04-271-18/+117
* - replace old crufty ddl event test fixture with mockMike Bayer2015-04-271-95/+164
* - Fixed regression due to :ticket:`3282` where the ``tables`` collectionMike Bayer2015-04-271-2/+53
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-262-2/+69
* - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-261-1/+22
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-0/+13
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-242-2/+88
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-232-4/+4
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-78/+276
* - Added the string value ``"none"`` to those accepted by theMike Bayer2015-04-211-0/+15
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-202-4/+33
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-203-39/+261
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-171-3/+24
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-151-0/+11
* Merge remote-tracking branch 'origin/pr/163' into pr163Mike Bayer2015-04-1215-94/+172
|\
| * PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-206-79/+160
| * PEP8 cleanup in /test/aaa_profilingEric Streeper2015-03-183-6/+9