Adding upstream version 26.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
539faf8d40
commit
dfe1cec38a
84 changed files with 63872 additions and 61909 deletions
|
@ -109,6 +109,10 @@ class TestSQLite(Validator):
|
|||
"SELECT * FROM station WHERE NOT city IS ''",
|
||||
)
|
||||
self.validate_identity("SELECT JSON_OBJECT('col1', 1, 'col2', '1')")
|
||||
self.validate_identity(
|
||||
'CREATE TABLE "foo t" ("foo t id" TEXT NOT NULL, PRIMARY KEY ("foo t id"))',
|
||||
'CREATE TABLE "foo t" ("foo t id" TEXT NOT NULL PRIMARY KEY)',
|
||||
)
|
||||
|
||||
def test_strftime(self):
|
||||
self.validate_identity("SELECT STRFTIME('%Y/%m/%d', 'now')")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue