summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fixed bug where multi-valued :class:`.Insert` construct would failMike Bayer2014-07-141-0/+41
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-141-0/+13
* - add some order bysMike Bayer2014-07-141-3/+15
* - adjust this to work on PG alsoMike Bayer2014-07-131-2/+3
* - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-132-0/+63
* - determine the root cause of the mysqlconnector issue, reportMike Bayer2014-07-101-5/+4
* - mark tests failing for mysqlconnector, oursqlMike Bayer2014-07-101-3/+10
* imports gone badMike Bayer2014-07-101-2/+2
* - The :meth:`.TypeEngine.with_variant` method will now accept aMike Bayer2014-07-101-0/+7
* - fully flake8 test/aaa_profilingMike Bayer2014-07-097-430/+581
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-091-6/+1
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-094-3/+9
* -do an autoflake8 hereMike Bayer2014-07-081-141/+161
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-081-3/+16
* Merge pull request #103 from tlocke/mastermike bayer2014-07-083-611/+757
|\
| * PEP8 tidy of subset of test/sql/*.pypr/103Tony Locke2014-07-074-602/+745
| * pg8000 passing test/sqlTony Locke2014-07-064-13/+16
* | - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-0/+81
* | Merge pull request #101 from ddimmich/mastermike bayer2014-07-071-2/+49
|\ \ | |/ |/|
| * jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-011-0/+19
| * it's OK to pass a dict in - it does the right thing, no need to quote itDamian Dimmich2014-06-281-1/+1
| * minor cleanup of the jsonb - had extraneous operators that where copiedDamian Dimmich2014-06-281-1/+15
| * and tests for JSONB - as this is a superset of JSON i've subclassedDamian Dimmich2014-06-281-1/+15
* | Merge pull request #100 from plaes/typosmike bayer2014-07-061-2/+2
|\ \
| * | typo: s/thbe/thepr/100Priit Laes2014-06-281-1/+1
| * | typo: s/tranasction/transactionPriit Laes2014-06-281-2/+2
* | | Merged in therve/bug-3093/bug/3093 (pull request #24) Mike Bayer2014-07-061-2/+2
|\ \ \
| * | | Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-241-2/+2
| | |/ | |/|
* | | Merge pull request #99 from tlocke/mastermike bayer2014-07-061-234/+267
|\ \ \
| * | | PEP8 tidy of test/sql/test_types.pypr/99Tony Locke2014-06-231-221/+256
| * | | pg8000 passing test/sql/test_types.pyTony Locke2014-06-231-13/+11
* | | | - add test support for disconnect modificationMike Bayer2014-07-041-0/+25
* | | | - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-041-125/+267
* | | | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-031-0/+111
* | | | - ensure ACID set up on this table for MySQLMike Bayer2014-07-011-2/+3
* | | | - Fixed bug where items that were persisted, deleted, or had aMike Bayer2014-07-012-0/+67