MySQL tinyint(1) is shown in SQuirell as BIT(1) and values are displayed as true or false, what is very wrong because this type can take other values than 0 and 1.
Diff:
--- old +++ new @@ -0,0 +1 @@ +MySqlTinyTest.java (818 Bytes; text/x-java)
This is a RDBMS or JDBC driver problem, see attached MySqlTinyTest.java.
Please consult the MySQL team.
Gerd
Log in to post a comment.
Diff:
This is a RDBMS or JDBC driver problem, see attached MySqlTinyTest.java.
Please consult the MySQL team.
Gerd