tests: add test files for previous commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
create table withrowidbutnotprimarykey (
|
||||
rowid integer not null,
|
||||
a integer primary key
|
||||
) strict;
|
||||
Reference in New Issue
Block a user