summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
Commit message (Expand)AuthorAgeFilesLines
* - 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