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-02-14 14:12:24 +03:00
parent cf52033c8f
commit dadc285bfe
7 changed files with 69 additions and 0 deletions

Binary file not shown.

View File

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

View File

@ -0,0 +1,16 @@
 {
"data": [
{
"age": 25,
"created_at": "2025-02-14",
"data": {
"BYTEA": "Base64"
},
"id": 1,
"is_active": true,
"name": "Vitaly",
"salary": 1000.11999511719
}
],
"result": true
}

View File

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

View File

@ -0,0 +1,40 @@
 {
"data": [
{
"bigint_field": 9999999,
"bigserial_field": 9999999,
"bool_field": true,
"bytea_field": {
"BYTEA": "/9j/4VTBRX..."
},
"char_field": "A",
"charn_field": "AAA",
"date_field": "2025-02-14",
"dp_field": 1,
"int_field": 100,
"ip_field": "127.0.0.1",
"json_field": {
"key": "ItsKey",
"value": 10
},
"jsonb_field": {
"key": "ItsKey",
"value": 10
},
"name_field": "Vitaly",
"oid_field": 24576,
"oldchar_field": 1,
"real_field": 15.1999998092651,
"serial_field": 100,
"smallint_field": 5,
"smallserial_field": 6,
"text_field": "Some text",
"time_field": "13:42:09.909336",
"ts_field": 1739207915,
"tswtz_field": 1739207915,
"uuid_field": "0280f885-eddf-4a42-a7e7-54b2d293ef99",
"varchar_field": "Some varchar"
}
],
"result": true
}

View File

@ -0,0 +1,4 @@
 {
"error": "db error: ERROR: database \"testbase1\" is being accessed by other users\nDETAIL: There are 8 other sessions using the database.",
"result": false
}

View File

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