mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user