iwongu / sqlite3pp

SQLite3++ - C++ wrapper of SQLite3 API
MIT License
609 stars 177 forks source link

Add overloads for C++11 int64_t type #37

Closed jrogers closed 8 years ago

jrogers commented 8 years ago

Adds convenience overloads for int64_t (standard c++ 64-bit integer type) to avoid extra casts to long long int.

jrogers commented 8 years ago

Sorry missed some places