projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823ab92
)
Add bpchar to list of string types.
author
D'Arcy J.M. Cain
Fri, 15 Jun 2001 02:23:18 +0000
(
02:23
+0000)
committer
D'Arcy J.M. Cain
Fri, 15 Jun 2001 02:23:18 +0000
(
02:23
+0000)
Thanks to Steve McClure
for the patch.
src/interfaces/python/pgdb.py
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/python/pgdb.py
b/src/interfaces/python/pgdb.py
index 68cd64cc220a785e520e3a891c5103fbbed2781b..85ff7656c690d6ea4e416fa6e9a3b758cda71dcd 100644
(file)
--- a/
src/interfaces/python/pgdb.py
+++ b/
src/interfaces/python/pgdb.py
@@
-395,7
+395,7
@@
class pgdbType:
return -1
STRING = pgdbType(
- 'char', 'name', 'text', 'varchar'
+ 'char', '
bpchar', '
name', 'text', 'varchar'
)
# BLOB support is pg specific