1) remove some extraneous numeric imports

2) start working towards a fix for issue 1757265 (too difficult to set up testing on a new machine):
 http://sourceforge.net/tracker/index.php?func=detail&aid=1757265&group_id=160139&atid=814650
This commit is contained in:
Greg Landrum
2007-07-20 03:39:13 +00:00
parent 3e7dbcf66a
commit 40621682aa
8 changed files with 84 additions and 81 deletions

View File

@@ -33,6 +33,7 @@ if hasattr(RDConfig,"usePgSQL") and RDConfig.usePgSQL:
placeHolder='%s'
binaryTypeName="bytea"
binaryHolder = PgBytea
RDTestDatabase="::RDTests"
elif hasattr(RDConfig,"useSqlLite") and RDConfig.useSqlLite:
useGvib=0
try: