summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-133/+0
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-33/+48
* Deprecate FromClause.count()Mike Bayer2016-06-141-17/+17
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-151-0/+1
* - modernize some very old global-engine tests w/ bad teardownsMike Bayer2015-10-111-238/+260
* - repair flake8 issuesMike Bayer2015-10-111-44/+49
* - repair laziness about setting time zone here, which is leakingMike Bayer2015-10-111-9/+17
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-30/+35
* - Repaired some typing and test issues related to the pypyMike Bayer2015-06-051-1/+1
* - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-15/+17
* Added psycopg2cffi dialectShaun Stanworth2015-01-261-0/+1
* - rework assertsql system, fixes #3293Mike Bayer2015-01-181-126/+162
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-0/+6
* - flake8 all of test/dialect/postgresqlMike Bayer2014-07-251-199/+255
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-181-2/+4
* set UTC timezone on the connection here so we can get consistent resultsMike Bayer2013-06-291-6/+9
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-1/+161
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+723