stefan-hoeck / idris2-sqlite3

Idris2 bindings to the sqlite3 C-API
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Add a `SELECT_DISTINCT` query variant #35

Closed emdash closed 8 months ago

emdash commented 8 months ago

Minimally invasive change to add a SELECT_DISTINCT query type.

Also added a test case to show that it works as expected.

stefan-hoeck commented 8 months ago

Very nice. Thanks!