ZSQLCatalog: add support fo bool values.
In MySQL, boolean columns are tiny ints with values 0 or 1, so just cast the python bool into an int.
Showing
Please register or sign in to comment
In MySQL, boolean columns are tiny ints with values 0 or 1, so just cast the python bool into an int.