summaryrefslogtreecommitdiff
path: root/psycopg/adapter_pint.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
|
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
| | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
* 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.
* Fixed escape for negative numbers prefixed by minus operatorDaniele Varrazzo2011-05-301-0/+53
Closes ticket #57.