Ticket #385 (closed defect: fixed)

Opened 5 years ago

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

Changed 5 years ago by dmorton

  • status changed from new to closed
  • resolution set to fixed

turns out mysql supports this syntax too, so it's an easy fix. [1130]

Note: See TracTickets for help on using tickets.