summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_dialect.py
Commit message (Expand)AuthorAgeFilesLines
* Add quoted_name to pg8000 py_typesMike Bayer2017-08-081-1/+16
* Parse for Postgresql version w/ "beta"Mike Bayer2017-06-071-1/+6
* Support autocommit for GRANT and REVOKE on postgresqlJacob Hayes2017-05-091-0/+6
* Support Postgresql development version numbersSean McCully2017-03-291-1/+4
* Add new DDL autocommit expressions for PostgresqlMike Bayer2017-02-131-0/+11
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+2
* Repair PG BIGSERIAL w/ TypeDecorator, VariantMike Bayer2016-07-041-1/+20
* - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-291-0/+10
* - Repaired some typing and test issues related to the pypyMike Bayer2015-06-051-17/+14
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-0/+17
* Merge remote-tracking branch 'origin/pr/132' into pr132Mike Bayer2015-03-021-3/+6
|\
| * pg8000 client_encoding in create_engine()Tony Locke2014-12-161-3/+6
* | 78-char widthShaun Stanworth2015-01-261-1/+2
* | Added psycopg2cffi dialectShaun Stanworth2015-01-261-1/+1
|/
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-0/+10
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-0/+1
* - flake8 all of test/dialect/postgresqlMike Bayer2014-07-251-11/+17
* PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-50/+40
* Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-7/+13
* pg8000 now passes test_extract() testTony Locke2014-05-211-1/+0
* 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-0/+1
* this test appears to be failing with pg 9.3, not sure how to restore itMike Bayer2013-12-171-1/+3
* - move this test to PG test_reflectionMike Bayer2013-10-251-79/+0
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-0/+81
|\
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-0/+81
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-7/+20
|/
* - put exact version string in the testMike Bayer2013-09-291-3/+2
* add test for upcoming pullreqMike Bayer2013-09-291-1/+6
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-13/+8
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+221