summaryrefslogtreecommitdiff
path: root/psycopg/adapter_pfloat.h
Commit message (Collapse)AuthorAgeFilesLines
* Dropped simple type wrapper functionsDaniele Varrazzo2014-08-151-6/+0
| | | | | These functions don't need to exist: exposing the type in the module is enough. It is actually better as one may use isinstance and such.
* Internal imports simplified.Daniele Varrazzo2010-12-121-5/+0
| | | | | | | | | | .c files only need to import psycopg.h: it will in turn import dependencies from Python and libpq and configure.h. psycopg.h should be the first to be imported, so the basic imports are not required in the .h's As a guideline I'm trying to import from the most specific to the most generic to detect missing imports in the .h's.
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
|
* Added adapter to handle float('inf') and float('nan')Federico Di Gregorio2009-01-231-0/+54