-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
enhancementFeature requests.Feature requests.
Description
I have db file from Android and every operation fail with "No such collation sequence: LOCALIZED" error. It is some Android related feature?
Here is SQL code for the table
CREATE TABLE channel (
id INTEGER PRIMARY KEY,
name TEXT COLLATE LOCALIZED,
country TEXT,
image TEXT,
category TEXT COLLATE LOCALIZED,
favorite INTEGER DEFAULT 0,
version INTEGER DEFAULT 0,
created TIMESTAMP DEFAULT current_timestamp,
UNIQUE (name)
)
Metadata
Metadata
Assignees
Labels
enhancementFeature requests.Feature requests.