Opened 17 years ago
Closed 17 years ago
#234 closed defect (fixed)
Fdo Postgis currently does not support anything but lowercase identifiers
Reported by: | bscott | Owned by: | mloskot |
---|---|---|---|
Priority: | critical | Milestone: | 3.4.0 |
Component: | PostGIS Provider | Version: | 3.2.0 |
Severity: | 3 | Keywords: | |
Cc: | pramsey | External ID: |
Description
The PostGIS provider currently does not support anything but lowercase identifiers consistently (database, table, column)
Change History (5)
comment:1 by , 17 years ago
Cc: | added |
---|
comment:2 by , 17 years ago
Milestone: | 3.3.0 → 3.3.1 |
---|
comment:4 by , 17 years ago
Status: | new → assigned |
---|
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in trunk (r3904) with patch from Bruno Scott. I'm closing it as fixed. Please, reopen if something is still not working well.
Note:
See TracTickets
for help on using tickets.
I believe that this may be related to #119, but also...
When this provider was initially being developed, there were some defects in underlying PostGIS functions (such as estimated_extent) where quotes were not being passed through the functions intact.
I believe that Paul was going to fix this for version 1.2.1+ of PostGIS, but I'm not entirely sure that this happenned.