You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-28 20:46:05 +02:00
16 lines
454 B
Plaintext
Vendored
16 lines
454 B
Plaintext
Vendored
Base = "/tmp/vnnmoosn.qqb.sqlite";
|
|
Table = "test";
|
|
|
|
Filters = New Array;
|
|
|
|
FilterStructure = New Structure;
|
|
|
|
FilterStructure.Insert("field", "name");
|
|
FilterStructure.Insert("type" , "=");
|
|
FilterStructure.Insert("value", "Vitaly A.");
|
|
FilterStructure.Insert("union", "AND");
|
|
FilterStructure.Insert("raw" , False);
|
|
|
|
Filters.Add(FilterStructure);
|
|
|
|
Result = OPI_SQLite.DeleteRecords(Table, FilterStructure, Base); |