DO NOT REPLY [Bug 41181] New: - Problem in Postgres query
| 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=41181>.
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=41181
Summary: Problem in Postgres query
Product: Slide
Version: Nightly
Platform: Other
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Stores
AssignedTo: [email protected]
ReportedBy: [email protected]
I think the 2d request of the method :
void removeObject(Connection connection, Uri uri, ObjectNode object)
In the class : org.apache.slide.store.impl.rdbms.PostgresRDBMSAdapter
will not work :
delete from VERSION_HISTORY
where VERSION_HISTORY.URI_ID = URI.URI_ID and URI.URI_STRING = ?"
Because the element *URI.URI_ID* is unknown.
--
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.