summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pg8000.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-151-2/+2
* correct the create_engine urlPhilip Jenvey2009-08-261-1/+2
* move postgresql's % escape handling out of basePhilip Jenvey2009-08-111-2/+17
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+84