Dave
Dave
https://github.com/ericsink/SQLitePCL.raw/pull/151/files
= API with patches = sqlite3_limit - If supported would be on SQLiteDatabaseConnection https://github.com/ericsink/SQLitePCL.raw/pull/36 = Need to write patches for = sqlite3_busy_handler - https://github.com/bordoley/SQLitePCL.pretty/issues/9 sqlite3_extended_result_codes - Supported in Raw. Should...
Might be useful to support the ability to do the following: ``` CSharp var query = SqlQuery.From() .Select(x=> x.Col1, x => x.Col1.Count()) .GroupBy(x => x.Col1) ``` This would be useful...
Currently managed delegates that throw exceptions result in undefined behavior (I expect they would crash sqlite). We could give delegates the ability to throw a SQLiteException instead and grab the...
sqlite3_busy_handler
https://jaredforsyth.com/docre/index.html