@@ -298,7 +298,7 @@ test('explain with json/text format', async () => {
298
298
],
299
299
"Startup Cost": 17.65,
300
300
"Strategy": "Plain",
301
- "Total Cost": 17.68 ,
301
+ "Total Cost": 17.67 ,
302
302
},
303
303
},
304
304
],
@@ -310,7 +310,7 @@ test('explain with json/text format', async () => {
310
310
311
311
const res2 = await postgrest . from ( 'users' ) . select ( ) . explain ( )
312
312
expect ( res2 . data ) . toMatch (
313
- `Aggregate (cost=17.65..17.68 rows=1 width=112)
313
+ `Aggregate (cost=17.65..17.67 rows=1 width=112)
314
314
-> Seq Scan on users (cost=0.00..15.10 rows=510 width=132)
315
315
`
316
316
)
@@ -332,7 +332,7 @@ test('explain with options', async () => {
332
332
"Output": Array [
333
333
"NULL::bigint",
334
334
"count(ROW(users.username, users.data, users.age_range, users.status, users.catchphrase))",
335
- "( COALESCE(json_agg(ROW(users.username, users.data, users.age_range, users.status, users.catchphrase)), '[]'::json))::character varying ",
335
+ "COALESCE(json_agg(ROW(users.username, users.data, users.age_range, users.status, users.catchphrase)), '[]'::json)",
336
336
"NULLIF(current_setting('response.headers'::text, true), ''::text)",
337
337
"NULLIF(current_setting('response.status'::text, true), ''::text)",
338
338
],
@@ -364,9 +364,9 @@ test('explain with options', async () => {
364
364
],
365
365
"Startup Cost": 17.65,
366
366
"Strategy": "Plain",
367
- "Total Cost": 17.68 ,
367
+ "Total Cost": 17.67 ,
368
368
},
369
- "Query Identifier": -6192475787150577000 ,
369
+ "Query Identifier": 3302819211508333000 ,
370
370
"Settings": Object {
371
371
"effective_cache_size": "128MB",
372
372
"search_path": "\\"public\\", \\"extensions\\"",
0 commit comments