summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pg8000.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* pg8000 now supports sane_multi_rowcountpr/125Tony Locke2014-08-021-1/+1
* Remove spurious print statements in pg8000 dialectTony Locke2014-08-021-2/+0
* Merge remote-tracking branch 'origin/pr/117' into pg8000Mike Bayer2014-07-251-0/+19
|\
| * Fix support for two phase commit in pg8000 dialectTony Locke2014-07-191-0/+19
* | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level featureMike Bayer2014-07-211-2/+6
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-1/+1
|/
* - clarify that the pg8000 backend has no impact of any kind onMike Bayer2014-07-041-8/+9
* - changelog + docs for pg8000 transaction isolation levelMike Bayer2014-05-301-0/+24
* PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-14/+11