summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_dialect.py
Commit message (Expand)AuthorAgeFilesLines
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-17/+117
* Clean up most py3k compatFederico Caselli2021-11-241-9/+7
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-181-0/+20
|\
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-0/+20
* | removals: all unicode encoding / decodingMike Bayer2021-11-101-8/+0
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-7/+9
|/
* fully implement future engine and remove legacyMike Bayer2021-11-071-20/+0
* First round of removal of python 2Federico Caselli2021-11-011-32/+1
* Handle SSL SYSCALL error: Bad Address in postgresql/pyscopg2Zeke Brechtel2021-10-051-0/+36
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-5/+5
* Qualify server version call in PostgreSQLarredond2021-08-241-0/+48
* Modernize testsGord Thompson2021-07-031-2/+2
* set autocommit for psycopg2 pre-pingMike Bayer2021-06-111-30/+52
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+2
* Add pgcode / sqlstate for asyncpg error messageMike Bayer2021-04-051-0/+24
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-2/+7
* Disallow non-native psycopg2 Unicode in Python 3; update docsFederico Caselli2021-01-191-0/+20
* update execute() arg formats in modules and testsMike Bayer2021-01-151-1/+1
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-11/+10
* remove metadata.bind use from test suiteMike Bayer2021-01-031-1/+1
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-144/+147
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+50
* don't check standard_conforming_strings less than server version 8.2Mike Bayer2020-11-131-0/+38
* Convert to autoload_with internallyMike Bayer2020-11-071-2/+2
* Merge "Support for multiple hosts in PostgreSQL connection string"mike bayer2020-09-301-0/+19
|\
| * Support for multiple hosts in PostgreSQL connection stringRamonWill2020-09-231-0/+19
* | upgrade to black 20.8b1Mike Bayer2020-09-281-2/+6
|/
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-14/+22
* 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