If you give me a rough pointer to how/where this is done (ADODB?), I'll fix it and send a patch.
In the meantime, although it's just a warning, to workaround, save the SQL to a file (i.e. cut-and-paste from the post-install manual SQL textfield), and feed it through sed to psql:
bash$
- Code: Select all
cat sql-commands | sed 's/\\'\''/'\'\''/g' | psql -h localhost -U ojs-test ojs-test
(Maybe this should be in the support forum?)
