Hi!
I'm working on a version that will run with MySQL..
However, I have a problem converting something from MSSql:
There are tables where COLUMNS are defined like "IsDeleted AS (CONVERT([bit],sign([Flags]&(8)),0))",
which by my understanding is supposed to create an 'automatic' column that reflects a bit in the Flags column. There are a few of those columns.
I have no idea if this is even possible in MySql.
Anyone?