1
0
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:
Vitaly the Alpaca (bot)
2025-01-10 09:31:55 +03:00
parent e9d45fbdb0
commit 37b34b9c11
24 changed files with 248 additions and 0 deletions

Binary file not shown.

View 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"
}
]
}

View File

@@ -0,0 +1,13 @@
 {
"rollback": {
"result": true
},
"result": false,
"rows": 0,
"errors": [
{
"row": 2,
"error": "table test has no column named error"
}
]
}

View File

@@ -0,0 +1,10 @@
 {
"result": false,
"rows": 0,
"errors": [
{
"row": 1,
"error": "Invalid data"
}
]
}

View File

@@ -0,0 +1,5 @@
 {
"result": true,
"rows": 2,
"errors": []
}

View File

@@ -0,0 +1,8 @@
 {
"commit": {
"result": true
},
"result": true,
"rows": 1,
"errors": []
}

8
docs/en/results/SQLite/AddRecords.log vendored Normal file
View File

@@ -0,0 +1,8 @@
 {
"commit": {
"result": true
},
"result": true,
"rows": 2,
"errors": []
}

17
docs/en/results/SQLite/Check.log vendored Normal file
View 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
View File

@@ -0,0 +1,3 @@
 {
"result": true
}

View File

@@ -0,0 +1,3 @@
 {
"result": true
}

View File

@@ -0,0 +1,3 @@
 {
"result": true
}

View 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\", так как этот файл используется другим процессом.}"

View File

@@ -0,0 +1,3 @@
 {
"result": true
}

View File

@@ -0,0 +1,3 @@
 {
"result": true
}

File diff suppressed because one or more lines are too long

View 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
}

View 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
}

View File

@@ -0,0 +1,9 @@
 {
"data": [
{
"An obscure column": "yo",
"id": 1
}
],
"result": true
}

9
docs/en/results/SQLite/GetRecords.log vendored Normal file
View File

@@ -0,0 +1,9 @@
 {
"data": [
{
"name": "Vitaly",
"salary": 1000.12
}
],
"result": true
}

View File

@@ -0,0 +1,7 @@
 {
"field": "",
"type": "",
"value": "",
"union": "",
"raw": ""
}

View 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>"
}

View 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
}

View File

@@ -0,0 +1 @@
 true

View File

@@ -0,0 +1,3 @@
 {
"result": true
}