]> granicus.if.org Git - postgresql/commit
The quote function should return a string suitable for dropping into a
authorD'Arcy J.M. Cain <darcy@druid.net>
Wed, 26 Feb 2003 13:16:50 +0000 (13:16 +0000)
committerD'Arcy J.M. Cain <darcy@druid.net>
Wed, 26 Feb 2003 13:16:50 +0000 (13:16 +0000)
commit9ff872a27233d5e02e55e9572a4b8161e0186cba
tree896af3eaad168747ab46cbf3145c41be3cde101b
parent84666801ed0e787e8b373c6eee18553b27aa574c
The quote function should return a string suitable for dropping into a
query string.  This fixes a bug where bool types sometimes returned with
a string that could not be dropped into a query.
src/interfaces/python/pg.py