From 158f00ed5eb087243d1f7c575d563892513d0063 Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Tue, 14 Apr 2020 15:17:49 -0700 Subject: [PATCH] Microsoft.Data.Sqlite: Add uint to data types table Fixes #17784 --- docs/standard/data/sqlite/types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/standard/data/sqlite/types.md b/docs/standard/data/sqlite/types.md index e970518c80dc7..17bbbf4a488e5 100644 --- a/docs/standard/data/sqlite/types.md +++ b/docs/standard/data/sqlite/types.md @@ -26,6 +26,7 @@ SQLite only has four primitive data types: INTEGER, REAL, TEXT, and BLOB. APIs t | String | TEXT | UTF-8 | | TimeSpan | TEXT | d.hh:mm:ss.fffffff | | UInt16 | INTEGER | | +| UInt32 | INTEGER | | | UInt64 | INTEGER | Large values overflow | ## Alternative types