summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pg8000.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-0/+24
* Updated doc string for postgresql+pg8000 dialectTony Locke2014-05-211-10/+8
* pg8000.dbapi is now just pg8000Tony Locke2014-05-211-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* pg8000 fix for decimal return scaleMike Bayer2013-11-231-1/+2
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-1/+2
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/dialects/postgresqlDiana Clarke2012-11-191-3/+6
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-13/+6
* - move out maxdbMike Bayer2012-10-181-2/+8
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-2/+3
* more import cleanupsMike Bayer2012-08-071-5/+5
* happy new yearMike Bayer2012-01-041-1/+1
* - Fixed support for precision numerics when usingMike Bayer2011-04-141-1/+7
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-081-0/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-5/+5
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* Ridding the world of a few wasteful imports.Michael Trier2010-12-191-1/+0
* - support for cdecimalMike Bayer2010-12-111-2/+1
* - Ensured every numeric, float, int code, scalar + array,Mike Bayer2010-11-181-9/+13
* - PG doc updatesMike Bayer2010-07-131-1/+1
* - fixed numeric test for pg8000, factored out decimal/float codesMike Bayer2010-04-091-5/+6
* - Repaired missing import in psycopg2._PGNumeric type whenMike Bayer2010-04-071-4/+4
* don't seem to need bind processing for pg8000 decimals.Mike Bayer2010-03-191-3/+0
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-8/+8
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-19/+6
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-14/+35