DO NOT REPLY [Bug 39830] New: - PostgresRDBMSAdapter is not compatible with Postgres 8.1
| Newsgroups | gmane.comp.jakarta.slide.devel |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39830>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39830
Summary: PostgresRDBMSAdapter is not compatible with Postgres 8.1
Product: Slide
Version: 2.1
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Stores
AssignedTo: [email protected]
ReportedBy: [email protected]
The PostgresRDBMSAdapter uses SQL statements of the form "DELETE FROM table,
table2 AS foo, ...", which is no longer compatible with Postgres 8.1, which uses
the form "DELETE FROM table USING table2 AS foo, ...".
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.