@aws-amplify/datastore-storage-adapter 2.0.71 → 2.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/.rollup.cache/Volumes/workplace/amplify-js/packages/datastore-storage-adapter/dist/meta/cjs.tsbuildinfo +1 -0
  2. package/CHANGELOG.md +12 -0
  3. package/coverage-ts/assets/source-file.css +21 -0
  4. package/coverage-ts/assets/source-file.js +40 -0
  5. package/coverage-ts/files/lib/ExpoSQLiteAdapter/ExpoSQLiteAdapter.d.ts.html +21 -0
  6. package/coverage-ts/files/lib/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts.html +35 -0
  7. package/coverage-ts/files/lib/SQLiteAdapter/SQLiteAdapter.d.ts.html +21 -0
  8. package/coverage-ts/files/lib/SQLiteAdapter/SQLiteDatabase.d.ts.html +35 -0
  9. package/coverage-ts/files/lib/common/CommonSQLiteAdapter.d.ts.html +41 -0
  10. package/coverage-ts/files/lib/common/SQLiteUtils.d.ts.html +39 -0
  11. package/coverage-ts/files/lib/common/constants.d.ts.html +19 -0
  12. package/coverage-ts/files/lib/common/types.d.ts.html +34 -0
  13. package/coverage-ts/files/lib/index.d.ts.html +20 -0
  14. package/coverage-ts/files/lib-esm/ExpoSQLiteAdapter/ExpoSQLiteAdapter.d.ts.html +21 -0
  15. package/coverage-ts/files/lib-esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts.html +35 -0
  16. package/coverage-ts/files/lib-esm/SQLiteAdapter/SQLiteAdapter.d.ts.html +21 -0
  17. package/coverage-ts/files/lib-esm/SQLiteAdapter/SQLiteDatabase.d.ts.html +35 -0
  18. package/coverage-ts/files/lib-esm/common/CommonSQLiteAdapter.d.ts.html +41 -0
  19. package/coverage-ts/files/lib-esm/common/SQLiteUtils.d.ts.html +39 -0
  20. package/coverage-ts/files/lib-esm/common/constants.d.ts.html +19 -0
  21. package/coverage-ts/files/lib-esm/common/types.d.ts.html +34 -0
  22. package/coverage-ts/files/lib-esm/index.d.ts.html +20 -0
  23. package/coverage-ts/files/src/ExpoSQLiteAdapter/ExpoSQLiteAdapter.ts.html +28 -0
  24. package/coverage-ts/files/src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts.html +302 -0
  25. package/coverage-ts/files/src/SQLiteAdapter/SQLiteAdapter.ts.html +28 -0
  26. package/coverage-ts/files/src/SQLiteAdapter/SQLiteDatabase.ts.html +183 -0
  27. package/coverage-ts/files/src/common/CommonSQLiteAdapter.ts.html +460 -0
  28. package/coverage-ts/files/src/common/SQLiteUtils.ts.html +520 -0
  29. package/coverage-ts/files/src/common/constants.ts.html +21 -0
  30. package/coverage-ts/files/src/common/types.ts.html +54 -0
  31. package/coverage-ts/files/src/index.ts.html +22 -0
  32. package/coverage-ts/index.html +15 -0
  33. package/coverage-ts/typescript-coverage.json +772 -0
  34. package/dist/aws-amplify-datastore-storage-adapter.js +5 -0
  35. package/dist/aws-amplify-datastore-storage-adapter.js.map +1 -1
  36. package/dist/aws-amplify-datastore-storage-adapter.min.js.map +1 -1
  37. package/lib/SQLiteAdapter/SQLiteAdapter.d.ts +5 -0
  38. package/lib/SQLiteAdapter/SQLiteAdapter.js +5 -0
  39. package/lib/SQLiteAdapter/SQLiteAdapter.js.map +1 -1
  40. package/lib-esm/SQLiteAdapter/SQLiteAdapter.d.ts +5 -0
  41. package/lib-esm/SQLiteAdapter/SQLiteAdapter.js +5 -0
  42. package/lib-esm/SQLiteAdapter/SQLiteAdapter.js.map +1 -1
  43. package/package.json +7 -4
  44. package/src/SQLiteAdapter/SQLiteAdapter.ts +5 -0
  45. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/meta/cjs.tsbuildinfo +0 -1
  46. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/cjs/ExpoSQLiteAdapter/ExpoSQLiteAdapter.js +0 -0
  47. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/cjs/ExpoSQLiteAdapter/ExpoSQLiteDatabase.js +0 -0
  48. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/cjs/SQLiteAdapter/SQLiteAdapter.js +0 -0
  49. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/cjs/SQLiteAdapter/SQLiteDatabase.js +0 -0
  50. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/CommonSQLiteAdapter.js +0 -0
  51. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/SQLiteUtils.js +0 -0
  52. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/constants.js +0 -0
  53. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/types.js +0 -0
  54. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/cjs/index.js +0 -0
  55. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteAdapter.d.ts +0 -0
  56. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteAdapter.js +0 -0
  57. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts +0 -0
  58. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.js +0 -0
  59. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteAdapter.d.ts +0 -0
  60. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteAdapter.js +0 -0
  61. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteDatabase.d.ts +0 -0
  62. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteDatabase.js +0 -0
  63. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/common/CommonSQLiteAdapter.d.ts +0 -0
  64. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/common/CommonSQLiteAdapter.js +0 -0
  65. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/common/SQLiteUtils.d.ts +0 -0
  66. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/common/SQLiteUtils.js +0 -0
  67. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/common/constants.d.ts +0 -0
  68. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/common/constants.js +0 -0
  69. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/common/types.d.ts +0 -0
  70. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/common/types.js +0 -0
  71. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/index.d.ts +0 -0
  72. /package/.rollup.cache/{home/runner/work/amplify-js/amplify-js → Volumes/workplace}/amplify-js/packages/datastore-storage-adapter/dist/esm/index.js +0 -0
@@ -0,0 +1,772 @@
1
+ {
2
+ "fileCounts": {},
3
+ "anys": [
4
+ {
5
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
6
+ "line": 3,
7
+ "character": 12,
8
+ "text": "schema",
9
+ "kind": 1
10
+ },
11
+ {
12
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
13
+ "line": 4,
14
+ "character": 12,
15
+ "text": "namespaceResolver",
16
+ "kind": 1
17
+ },
18
+ {
19
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
20
+ "line": 5,
21
+ "character": 12,
22
+ "text": "modelInstanceCreator",
23
+ "kind": 1
24
+ },
25
+ {
26
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
27
+ "line": 6,
28
+ "character": 12,
29
+ "text": "getModelConstructorByModelName",
30
+ "kind": 1
31
+ },
32
+ {
33
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
34
+ "line": 7,
35
+ "character": 12,
36
+ "text": "db",
37
+ "kind": 1
38
+ },
39
+ {
40
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
41
+ "line": 8,
42
+ "character": 12,
43
+ "text": "initPromise",
44
+ "kind": 1
45
+ },
46
+ {
47
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
48
+ "line": 9,
49
+ "character": 12,
50
+ "text": "resolve",
51
+ "kind": 1
52
+ },
53
+ {
54
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
55
+ "line": 10,
56
+ "character": 12,
57
+ "text": "reject",
58
+ "kind": 1
59
+ },
60
+ {
61
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
62
+ "line": 15,
63
+ "character": 12,
64
+ "text": "load",
65
+ "kind": 1
66
+ },
67
+ {
68
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
69
+ "line": 17,
70
+ "character": 12,
71
+ "text": "getById",
72
+ "kind": 1
73
+ },
74
+ {
75
+ "file": "lib/common/CommonSQLiteAdapter.d.ts",
76
+ "line": 18,
77
+ "character": 12,
78
+ "text": "idFromPredicate",
79
+ "kind": 1
80
+ },
81
+ {
82
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
83
+ "line": 3,
84
+ "character": 12,
85
+ "text": "schema",
86
+ "kind": 1
87
+ },
88
+ {
89
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
90
+ "line": 4,
91
+ "character": 12,
92
+ "text": "namespaceResolver",
93
+ "kind": 1
94
+ },
95
+ {
96
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
97
+ "line": 5,
98
+ "character": 12,
99
+ "text": "modelInstanceCreator",
100
+ "kind": 1
101
+ },
102
+ {
103
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
104
+ "line": 6,
105
+ "character": 12,
106
+ "text": "getModelConstructorByModelName",
107
+ "kind": 1
108
+ },
109
+ {
110
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
111
+ "line": 7,
112
+ "character": 12,
113
+ "text": "db",
114
+ "kind": 1
115
+ },
116
+ {
117
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
118
+ "line": 8,
119
+ "character": 12,
120
+ "text": "initPromise",
121
+ "kind": 1
122
+ },
123
+ {
124
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
125
+ "line": 9,
126
+ "character": 12,
127
+ "text": "resolve",
128
+ "kind": 1
129
+ },
130
+ {
131
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
132
+ "line": 10,
133
+ "character": 12,
134
+ "text": "reject",
135
+ "kind": 1
136
+ },
137
+ {
138
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
139
+ "line": 15,
140
+ "character": 12,
141
+ "text": "load",
142
+ "kind": 1
143
+ },
144
+ {
145
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
146
+ "line": 17,
147
+ "character": 12,
148
+ "text": "getById",
149
+ "kind": 1
150
+ },
151
+ {
152
+ "file": "lib-esm/common/CommonSQLiteAdapter.d.ts",
153
+ "line": 18,
154
+ "character": 12,
155
+ "text": "idFromPredicate",
156
+ "kind": 1
157
+ },
158
+ {
159
+ "file": "lib/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts",
160
+ "line": 3,
161
+ "character": 12,
162
+ "text": "db",
163
+ "kind": 1
164
+ },
165
+ {
166
+ "file": "lib/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts",
167
+ "line": 13,
168
+ "character": 12,
169
+ "text": "executeStatements",
170
+ "kind": 1
171
+ },
172
+ {
173
+ "file": "lib/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts",
174
+ "line": 14,
175
+ "character": 12,
176
+ "text": "closeDB",
177
+ "kind": 1
178
+ },
179
+ {
180
+ "file": "lib/SQLiteAdapter/SQLiteDatabase.d.ts",
181
+ "line": 3,
182
+ "character": 12,
183
+ "text": "db",
184
+ "kind": 1
185
+ },
186
+ {
187
+ "file": "lib/SQLiteAdapter/SQLiteDatabase.d.ts",
188
+ "line": 13,
189
+ "character": 12,
190
+ "text": "executeStatements",
191
+ "kind": 1
192
+ },
193
+ {
194
+ "file": "lib/SQLiteAdapter/SQLiteDatabase.d.ts",
195
+ "line": 14,
196
+ "character": 12,
197
+ "text": "closeDB",
198
+ "kind": 1
199
+ },
200
+ {
201
+ "file": "lib/common/SQLiteUtils.d.ts",
202
+ "line": 9,
203
+ "character": 76,
204
+ "text": "operand",
205
+ "kind": 1
206
+ },
207
+ {
208
+ "file": "lib/common/SQLiteUtils.d.ts",
209
+ "line": 12,
210
+ "character": 4,
211
+ "text": "operand",
212
+ "kind": 1
213
+ },
214
+ {
215
+ "file": "lib/common/SQLiteUtils.d.ts",
216
+ "line": 18,
217
+ "character": 42,
218
+ "text": "firstOrLast",
219
+ "kind": 1
220
+ },
221
+ {
222
+ "file": "lib-esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts",
223
+ "line": 3,
224
+ "character": 12,
225
+ "text": "db",
226
+ "kind": 1
227
+ },
228
+ {
229
+ "file": "lib-esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts",
230
+ "line": 13,
231
+ "character": 12,
232
+ "text": "executeStatements",
233
+ "kind": 1
234
+ },
235
+ {
236
+ "file": "lib-esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts",
237
+ "line": 14,
238
+ "character": 12,
239
+ "text": "closeDB",
240
+ "kind": 1
241
+ },
242
+ {
243
+ "file": "lib-esm/SQLiteAdapter/SQLiteDatabase.d.ts",
244
+ "line": 3,
245
+ "character": 12,
246
+ "text": "db",
247
+ "kind": 1
248
+ },
249
+ {
250
+ "file": "lib-esm/SQLiteAdapter/SQLiteDatabase.d.ts",
251
+ "line": 13,
252
+ "character": 12,
253
+ "text": "executeStatements",
254
+ "kind": 1
255
+ },
256
+ {
257
+ "file": "lib-esm/SQLiteAdapter/SQLiteDatabase.d.ts",
258
+ "line": 14,
259
+ "character": 12,
260
+ "text": "closeDB",
261
+ "kind": 1
262
+ },
263
+ {
264
+ "file": "lib-esm/common/SQLiteUtils.d.ts",
265
+ "line": 9,
266
+ "character": 76,
267
+ "text": "operand",
268
+ "kind": 1
269
+ },
270
+ {
271
+ "file": "lib-esm/common/SQLiteUtils.d.ts",
272
+ "line": 12,
273
+ "character": 4,
274
+ "text": "operand",
275
+ "kind": 1
276
+ },
277
+ {
278
+ "file": "lib-esm/common/SQLiteUtils.d.ts",
279
+ "line": 18,
280
+ "character": 42,
281
+ "text": "firstOrLast",
282
+ "kind": 1
283
+ },
284
+ {
285
+ "file": "src/common/SQLiteUtils.ts",
286
+ "line": 27,
287
+ "character": 22,
288
+ "text": "model",
289
+ "kind": 1
290
+ },
291
+ {
292
+ "file": "src/common/SQLiteUtils.ts",
293
+ "line": 32,
294
+ "character": 25,
295
+ "text": "model",
296
+ "kind": 1
297
+ },
298
+ {
299
+ "file": "src/common/SQLiteUtils.ts",
300
+ "line": 39,
301
+ "character": 18,
302
+ "text": "model",
303
+ "kind": 1
304
+ },
305
+ {
306
+ "file": "src/common/SQLiteUtils.ts",
307
+ "line": 39,
308
+ "character": 46,
309
+ "text": "model",
310
+ "kind": 1
311
+ },
312
+ {
313
+ "file": "src/common/SQLiteUtils.ts",
314
+ "line": 231,
315
+ "character": 8,
316
+ "text": "paramaterized",
317
+ "kind": 1
318
+ },
319
+ {
320
+ "file": "src/common/SQLiteUtils.ts",
321
+ "line": 231,
322
+ "character": 23,
323
+ "text": "values",
324
+ "kind": 1
325
+ },
326
+ {
327
+ "file": "src/common/SQLiteUtils.ts",
328
+ "line": 233,
329
+ "character": 54,
330
+ "text": "paramaterized",
331
+ "kind": 1
332
+ },
333
+ {
334
+ "file": "src/common/SQLiteUtils.ts",
335
+ "line": 235,
336
+ "character": 30,
337
+ "text": "values",
338
+ "kind": 1
339
+ },
340
+ {
341
+ "file": "src/common/SQLiteUtils.ts",
342
+ "line": 235,
343
+ "character": 44,
344
+ "text": "id",
345
+ "kind": 1
346
+ },
347
+ {
348
+ "file": "src/common/SQLiteUtils.ts",
349
+ "line": 280,
350
+ "character": 36,
351
+ "text": "field",
352
+ "kind": 1
353
+ },
354
+ {
355
+ "file": "src/common/SQLiteUtils.ts",
356
+ "line": 280,
357
+ "character": 43,
358
+ "text": "operator",
359
+ "kind": 1
360
+ },
361
+ {
362
+ "file": "src/common/SQLiteUtils.ts",
363
+ "line": 280,
364
+ "character": 53,
365
+ "text": "operand",
366
+ "kind": 1
367
+ },
368
+ {
369
+ "file": "src/common/SQLiteUtils.ts",
370
+ "line": 281,
371
+ "character": 5,
372
+ "text": "operand",
373
+ "kind": 1
374
+ },
375
+ {
376
+ "file": "src/common/SQLiteUtils.ts",
377
+ "line": 281,
378
+ "character": 25,
379
+ "text": "operand",
380
+ "kind": 1
381
+ },
382
+ {
383
+ "file": "src/common/SQLiteUtils.ts",
384
+ "line": 282,
385
+ "character": 6,
386
+ "text": "operator",
387
+ "kind": 1
388
+ },
389
+ {
390
+ "file": "src/common/SQLiteUtils.ts",
391
+ "line": 283,
392
+ "character": 14,
393
+ "text": "field",
394
+ "kind": 1
395
+ },
396
+ {
397
+ "file": "src/common/SQLiteUtils.ts",
398
+ "line": 284,
399
+ "character": 13,
400
+ "text": "operator",
401
+ "kind": 1
402
+ },
403
+ {
404
+ "file": "src/common/SQLiteUtils.ts",
405
+ "line": 285,
406
+ "character": 14,
407
+ "text": "field",
408
+ "kind": 1
409
+ },
410
+ {
411
+ "file": "src/common/SQLiteUtils.ts",
412
+ "line": 296,
413
+ "character": 1,
414
+ "text": "operand",
415
+ "kind": 1
416
+ },
417
+ {
418
+ "file": "src/common/SQLiteUtils.ts",
419
+ "line": 302,
420
+ "character": 1,
421
+ "text": "operand",
422
+ "kind": 1
423
+ },
424
+ {
425
+ "file": "src/common/SQLiteUtils.ts",
426
+ "line": 307,
427
+ "character": 2,
428
+ "text": "operand",
429
+ "kind": 1
430
+ },
431
+ {
432
+ "file": "src/common/SQLiteUtils.ts",
433
+ "line": 315,
434
+ "character": 49,
435
+ "text": "operand",
436
+ "kind": 1
437
+ },
438
+ {
439
+ "file": "src/common/SQLiteUtils.ts",
440
+ "line": 331,
441
+ "character": 11,
442
+ "text": "_",
443
+ "kind": 1
444
+ },
445
+ {
446
+ "file": "src/common/SQLiteUtils.ts",
447
+ "line": 339,
448
+ "character": 61,
449
+ "text": "operand",
450
+ "kind": 1
451
+ },
452
+ {
453
+ "file": "src/common/SQLiteUtils.ts",
454
+ "line": 467,
455
+ "character": 1,
456
+ "text": "firstOrLast",
457
+ "kind": 1
458
+ },
459
+ {
460
+ "file": "src/common/SQLiteUtils.ts",
461
+ "line": 470,
462
+ "character": 5,
463
+ "text": "firstOrLast",
464
+ "kind": 1
465
+ },
466
+ {
467
+ "file": "src/common/CommonSQLiteAdapter.ts",
468
+ "line": 53,
469
+ "character": 19,
470
+ "text": "value",
471
+ "kind": 1
472
+ },
473
+ {
474
+ "file": "src/common/CommonSQLiteAdapter.ts",
475
+ "line": 54,
476
+ "character": 18,
477
+ "text": "value",
478
+ "kind": 1
479
+ },
480
+ {
481
+ "file": "src/common/CommonSQLiteAdapter.ts",
482
+ "line": 102,
483
+ "character": 15,
484
+ "text": "error",
485
+ "kind": 1
486
+ },
487
+ {
488
+ "file": "src/common/CommonSQLiteAdapter.ts",
489
+ "line": 101,
490
+ "character": 11,
491
+ "text": "error",
492
+ "kind": 1
493
+ },
494
+ {
495
+ "file": "src/common/CommonSQLiteAdapter.ts",
496
+ "line": 132,
497
+ "character": 60,
498
+ "text": "id",
499
+ "kind": 1
500
+ },
501
+ {
502
+ "file": "src/common/CommonSQLiteAdapter.ts",
503
+ "line": 140,
504
+ "character": 9,
505
+ "text": "isValid",
506
+ "kind": 1
507
+ },
508
+ {
509
+ "file": "src/common/CommonSQLiteAdapter.ts",
510
+ "line": 142,
511
+ "character": 8,
512
+ "text": "isValid",
513
+ "kind": 1
514
+ },
515
+ {
516
+ "file": "src/common/CommonSQLiteAdapter.ts",
517
+ "line": 155,
518
+ "character": 11,
519
+ "text": "id",
520
+ "kind": 1
521
+ },
522
+ {
523
+ "file": "src/common/CommonSQLiteAdapter.ts",
524
+ "line": 167,
525
+ "character": 7,
526
+ "text": "id",
527
+ "kind": 1
528
+ },
529
+ {
530
+ "file": "src/common/CommonSQLiteAdapter.ts",
531
+ "line": 167,
532
+ "character": 20,
533
+ "text": "id",
534
+ "kind": 1
535
+ },
536
+ {
537
+ "file": "src/common/CommonSQLiteAdapter.ts",
538
+ "line": 228,
539
+ "character": 8,
540
+ "text": "queryById",
541
+ "kind": 1
542
+ },
543
+ {
544
+ "file": "src/common/CommonSQLiteAdapter.ts",
545
+ "line": 231,
546
+ "character": 7,
547
+ "text": "queryById",
548
+ "kind": 1
549
+ },
550
+ {
551
+ "file": "src/common/CommonSQLiteAdapter.ts",
552
+ "line": 270,
553
+ "character": 36,
554
+ "text": "operand",
555
+ "kind": 1
556
+ },
557
+ {
558
+ "file": "src/common/CommonSQLiteAdapter.ts",
559
+ "line": 326,
560
+ "character": 11,
561
+ "text": "id",
562
+ "kind": 1
563
+ },
564
+ {
565
+ "file": "src/common/CommonSQLiteAdapter.ts",
566
+ "line": 342,
567
+ "character": 10,
568
+ "text": "isValid",
569
+ "kind": 1
570
+ },
571
+ {
572
+ "file": "src/common/CommonSQLiteAdapter.ts",
573
+ "line": 344,
574
+ "character": 9,
575
+ "text": "isValid",
576
+ "kind": 1
577
+ },
578
+ {
579
+ "file": "src/common/CommonSQLiteAdapter.ts",
580
+ "line": 352,
581
+ "character": 11,
582
+ "text": "id",
583
+ "kind": 1
584
+ },
585
+ {
586
+ "file": "src/common/CommonSQLiteAdapter.ts",
587
+ "line": 360,
588
+ "character": 11,
589
+ "text": "id",
590
+ "kind": 1
591
+ },
592
+ {
593
+ "file": "src/common/CommonSQLiteAdapter.ts",
594
+ "line": 397,
595
+ "character": 11,
596
+ "text": "instance",
597
+ "kind": 1
598
+ },
599
+ {
600
+ "file": "src/common/CommonSQLiteAdapter.ts",
601
+ "line": 398,
602
+ "character": 7,
603
+ "text": "instance",
604
+ "kind": 1
605
+ },
606
+ {
607
+ "file": "src/common/CommonSQLiteAdapter.ts",
608
+ "line": 398,
609
+ "character": 22,
610
+ "text": "instance",
611
+ "kind": 1
612
+ },
613
+ {
614
+ "file": "src/common/CommonSQLiteAdapter.ts",
615
+ "line": 398,
616
+ "character": 31,
617
+ "text": "id",
618
+ "kind": 1
619
+ },
620
+ {
621
+ "file": "src/common/CommonSQLiteAdapter.ts",
622
+ "line": 403,
623
+ "character": 48,
624
+ "text": "instance",
625
+ "kind": 1
626
+ },
627
+ {
628
+ "file": "src/common/CommonSQLiteAdapter.ts",
629
+ "line": 403,
630
+ "character": 57,
631
+ "text": "id",
632
+ "kind": 1
633
+ },
634
+ {
635
+ "file": "src/common/CommonSQLiteAdapter.ts",
636
+ "line": 418,
637
+ "character": 26,
638
+ "text": "response",
639
+ "kind": 1
640
+ },
641
+ {
642
+ "file": "src/common/CommonSQLiteAdapter.ts",
643
+ "line": 419,
644
+ "character": 7,
645
+ "text": "response",
646
+ "kind": 1
647
+ },
648
+ {
649
+ "file": "src/SQLiteAdapter/SQLiteDatabase.ts",
650
+ "line": 12,
651
+ "character": 11,
652
+ "text": "LOG_LEVEL",
653
+ "kind": 1
654
+ },
655
+ {
656
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
657
+ "line": 47,
658
+ "character": 47,
659
+ "text": "error",
660
+ "kind": 1
661
+ },
662
+ {
663
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
664
+ "line": 46,
665
+ "character": 11,
666
+ "text": "error",
667
+ "kind": 1
668
+ },
669
+ {
670
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
671
+ "line": 129,
672
+ "character": 23,
673
+ "text": "error",
674
+ "kind": 1
675
+ },
676
+ {
677
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
678
+ "line": 130,
679
+ "character": 17,
680
+ "text": "error",
681
+ "kind": 1
682
+ },
683
+ {
684
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
685
+ "line": 128,
686
+ "character": 13,
687
+ "text": "error",
688
+ "kind": 1
689
+ },
690
+ {
691
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
692
+ "line": 186,
693
+ "character": 23,
694
+ "text": "error",
695
+ "kind": 1
696
+ },
697
+ {
698
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
699
+ "line": 187,
700
+ "character": 17,
701
+ "text": "error",
702
+ "kind": 1
703
+ },
704
+ {
705
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
706
+ "line": 185,
707
+ "character": 13,
708
+ "text": "error",
709
+ "kind": 1
710
+ },
711
+ {
712
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
713
+ "line": 233,
714
+ "character": 23,
715
+ "text": "error",
716
+ "kind": 1
717
+ },
718
+ {
719
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
720
+ "line": 234,
721
+ "character": 17,
722
+ "text": "error",
723
+ "kind": 1
724
+ },
725
+ {
726
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
727
+ "line": 232,
728
+ "character": 13,
729
+ "text": "error",
730
+ "kind": 1
731
+ },
732
+ {
733
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
734
+ "line": 264,
735
+ "character": 23,
736
+ "text": "error",
737
+ "kind": 1
738
+ },
739
+ {
740
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
741
+ "line": 265,
742
+ "character": 17,
743
+ "text": "error",
744
+ "kind": 1
745
+ },
746
+ {
747
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
748
+ "line": 263,
749
+ "character": 13,
750
+ "text": "error",
751
+ "kind": 1
752
+ },
753
+ {
754
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
755
+ "line": 276,
756
+ "character": 26,
757
+ "text": "_db",
758
+ "kind": 1
759
+ },
760
+ {
761
+ "file": "src/ExpoSQLiteAdapter/ExpoSQLiteDatabase.ts",
762
+ "line": 276,
763
+ "character": 30,
764
+ "text": "close",
765
+ "kind": 1
766
+ }
767
+ ],
768
+ "percentage": 96.02479941648431,
769
+ "total": 2742,
770
+ "covered": 2633,
771
+ "uncovered": 109
772
+ }