Changeset 616

Show
Ignore:
Timestamp:
01/23/07 03:41:00
Author:
cph
Message:

#96:fix the incorrect quoting in the SQL statement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PCL/trunk/PCL-Core/cartography/data/postgis.py

    r598 r616  
    517517            FROM information_schema.tables, geometry_columns 
    518518            WHERE table_name = f_table_name 
    519             AND table_schema IN '(%s)' 
     519            AND table_schema IN (%s) 
    520520            """ % schemas_csv) 
    521521        typenames = []