summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-0/+21
* - take out the iterator approach here as it does not support concurrent accessMike Bayer2014-08-071-8/+9
* -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-5/+98
* - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-0/+38
* - workaround removal of nested() in py3kMike Bayer2014-07-301-1/+2
* - ensure all tests are named test_*Mike Bayer2014-07-3011-47/+48
* - fix unit test affected by #3075Mike Bayer2014-07-291-5/+8
* pep8 cleanupMike Bayer2014-07-291-285/+342
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-292-1/+36
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-2/+2
* - find the remaining not cleaning up correctly testMike Bayer2014-07-281-1/+2
* fix test ordering issuesMike Bayer2014-07-273-66/+42
* - add support for tags, including include/exclude support.Mike Bayer2014-07-276-22/+18
* Merge branch 'master' into xdist_pocMike Bayer2014-07-261-2/+3
|\
| * fix paren hereMike Bayer2014-07-261-2/+3
* | - scale up for mysql, sqliteMike Bayer2014-07-263-71/+101
|/
* - rework the exclusions system to have much better support for compoundMike Bayer2014-07-262-13/+16
* - fix whitespaceMike Bayer2014-07-251-2/+2
* - restore non_updating_cascade to test_manytomany_nonpassive, but alsoMike Bayer2014-07-251-0/+2
* - more pg8000 tests passingMike Bayer2014-07-255-6/+16
* Merge remote-tracking branch 'origin/pr/117' into pg8000Mike Bayer2014-07-256-2003/+2294
|\
| * PEP8 tidy of test/orm/test_dynamic.pypr/117Tony Locke2014-07-201-110/+83
| * Fixes for pg8000 for test/orm/test_dynamic.pyTony Locke2014-07-201-5/+7
| * PEP8 tidy of test/orm/test_froms.pyTony Locke2014-07-201-949/+1047
| * Opened test_self_referential for pg8000Tony Locke2014-07-201-2/+1
| * PEP8 tidy for test/orm/test_naturalpks.pyTony Locke2014-07-201-212/+235
| * Remove requirement for manytomany_nonpassiveTony Locke2014-07-201-1/+0
| * PEP8 tidy of test/orm/test_query.pyTony Locke2014-07-201-472/+600
| * pg8000 passing test/orm/test_query.pyTony Locke2014-07-201-3/+3
| * PEP8 tidy for test/orm/test_transaction.pyTony Locke2014-07-191-106/+144
| * PEP8 tidy for test/orm/test_versioning.pyTony Locke2014-07-191-148/+179
* | - Fixed bug in :class:`.postgresql.array` object where comparisonMike Bayer2014-07-252-0/+29
* | - flake8 all of test/dialect/postgresqlMike Bayer2014-07-255-758/+995
* | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-0/+28
* | - use a variant with expected collation here for mysqlMike Bayer2014-07-251-5/+2
* | - Added a supported :meth:`.FunctionElement.alias` method to functions,Mike Bayer2014-07-241-0/+51
* | - update some SQL server tests, supportMike Bayer2014-07-223-5/+17
* | put a greater variance into this test to prevent sporadic failuresMike Bayer2014-07-211-1/+1
* | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level featureMike Bayer2014-07-211-0/+1
|/
* - update the flake8 rules againMike Bayer2014-07-1825-3570/+4237
* - Fixed bug in oracle dialect test suite where in one test,Mike Bayer2014-07-181-4/+5
* - use an odict here to ensure ordering of propertiesMike Bayer2014-07-151-8/+8
* - Fixed a regression caused by :ticket:`2976` released in 0.9.4 whereMike Bayer2014-07-151-0/+72
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-151-1/+43
* - wrestle with conv() and tests some moreMike Bayer2014-07-141-4/+24
* - allow the compilation rule that gets the formatted nameMike Bayer2014-07-141-0/+19
* - Fix bug in naming convention feature where using a checkMike Bayer2014-07-141-6/+80
* - In the SQL Server pyodbc dialect, repaired the implementationMike Bayer2014-07-141-0/+22
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-142-0/+47
* -Fixed bug in common table expressions whereby positional boundMike Bayer2014-07-141-0/+36