You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Test data update (Jenkins)
This commit is contained in:
7
docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt
vendored
7
docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt
vendored
@@ -1,3 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint sqlite ExecuteSQLQuery \
|
||||
--sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" \
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\atnsr22gawg.sqlite"
|
||||
--sql "SELECT uuid4();" \
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\x35shgfq5ap.sqlite" \
|
||||
--exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}"
|
||||
7
docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
vendored
7
docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
vendored
@@ -1,3 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint sqlite ExecuteSQLQuery ^
|
||||
--sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" ^
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\atnsr22gawg.sqlite"
|
||||
--sql "SELECT uuid4();" ^
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\x35shgfq5ap.sqlite" ^
|
||||
--exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}"
|
||||
Reference in New Issue
Block a user