Ticket #234 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Fdo Postgis currently does not support anything but lowercase identifiers

Reported by: bscott Assigned to: 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

01/23/08 14:31:10 changed by jbirch

  • cc set to pramsey.

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.

03/03/08 10:43:36 changed by gregboone

  • milestone changed from 3.3.0 to 3.3.1.

04/19/08 06:32:41 changed by mloskot

Patch submitted for review as #318

04/21/08 13:45:43 changed by mloskot

  • status changed from new to assigned.

04/21/08 13:45:49 changed by mloskot

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in trunk (r3904) with patch from Bruno Scott. I'm closing it as fixed. Please, reopen if something is still not working well.