summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+17
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-1/+2
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-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-2/+7
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-13/+6
* - move out maxdbMike Bayer2012-10-181-1/+8
* more import cleanupsMike Bayer2012-08-071-4/+4
* typoes in lib/sqlalchemy/dialectsDiana Clarke2012-03-171-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-1/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - 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-1/+0
* - PG doc updatesMike Bayer2010-07-131-1/+1
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-4/+4
* Changed the py-postgresql dialect to indicate that it is using the pyformat p...Michael Trier2010-02-231-7/+4
* The py-postgresql dialect now supports sane rowcounts.Michael Trier2010-02-221-1/+3
* Fixed up the pypostgresql PGNumeric bind_processor to convert input to a string.Michael Trier2010-02-221-1/+1
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-6/+2
* - changed a few isinstance(value, Decimal) to "is not None", where appropriateGaëtan de Menten2009-11-281-1/+1
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-1/+1
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-151-8/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+80