This is a compatibility issue.
To reproduce issue:
CREATE TABLE foo (id BIGINT);
CREATE INDEX foo_id ON foo (id);
DROP INDEX foo_id ON foo; <-- invalid syntax as documented in
http://www.h2database.com/html/grammar.html#drop_index.
However, this makes it a pain to work with other DBs, such as MySQL, which
require the "ON table" clause
http://dev.mysql.com/doc/refman/5.5/en/drop-index.html
Original issue reported on code.google.com by lopez.ju...@gmail.com on 15 Jan 2013 at 6:56
Original issue reported on code.google.com by
lopez.ju...@gmail.com
on 15 Jan 2013 at 6:56