On 21/12/2012 00:44, Leveau Stanislas wrote:
ERROR 1064 (42000) at line 139: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@BIG_INTEGER@,
I submitted a patch for this today and should get merged very soon. Basically, the @BIG_INTEGER@ will be updated to @BIG_INTEGER_UNSIGNED@ and use unsigned numerics in DBs where possible (unsigned ints were almost always used before, but now it will be more clear).

In the mean time, you can edit convert-tsql.. on line 64:

replace:
-e 's/@BIGINT_UNSIGNED@/BIGINT UNSIGNED/' \
with:
-e 's/@BIG_INTEGER@/BIGINT UNSIGNED/' \

Just create a backup of it first as newer versions will make more modifications to convert-tsql and the DB schema.

_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org

Reply via email to