Menu

#325 Behaviour of VARCHAR datatype in CSQL

V2.1 Beta
open
nobody
SQL API (45)
5
2008-12-15
2008-12-15
No

(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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.