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 d811b1b commit 6f72b51Copy full SHA for 6f72b51
docs/standard/data/sqlite/types.md
@@ -26,6 +26,7 @@ SQLite only has four primitive data types: INTEGER, REAL, TEXT, and BLOB. APIs t
26
| String | TEXT | UTF-8 |
27
| TimeSpan | TEXT | d.hh:mm:ss.fffffff |
28
| UInt16 | INTEGER | |
29
+| UInt32 | INTEGER | |
30
| UInt64 | INTEGER | Large values overflow |
31
32
## Alternative types
0 commit comments