You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caseREAL // Includes REAL, DOUBLE, FLOAT, NUMERIC, DECIMAL, DOUBLE_PRECISION
157
-
caseBLOB // Includes BLOB, BINARY, VARBINARY
158
-
caseDATE // Includes DATE, DATETIME, TIME, TIMESTAMP
153
+
INT // Includes INT, INTEGER, INT2, INT8, BIGINT, MEDIUMINT, SMALLINT, TINYINT
154
+
BOOL // Includes BOOL, BOOLEAN, BIT
155
+
TEXT // Includes TEXT, CHAR, CHARACTER, VARCHAR, CLOB, VARIANT, VARYING_CHARACTER, NATIONAL_VARYING_CHARACTER, NATIVE_CHARACTER, NCHAR, NVARCHAR
156
+
REAL // Includes REAL, DOUBLE, FLOAT, NUMERIC, DECIMAL, DOUBLE_PRECISION
157
+
BLOB // Includes BLOB, BINARY, VARBINARY
158
+
DATE // Includes DATE, DATETIME, TIME, TIMESTAMP
159
159
```
160
160
161
161
Public methods
162
162
--------------
163
163
164
-
Can be extended and customized by inheriting the [SQLite](https://github.com/denissimon/SQLiteAdapter/blob/main/Sources/SQLiteAdapter/SQLiteAdapter.swift) class.
0 commit comments