Thanks Clemens,
I'm not sure how to do that.....
I'm using Google Chrome Version: 28.0.1500.52 which I think is the latest
stable version.
Do I have control about the WebSQL version or it's Chrome whom decide it?
Thanks in advance,
Rafa
El 04/11/13 09:30, Clemens Ladisch escribió:
Rafa de Miguel wrote:
Is there a way to know which constraint is being violated when you receive the
message constraint error 19:
In example: my_column_name UNIQUE constraint
Upgrade SQLite:
sqlite> create table t(x unique);
sqlite> insert into t values(1);
sqlite> insert into t values(1);
Error: column x is not unique
I'm using WebSQL
Upgrade whatever implementation of WebSQL you're using.
Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users