Files
sqlitebrowser/src
Martin Kleusberg 9cb0614ecf Grammar: Parse NOT LIKE constraints correctly
Parse column constraints with a 'NOT LIKE' expression correctly. For
example in a table definition like this:
CREATE TABLE not_working(
    value TEXT CONSTRAINT "value" CHECK(value NOT LIKE "prefix%")
);

This fixes issue #40.
2014-06-20 12:47:20 +02:00
..
2014-06-06 23:32:35 +02:00
2013-01-08 21:19:01 +01:00
2014-05-30 18:59:59 +02:00
2014-05-30 18:59:59 +02:00
2013-09-19 22:55:35 +02:00
2013-09-19 22:55:35 +02:00
2013-09-19 22:55:35 +02:00
2013-09-19 22:55:35 +02:00
2014-01-14 21:36:34 +01:00
2013-09-19 22:55:35 +02:00
2013-09-19 22:55:35 +02:00
2013-09-19 22:55:35 +02:00
2013-09-19 22:55:35 +02:00
2014-02-13 23:52:35 +01:00
2014-05-24 20:19:48 +02:00
2013-09-19 22:55:35 +02:00