summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg2.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* added an SSL related connection errorantti_haapala2014-04-111-1/+3
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-1/+4
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-191-0/+1
* - add documentation regarding native hstore flag, psycopg2Mike Bayer2014-02-161-4/+31
* - happy new yearMike Bayer2014-01-051-1/+1
* - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-171-0/+5
* - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-171-4/+2
* Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-171-0/+15
|\
| * sqlalchemy/dialects/postgresql/psycopg2:nathan2013-12-101-2/+0
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-101-0/+17
* | - add "force_nocheck" as a way to turn on unicode=force without evenMike Bayer2013-12-151-19/+9
|/
* - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-231-1/+2
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-1/+2
* fix up the isolation level docs which were a messMike Bayer2013-06-171-16/+33
* - changelogMike Bayer2013-06-151-1/+5
* Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+1
* - repair for py3kMike Bayer2013-05-291-1/+6
* Unicode support for psycopg2 native hstore implementationDmitry Mugtasimov2013-05-291-1/+2
* postgresql dialect testsMike Bayer2013-04-281-14/+13
* - the raw 2to3 runMike Bayer2013-04-271-15/+15
* - only search in the exception before the first newline, to avoidMike Bayer2013-04-231-2/+3
* Opened up the checking for "disconnect" with psycopg2/libpqMike Bayer2013-04-221-18/+21
* - 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-18/+24
* - hstore adjustmentsMike Bayer2012-11-171-20/+46
* Register HStore adapter and typecaster in psycopg2 dialectAudrius Kažukauskas2012-11-151-0/+26
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-17/+6
* - move out maxdbMike Bayer2012-10-181-3/+7
* - [bug] Added 'terminating connection' to the listMike Bayer2012-09-251-1/+2
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-2/+3
* - update engine docstrings due to moveMike Bayer2012-08-131-1/+1
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-3/+3
* more import cleanupsMike Bayer2012-08-071-7/+7
* trailing whitespace bonanzaMike Bayer2012-07-281-27/+27
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-1/+1
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-2/+3
* - break out sample URLs into individual, per-database sections each with a linkMike Bayer2012-02-121-0/+20
* - [feature] Added support for the "isolation_level"Mike Bayer2012-02-121-0/+2
* happy new yearMike Bayer2012-01-041-1/+1
* emergency rewrite of the psycopg2 unicode sectionMike Bayer2011-11-291-24/+30
* - Added client_encoding parameter to create_engine()Mike Bayer2011-10-151-9/+35
* - use itertools.count() plus mutex for Query _new_runid, psycopg2 serverMike Bayer2011-08-061-2/+3
* - Fixed the psycopg2_version parsing in theMike Bayer2011-04-181-2/+5
* no idea what "auto-commit" means here. some reorg.Mike Bayer2011-04-151-36/+37
* - no encoding with arraysMike Bayer2011-04-081-0/+2
* - more liberal check hereMike Bayer2011-04-081-0/+2
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-081-0/+2
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+7