You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-21 23:57:40 +02:00
B24: Пользовательские настройки календарей + перенос примеров CLI
This commit is contained in:
4
docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt
vendored
Normal file
4
docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
oint sqlite ExecuteSQLQuery \
|
||||
--sql "INSERT INTO test_table (name, age, salary, is_active, created_at, data)VALUES (?1, ?2, ?3, ?4, ?5, ?6);" \
|
||||
--params "['Vitaly',25,1000.12,true,'2025-01-10T11:19:07.6029006Z',{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\5nzyfbwnqqx.png'}]" \
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\k554u1jcflp.sqlite"
|
||||
4
docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
vendored
Normal file
4
docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
oint sqlite ExecuteSQLQuery ^
|
||||
--sql "INSERT INTO test_table (name, age, salary, is_active, created_at, data)VALUES (?1, ?2, ?3, ?4, ?5, ?6);" ^
|
||||
--params "['Vitaly',25,1000.12,true,'2025-01-10T11:19:07.6029006Z',{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\5nzyfbwnqqx.png'}]" ^
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\k554u1jcflp.sqlite"
|
||||
Reference in New Issue
Block a user