Skip to content

Commit 2a3f669

Browse files
committed
Rename to CustomSqliteValue
1 parent 6e00969 commit 2a3f669

File tree

3 files changed

+1
-62
lines changed

3 files changed

+1
-62
lines changed

modules/module-mongodb/test/src/mongo_test.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import {
55
CompatibilityEdition,
66
SqliteInputRow,
77
SqlSyncRules,
8-
TimeValue,
9-
CustomArray
8+
TimeValue
109
} from '@powersync/service-sync-rules';
1110
import { describe, expect, test } from 'vitest';
1211

packages/sync-rules/src/types/custom_sqlite_type.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

packages/sync-rules/src/types/time.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ export class DateTimeValue extends CustomSqliteValue {
2929
return 'text';
3030
}
3131

32-
get sqliteType(): SqliteValueType {
33-
return 'text';
34-
}
35-
3632
toSqliteValue(context: CompatibilityContext) {
3733
return context.isEnabled(CompatibilityOption.timestampsIso8601)
3834
? this.iso8601Representation

0 commit comments

Comments
 (0)