Changes
Summary
- Single quotes in string data values should be escaped by doubling them up (i.e. a sequence of two single-quote characters) instead of preceding them with a backslash character. The backslash was non-standard SQL but worked in Postgresql 8.x. Postgresql 9.x now standardizes this so the sequence of two single-quote characters should be used instead.
Change Type | Path in Repository | Path in Workspace |
---|---|---|
/trunk/src/main/java/org/ecoinformatics/datamanager/database/DatabaseAdapter.java | N/A |