@@ -28,6 +28,14 @@ exports[`otel > QueryBuilder subscription - basic functionality 1`] = `
28
28
" children" : [
29
29
{
30
30
" _name" : " client-session-sync-processor:materialize-event" ,
31
+ " children" : [
32
+ {
33
+ " _name" : " livestore.in-memory-db:execute" ,
34
+ " attributes" : {
35
+ " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
36
+ },
37
+ },
38
+ ],
31
39
},
32
40
],
33
41
},
@@ -60,14 +68,6 @@ exports[`otel > QueryBuilder subscription - basic functionality 1`] = `
60
68
],
61
69
" livestore.eventsCount" : 1 ,
62
70
},
63
- " children" : [
64
- {
65
- " _name" : " livestore.in-memory-db:execute" ,
66
- " attributes" : {
67
- " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
68
- },
69
- },
70
- ],
71
71
},
72
72
],
73
73
},
@@ -152,6 +152,14 @@ exports[`otel > QueryBuilder subscription - direct table subscription 1`] = `
152
152
" children" : [
153
153
{
154
154
" _name" : " client-session-sync-processor:materialize-event" ,
155
+ " children" : [
156
+ {
157
+ " _name" : " livestore.in-memory-db:execute" ,
158
+ " attributes" : {
159
+ " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
160
+ },
161
+ },
162
+ ],
155
163
},
156
164
],
157
165
},
@@ -184,14 +192,6 @@ exports[`otel > QueryBuilder subscription - direct table subscription 1`] = `
184
192
],
185
193
" livestore.eventsCount" : 1 ,
186
194
},
187
- " children" : [
188
- {
189
- " _name" : " livestore.in-memory-db:execute" ,
190
- " attributes" : {
191
- " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
192
- },
193
- },
194
- ],
195
195
},
196
196
],
197
197
},
@@ -276,6 +276,14 @@ exports[`otel > QueryBuilder subscription - unsubscribe functionality 1`] = `
276
276
" children" : [
277
277
{
278
278
" _name" : " client-session-sync-processor:materialize-event" ,
279
+ " children" : [
280
+ {
281
+ " _name" : " livestore.in-memory-db:execute" ,
282
+ " attributes" : {
283
+ " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
284
+ },
285
+ },
286
+ ],
279
287
},
280
288
],
281
289
},
@@ -287,6 +295,14 @@ exports[`otel > QueryBuilder subscription - unsubscribe functionality 1`] = `
287
295
" children" : [
288
296
{
289
297
" _name" : " client-session-sync-processor:materialize-event" ,
298
+ " children" : [
299
+ {
300
+ " _name" : " livestore.in-memory-db:execute" ,
301
+ " attributes" : {
302
+ " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
303
+ },
304
+ },
305
+ ],
290
306
},
291
307
],
292
308
},
@@ -326,14 +342,6 @@ exports[`otel > QueryBuilder subscription - unsubscribe functionality 1`] = `
326
342
],
327
343
" livestore.eventsCount" : 1 ,
328
344
},
329
- " children" : [
330
- {
331
- " _name" : " livestore.in-memory-db:execute" ,
332
- " attributes" : {
333
- " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
334
- },
335
- },
336
- ],
337
345
},
338
346
{
339
347
" _name" : " LiveStore:commit" ,
@@ -343,14 +351,6 @@ exports[`otel > QueryBuilder subscription - unsubscribe functionality 1`] = `
343
351
],
344
352
" livestore.eventsCount" : 1 ,
345
353
},
346
- " children" : [
347
- {
348
- " _name" : " livestore.in-memory-db:execute" ,
349
- " attributes" : {
350
- " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
351
- },
352
- },
353
- ],
354
354
},
355
355
],
356
356
},
@@ -461,6 +461,14 @@ exports[`otel > otel 3`] = `
461
461
" children" : [
462
462
{
463
463
" _name" : " client-session-sync-processor:materialize-event" ,
464
+ " children" : [
465
+ {
466
+ " _name" : " livestore.in-memory-db:execute" ,
467
+ " attributes" : {
468
+ " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
469
+ },
470
+ },
471
+ ],
464
472
},
465
473
],
466
474
},
@@ -493,14 +501,6 @@ exports[`otel > otel 3`] = `
493
501
],
494
502
" livestore.eventsCount" : 1 ,
495
503
},
496
- " children" : [
497
- {
498
- " _name" : " livestore.in-memory-db:execute" ,
499
- " attributes" : {
500
- " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
501
- },
502
- },
503
- ],
504
504
},
505
505
],
506
506
},
@@ -747,6 +747,14 @@ exports[`otel > with thunks 7`] = `
747
747
" children" : [
748
748
{
749
749
" _name" : " client-session-sync-processor:materialize-event" ,
750
+ " children" : [
751
+ {
752
+ " _name" : " livestore.in-memory-db:execute" ,
753
+ " attributes" : {
754
+ " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
755
+ },
756
+ },
757
+ ],
750
758
},
751
759
],
752
760
},
@@ -779,14 +787,6 @@ exports[`otel > with thunks 7`] = `
779
787
],
780
788
" livestore.eventsCount" : 1 ,
781
789
},
782
- " children" : [
783
- {
784
- " _name" : " livestore.in-memory-db:execute" ,
785
- " attributes" : {
786
- " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
787
- },
788
- },
789
- ],
790
790
},
791
791
],
792
792
},
@@ -867,6 +867,14 @@ exports[`otel > with thunks with query builder and without labels 3`] = `
867
867
" children" : [
868
868
{
869
869
" _name" : " client-session-sync-processor:materialize-event" ,
870
+ " children" : [
871
+ {
872
+ " _name" : " livestore.in-memory-db:execute" ,
873
+ " attributes" : {
874
+ " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
875
+ },
876
+ },
877
+ ],
870
878
},
871
879
],
872
880
},
@@ -899,14 +907,6 @@ exports[`otel > with thunks with query builder and without labels 3`] = `
899
907
],
900
908
" livestore.eventsCount" : 1 ,
901
909
},
902
- " children" : [
903
- {
904
- " _name" : " livestore.in-memory-db:execute" ,
905
- " attributes" : {
906
- " sql.query" : " INSERT INTO 'todos' (id, text, completed) VALUES (?, ?, ?)" ,
907
- },
908
- },
909
- ],
910
910
},
911
911
],
912
912
},
0 commit comments