ericsink / SQLitePCL.raw

A Portable Class Library (PCL) for low-level (raw) access to SQLite
Apache License 2.0
525 stars 109 forks source link

Add sqlite3_keyword_count and sqlite3_keyword_name #385

Closed bricelam closed 3 years ago

bricelam commented 3 years ago

Need this to light up connection.GetSchema(DbMetaDataCollectionNames.ReservedWords). Definentally not a priority.

bricelam commented 3 years ago

Not sure if I was supposed to choose tabs, spaces, or both... 🤔

ericsink commented 3 years ago

My whitespace is a mess. Tabs, spaces, both, whatever somebody does, I deserve it. If somebody included vertical tabs I would have no moral high ground to complain.

ericsink commented 3 years ago

Version 2.0.5-pre20201231105030 (which should address this issue) has been pushed up to nuget.org. Testing/verification appreciated. :-)