1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-23 21:29:38 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2025-01-04 16:05:12 +03:00
parent 8175103292
commit f7153fd00b
13 changed files with 135 additions and 0 deletions

Binary file not shown.

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

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

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

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

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

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

@ -0,0 +1,40 @@
 {
"data": [
{
"age": 25,
"created_at": "2025-01-04 15:01:55",
"is_active": 1,
"name": "Vitaly",
"salary": 1000.12
},
{
"age": 20,
"created_at": "2025-01-04 15:01:55",
"is_active": 0,
"name": "Lesha",
"salary": 200.2
},
{
"age": 25,
"created_at": "2025-01-04 15:01:55",
"is_active": 1,
"name": "Vitaly",
"salary": 1000.12
},
{
"age": 20,
"created_at": "2025-01-04 15:01:55",
"is_active": 0,
"name": "Lesha",
"salary": 200.2
},
{
"age": 25,
"created_at": "2025-01-04 15:01:55",
"is_active": 1,
"name": "Vitaly",
"salary": 1000.12
}
],
"result": true
}

@ -0,0 +1,9 @@
 {
"data": [
{
"id": 1,
"Непонятная колонка": "yo"
}
],
"result": true
}

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

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

@ -0,0 +1,17 @@
 {
"data": [
{
"name": "Vitaly A.",
"salary": 999999
},
{
"name": "Vitaly A.",
"salary": 999999
},
{
"name": "Vitaly A.",
"salary": 999999
}
],
"result": true
}

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