Open GoogleCodeExporter opened 9 years ago
see issue 213 for correct solution
CREATE TABLE IF NOT EXISTS cache_data (name TEXT, value TEXT, PRIMARY
KEY(name(250)))'
you can create a primary key on text, name(250) trucates it
Original comment by anthony....@gmail.com
on 19 Jul 2015 at 1:20
Original issue reported on code.google.com by
RoderikM...@gmail.com
on 16 Jun 2015 at 6:27