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