summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_dialect.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in I0ad6d7a095e49d331618274c40ce75c76afdc7ddFederico Caselli2020-09-081-0/+3
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+106
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-1/+1
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-2/+7
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-3/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-12/+7
* ORM executemany returningMike Bayer2020-06-271-40/+115
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-68/+151
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-9/+0
* Clean up .execute calls in PostgreSQL testsGord Thompson2020-03-311-30/+30
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-10/+14
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-2/+6
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-7/+2
* Revise psycopg2 execute_values approachMike Bayer2019-08-181-15/+163
* Add new executemany_mode, support for psycopg2.extras.execute_values()Yuval Dinari2019-08-121-9/+193
* psycopg2 NOTICE fixupMike Bayer2019-06-091-6/+19
* Move initialize do_rollback() outside of the dialectMatthew Wilkes2019-05-091-0/+9
* Black updatesMike Bayer2019-04-111-1/+1
* Propagate query-arg-only URL to psycopg2; don't send blank hostMike Bayer2019-04-091-0/+21
* Support DNS-less connections for psycopg2Julian Mehnle2019-03-241-0/+15
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* Post black reformattingMike Bayer2019-01-061-34/+33
* Run black -l 79 against all source filesMike Bayer2019-01-061-150/+212
* - get the "now" date for this test in terms of the database to accommodateMike Bayer2018-10-121-2/+2
* Add TRUNCATE to postgres autocommit regexpJacob Hayes2017-12-181-0/+3
* Add fast execution helper support.Mike Bayer2017-10-101-1/+82
* PG dialect test fixesMike Bayer2017-10-021-67/+69
* 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