shunwang / redisql

Automatically exported from code.google.com/p/redisql
0 stars 0 forks source link

Column declaration in INSERT command not supported #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
currently if a table is created
CREATE TABLE tbl as (a int primary key, b int, c int)

and the command
INSERT INTO tbl (c,b,a) VALUES (3,2,1)
is called ...

"(c,b,a)" is ignored

Original issue reported on code.google.com by jaksprats on 22 Sep 2010 at 8:32

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by jaksprats on 13 Jul 2011 at 11:17