Ticket #96 (defect)
Opened 2 years ago
Last modified 2 years ago
incorrect Postgres syntax
Status: closed (fixed)
| Reported by: | cph | Assigned to: | cph |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Data Stores and Sources | Version: | |
| Keywords: | Cc: | ||
From PCL-Core/cartography/data/postgis.py:
SELECT DISTINCT table_catalog, table_schema, table_name, table_name
FROM information_schema.tables, geometry_columns WHERE table_name = f_table_name AND table_schema IN '(%s)'
The single quotes are incorrect.
Change History
01/23/07 03:41:25: Modified by cph
- status changed from new to closed.
- resolution set to fixed.

fixed