I cannot open a sqlite database with linqpad, when WITHOUT ROWID is used. Is there a workaround? A newer versions? Are there sources for the "IQ Driver - for MySQL, SQLite, Oracle" so that I can recompile with a more current sqlite3?
Asked
Active
Viewed 221 times
1 Answers
0
(Too late, replying just for "Google airlines landings")
It looks like standard SQLite in Android doesn't support this option.
A custom compiled SQLite works properly, but it requires lot of work.
See related post: SQLite "WITHOUT ROWID" supported on Android SQLite?