Skip to content

Commit 6f72b51

Browse files
authored
Microsoft.Data.Sqlite: Add uint to data types table (#17848)
Fixes #17784
1 parent d811b1b commit 6f72b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/standard/data/sqlite/types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SQLite only has four primitive data types: INTEGER, REAL, TEXT, and BLOB. APIs t
2626
| String | TEXT | UTF-8 |
2727
| TimeSpan | TEXT | d.hh:mm:ss.fffffff |
2828
| UInt16 | INTEGER | |
29+
| UInt32 | INTEGER | |
2930
| UInt64 | INTEGER | Large values overflow |
3031

3132
## Alternative types

0 commit comments

Comments
 (0)