Active
Project:
Workflow Named Transitions
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 18:46 UTC
Updated:
17 Nov 2011 at 18:46 UTC
Hi. It is a bad idea to use the REPLACE INTO sql syntax, because this is mysql only. It will not work in postgresql. Also, I am using Oracle as my database backend, and REPLACE INTO doesn't work there either.
These should be replaced with INSERT and UPDATE queries.