Page 1 of 1

ocmod install.sql cannot contain /**/ comment type

Posted: Tue Nov 10, 2015 5:26 am
by crm
Hi
Working on improving my extension I discovered that the "/* */" MySQL (and php of course) comment type won't work with install.sql

This might be an inevitable, since, as I mentioned, php and mysql both use "/* */"
using "#" worked for me

Shoudl be documented...

The error messages coming back from the MySQL won't direct for errors
I needed to do a couple of hours of dubbing just for that small thing...

FYI

Guy