christianparpart / Lightweight

thin and lightweight, fast, ODBC API wrapper for modern C++ uses
5 stars 1 forks source link

Add new column type `SqlNumeric<P, S>` #87

Closed christianparpart closed 2 weeks ago

christianparpart commented 2 weeks ago

Mind, NUMERIC(P, S) does not seem to be supported by SQLite3, too bad.

We could probably emulate that with REAL at best.

@FelixTheC this is used for things like curreny, e.g. prices, payment, etc...