You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Test data update (Jenkins)
This commit is contained in:
BIN
data.json.gpg
BIN
data.json.gpg
Binary file not shown.
14
docs/en/results/SQLite/AddRecords (field error without tr).log
vendored
Normal file
14
docs/en/results/SQLite/AddRecords (field error without tr).log
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"result": false,
|
||||
"rows": 1,
|
||||
"errors": [
|
||||
{
|
||||
"row": 2,
|
||||
"error": "table test has no column named error"
|
||||
},
|
||||
{
|
||||
"row": 3,
|
||||
"error": "table test has no column named error"
|
||||
}
|
||||
]
|
||||
}
|
13
docs/en/results/SQLite/AddRecords (field error).log
vendored
Normal file
13
docs/en/results/SQLite/AddRecords (field error).log
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"rollback": {
|
||||
"result": true
|
||||
},
|
||||
"result": false,
|
||||
"rows": 0,
|
||||
"errors": [
|
||||
{
|
||||
"row": 2,
|
||||
"error": "table test has no column named error"
|
||||
}
|
||||
]
|
||||
}
|
10
docs/en/results/SQLite/AddRecords (json error).log
vendored
Normal file
10
docs/en/results/SQLite/AddRecords (json error).log
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"result": false,
|
||||
"rows": 0,
|
||||
"errors": [
|
||||
{
|
||||
"row": 1,
|
||||
"error": "Invalid data"
|
||||
}
|
||||
]
|
||||
}
|
5
docs/en/results/SQLite/AddRecords (no tr).log
vendored
Normal file
5
docs/en/results/SQLite/AddRecords (no tr).log
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"result": true,
|
||||
"rows": 2,
|
||||
"errors": []
|
||||
}
|
8
docs/en/results/SQLite/AddRecords (obscure column).log
vendored
Normal file
8
docs/en/results/SQLite/AddRecords (obscure column).log
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"commit": {
|
||||
"result": true
|
||||
},
|
||||
"result": true,
|
||||
"rows": 1,
|
||||
"errors": []
|
||||
}
|
8
docs/en/results/SQLite/AddRecords.log
vendored
Normal file
8
docs/en/results/SQLite/AddRecords.log
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"commit": {
|
||||
"result": true
|
||||
},
|
||||
"result": true,
|
||||
"rows": 2,
|
||||
"errors": []
|
||||
}
|
17
docs/en/results/SQLite/Check.log
vendored
Normal file
17
docs/en/results/SQLite/Check.log
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"name": "Vitaly A.",
|
||||
"salary": 999999
|
||||
},
|
||||
{
|
||||
"name": "Vitaly A.",
|
||||
"salary": 999999
|
||||
},
|
||||
{
|
||||
"name": "Vitaly A.",
|
||||
"salary": 999999
|
||||
}
|
||||
],
|
||||
"result": true
|
||||
}
|
3
docs/en/results/SQLite/ClearTable.log
vendored
Normal file
3
docs/en/results/SQLite/ClearTable.log
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"result": true
|
||||
}
|
3
docs/en/results/SQLite/CreateTable (obscure column).log
vendored
Normal file
3
docs/en/results/SQLite/CreateTable (obscure column).log
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"result": true
|
||||
}
|
3
docs/en/results/SQLite/CreateTable.log
vendored
Normal file
3
docs/en/results/SQLite/CreateTable.log
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"result": true
|
||||
}
|
1
docs/en/results/SQLite/Database file deletion error.log
vendored
Normal file
1
docs/en/results/SQLite/Database file deletion error.log
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"{Модуль C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\Test EN\\src\\en\\OInt\\tests\\Modules\\internal\\OPI_Tests.os / Ошибка в строке: 2250 / Внешнее исключение (System.IO.IOException): Процесс не может получить доступ к файлу \"C:\\Users\\Administrator\\AppData\\Local\\Temp\\r5wezixr5pq.sqlite\", так как этот файл используется другим процессом.}"
|
3
docs/en/results/SQLite/DeletePosts.log
vendored
Normal file
3
docs/en/results/SQLite/DeletePosts.log
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"result": true
|
||||
}
|
3
docs/en/results/SQLite/DeleteTable.log
vendored
Normal file
3
docs/en/results/SQLite/DeleteTable.log
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"result": true
|
||||
}
|
16
docs/en/results/SQLite/ExecuteSQLQuery.log
vendored
Normal file
16
docs/en/results/SQLite/ExecuteSQLQuery.log
vendored
Normal file
File diff suppressed because one or more lines are too long
4
docs/en/results/SQLite/GetRecords (error).log
vendored
Normal file
4
docs/en/results/SQLite/GetRecords (error).log
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"error": "near \"BEETWEEN\": syntax error in SELECT name, age, salary, is_active, created_at FROM test\nWHERE name = ?1 AND age BEETWEEN 20 AND 30 AND age BEETWEEN 20 AND 30 \n\n at offset 82",
|
||||
"result": false
|
||||
}
|
40
docs/en/results/SQLite/GetRecords (no params).log
vendored
Normal file
40
docs/en/results/SQLite/GetRecords (no params).log
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"age": 25,
|
||||
"created_at": "2025-01-10 09:01:11",
|
||||
"is_active": 1,
|
||||
"name": "Vitaly",
|
||||
"salary": 1000.12
|
||||
},
|
||||
{
|
||||
"age": 20,
|
||||
"created_at": "2025-01-10 09:01:11",
|
||||
"is_active": 0,
|
||||
"name": "Lesha",
|
||||
"salary": 200.2
|
||||
},
|
||||
{
|
||||
"age": 25,
|
||||
"created_at": "2025-01-10 09:01:11",
|
||||
"is_active": 1,
|
||||
"name": "Vitaly",
|
||||
"salary": 1000.12
|
||||
},
|
||||
{
|
||||
"age": 20,
|
||||
"created_at": "2025-01-10 09:01:11",
|
||||
"is_active": 0,
|
||||
"name": "Lesha",
|
||||
"salary": 200.2
|
||||
},
|
||||
{
|
||||
"age": 25,
|
||||
"created_at": "2025-01-10 09:01:11",
|
||||
"is_active": 1,
|
||||
"name": "Vitaly",
|
||||
"salary": 1000.12
|
||||
}
|
||||
],
|
||||
"result": true
|
||||
}
|
9
docs/en/results/SQLite/GetRecords (obscure column).log
vendored
Normal file
9
docs/en/results/SQLite/GetRecords (obscure column).log
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"An obscure column": "yo",
|
||||
"id": 1
|
||||
}
|
||||
],
|
||||
"result": true
|
||||
}
|
9
docs/en/results/SQLite/GetRecords.log
vendored
Normal file
9
docs/en/results/SQLite/GetRecords.log
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"name": "Vitaly",
|
||||
"salary": 1000.12
|
||||
}
|
||||
],
|
||||
"result": true
|
||||
}
|
7
docs/en/results/SQLite/GetRecordsFilterStrucutre (empty).log
vendored
Normal file
7
docs/en/results/SQLite/GetRecordsFilterStrucutre (empty).log
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"field": "",
|
||||
"type": "",
|
||||
"value": "",
|
||||
"union": "",
|
||||
"raw": ""
|
||||
}
|
7
docs/en/results/SQLite/GetRecordsFilterStrucutre.log
vendored
Normal file
7
docs/en/results/SQLite/GetRecordsFilterStrucutre.log
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"field": "<filtering field name>",
|
||||
"type": "<comparison type>",
|
||||
"value": "<comparison value>",
|
||||
"union": "<connection with the following condition: AND, OR, etc..>",
|
||||
"raw": "<true - the value will be inserted by text as it is, false - through the parameter>"
|
||||
}
|
61
docs/en/results/SQLite/GetTableInformation.log
vendored
Normal file
61
docs/en/results/SQLite/GetTableInformation.log
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"cid": 0,
|
||||
"dflt_value": null,
|
||||
"name": "id",
|
||||
"notnull": 0,
|
||||
"pk": 1,
|
||||
"type": "INTEGER"
|
||||
},
|
||||
{
|
||||
"cid": 1,
|
||||
"dflt_value": null,
|
||||
"name": "name",
|
||||
"notnull": 0,
|
||||
"pk": 0,
|
||||
"type": "TEXT"
|
||||
},
|
||||
{
|
||||
"cid": 2,
|
||||
"dflt_value": null,
|
||||
"name": "age",
|
||||
"notnull": 0,
|
||||
"pk": 0,
|
||||
"type": "INTEGER"
|
||||
},
|
||||
{
|
||||
"cid": 3,
|
||||
"dflt_value": null,
|
||||
"name": "salary",
|
||||
"notnull": 0,
|
||||
"pk": 0,
|
||||
"type": "REAL"
|
||||
},
|
||||
{
|
||||
"cid": 4,
|
||||
"dflt_value": null,
|
||||
"name": "is_active",
|
||||
"notnull": 0,
|
||||
"pk": 0,
|
||||
"type": "BOOLEAN"
|
||||
},
|
||||
{
|
||||
"cid": 5,
|
||||
"dflt_value": null,
|
||||
"name": "created_at",
|
||||
"notnull": 0,
|
||||
"pk": 0,
|
||||
"type": "DATETIME"
|
||||
},
|
||||
{
|
||||
"cid": 6,
|
||||
"dflt_value": null,
|
||||
"name": "data",
|
||||
"notnull": 0,
|
||||
"pk": 0,
|
||||
"type": "BLOB"
|
||||
}
|
||||
],
|
||||
"result": true
|
||||
}
|
1
docs/en/results/SQLite/IsConnector.log
vendored
Normal file
1
docs/en/results/SQLite/IsConnector.log
vendored
Normal file
@@ -0,0 +1 @@
|
||||
true
|
3
docs/en/results/SQLite/UpdateRecords.log
vendored
Normal file
3
docs/en/results/SQLite/UpdateRecords.log
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"result": true
|
||||
}
|
Reference in New Issue
Block a user