Update to the v12

This commit is contained in:
Honza Horak 2020-11-02 16:10:10 +01:00
commit 7142c18265
69 changed files with 5289 additions and 1759 deletions

View file

@ -0,0 +1,2 @@
CREATE TABLE test (sth TEXT);
INSERT INTO test VALUES ('hello world');