Pull changes from upstream repository

This commit is contained in:
Marek Skalický 2018-11-06 17:59:02 +00:00
commit 2734f2bcd7
No known key found for this signature in database
GPG key ID: ADCAA1DEE100A66D
40 changed files with 5168 additions and 481 deletions

View file

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