(i) The below error is produced at the time of creation of table in CSQL using VARCHAR datatype.
CSQL>create table t13(f1 varchar(10));
[Parser: syntax error] varchar
Statement prepare failed with error -19
(i) VARCHAR is working in CSQL if it is a cached table which is created in MySql.
All DML operations could successfully work on cachetable both in unidirectional and Bi-directional cache.