sync with latest upstream source

This commit is contained in:
Petr Kubat 2020-03-24 11:16:16 +01:00
commit 23f709b601
51 changed files with 5514 additions and 590 deletions

View file

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