You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Test data update (Jenkins)
This commit is contained in:
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
+3
@@ -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
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"name": "Vitaly",
|
||||
"salary": 1000.12
|
||||
}
|
||||
],
|
||||
"result": true
|
||||
}
|
||||
Vendored
+17
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user