Bug 39830 - PostgresRDBMSAdapter is not compatible with Postgres 8.1
Summary: PostgresRDBMSAdapter is not compatible with Postgres 8.1
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: Stores (show other bugs)
Version: 2.1
Hardware: All other
: P2 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-17 09:37 UTC by Tassos Bassoukos
Modified: 2006-06-17 02:37 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tassos Bassoukos 2006-06-17 09:37:02 UTC
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, ...".