summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pg8000.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure float are not implemented as numericFederico Caselli2023-05-091-1/+1
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Use ``;`` instead of ``select 1`` to ping PostgreSQLFederico Caselli2022-09-151-0/+4
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-0/+7
* add backend agnostic UUID datatypeMike Bayer2022-06-011-27/+0
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* implement iso date literals for all backendsMike Bayer2022-04-081-1/+1
* pep-484 for engineMike Bayer2022-03-011-1/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+1
* provide connectionfairy on initializeMike Bayer2021-11-291-18/+14
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-50/+45
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-50/+45
* | Clean up most py3k compatFederico Caselli2021-11-241-1/+1
|/
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-14/+10
* Improve array support on pg8000Federico Caselli2021-10-271-0/+8
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-4/+4
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Clarify connection arg usage for postgresqlGord Thompson2021-06-011-6/+6
* Add SSL connection info for psycopg2 and pg8000Gord Thompson2021-05-231-0/+27
* Support stream_results in the pg8000 dialectTony Locke2021-04-291-0/+64
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* Repair pg8000 disconnect patchMike Bayer2021-03-311-3/+3
* accommodate new pg8000 disconnection exceptionhbusul2021-03-301-0/+7
* happy new yearMike Bayer2021-01-041-1/+1
* Genericize setinputsizes and support pyodbcMike Bayer2020-10-161-2/+16
* repair pg8000 and pin to 1.16.6 min versionMike Bayer2020-10-121-16/+12
* Fix typo in I0ad6d7a095e49d331618274c40ce75c76afdc7ddFederico Caselli2020-09-081-2/+2
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+42
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-23/+131
* Clean python UUID importsVlastimil Zíma2020-07-301-6/+1
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-051-0/+5
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-19/+18
* Run black -l 79 against all source filesMike Bayer2019-01-061-38/+71
* happy new yearMike Bayer2018-01-121-1/+1
* Use text_type, not unicodeMike Bayer2017-08-311-1/+1
* Enable uuid for pg8000Mike Bayer2017-08-081-2/+26
* Add quoted_name to pg8000 py_typesMike Bayer2017-08-081-0/+6
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - pg8000 fixes for jsonMike Bayer2016-01-071-0/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* Changed pg8000 dialect to cope with native JSONpr/132Tony Locke2015-01-031-1/+12
* Make pg8000 version detection more robustTony Locke2014-12-161-6/+11
* pg8000 client_encoding in create_engine()Tony Locke2014-12-161-7/+54
* - changelog for pullreq github:125Mike Bayer2014-08-161-0/+10