We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc037e commit ab48e71Copy full SHA for ab48e71
test/core/built-in-commands.test.ts
@@ -776,7 +776,7 @@ describe.each([
776
[
777
100,
778
'os',
779
- '',
+ 'MEMORY',
780
_,
781
'main',
782
'employees',
@@ -788,7 +788,7 @@ describe.each([
788
true
789
],
790
['', '', '', ' ' /*NOT_EXIST waiting for the strtol fix*/, _, _, _, _, randomDate(), _, _, false],
791
- [0, 'sqlitecloud_version', '', 1, '', 'albums', _, _, _, '', '', true],
+ [0, 'sqlitecloud_version', 'MEMORY', 1, '', 'albums', _, _, _, '', '', true],
792
[0, 'sqlitecloud_version', 'MEMORY', 1, '', '', _, randomDate(new Date(new Date().getTime() - 24 * 60 * 60 * 1000).getTime()), randomDate(), '', '', true],
793
[0, _, _, 999, _, 'NOT_EXIST', 'NOT_EXIST', 'NOT_EXIST', 'NOT_EXIST', _, 'NOT_EXIST', false]
794
])('general', (sleep, key, memory, node, database, table, column, from, to, detailed, pubsub, ok) => {
0 commit comments