Opened 14 years ago
Closed 14 years ago
#385 closed defect (fixed)
rescue.php uses SUBSTRING which isn't right for Postgres
Reported by: | dmorton | Owned by: | dmorton |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.2 |
Component: | PHP scripts | Version: | 1.0.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
According to the postgres docs, substring syntax for postgres is:
substring(string [from int] [for int])
or
substr(string, from [, count])
Change History (1)
comment:1 Changed 14 years ago by dmorton
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
turns out mysql supports this syntax too, so it's an easy fix. [1130]