issues
search
SqliteModernCpp
/
sqlite_modern_cpp
The C++14 wrapper around sqlite library
MIT License
902
stars
156
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Error to run the lib in windows 10
#237
alinemati-uwm
opened
1 month ago
0
Solved conversion warnings
#236
flaviu22
opened
4 months ago
0
Please support catch2 3.x
#235
hosiet
opened
4 months ago
1
Multiple warnings when building with VS 2019
#234
az-faro
opened
5 months ago
0
Add install procedure to CMake and make finding tests optional
#233
EduMenges
opened
5 months ago
0
Store error message also for basic return codes.
#232
WKarel
opened
6 months ago
0
Possible to use via FetchContent or CPM?
#231
adamski
opened
11 months ago
2
Database encryption
#230
nikita-vedre
opened
12 months ago
2
Unknown number of columns
#229
hidai-pfr
opened
1 year ago
1
Improve CMake to add sqlite_modern_cpp to other projects
#228
VitaliiDemediuk
closed
1 year ago
0
Project does not work in VS2022
#227
MichaelFinance
closed
1 year ago
2
Set `std::optional` to `std::nullopt` instead of throwing `sqlite::errors::no_rows`
#226
blackpill0w
opened
1 year ago
0
Are JOIN operations suported?
#225
bell-duane12
closed
1 year ago
1
Invalid range expression of type 'database_binder'; no viable 'begin' function available
#224
andriy-byte
opened
1 year ago
3
upgrade hunter to newest version to upgrade Catch2 catchorg/Catch2#2421
#223
barrybingo
closed
1 year ago
0
static cast the returned SQLite value from double to float
#222
merajabi
opened
1 year ago
0
Serialized Mode of Sqlite3
#221
mukand
opened
1 year ago
0
don't use `sqlite3_result_null ` if the optional has a value
#220
cppdev123
opened
2 years ago
0
with C++20
#219
1574354102
opened
2 years ago
1
Fixed a typo in type_wrapper.h
#218
rturrado
closed
2 years ago
0
Fixed type_wrapper.h version checks for Visual Studio.
#217
rturrado
closed
2 years ago
1
upgrade hunter
#216
aminroosta
closed
2 years ago
0
[question] about data update wrapper
#215
fawdlstty
opened
2 years ago
2
Updated README.md indicating the necessity to define the macro MODERN…
#214
rturrado
opened
2 years ago
9
I dont know how to compile my C++ files with this library
#213
beemibrahim
closed
2 years ago
2
about latest release
#212
sequoiar
opened
2 years ago
2
How to get a binary blob and it's size
#211
ckok77
closed
3 years ago
1
Added undef of __cpp_lib_uncaught_exceptions when iOS < 10.0
#210
Szpaqn
closed
4 years ago
4
Usage of `std::optional` fails under MSVC 14.2 / VS 2019
#209
Superlokkus
opened
4 years ago
2
Does this library support the JSON1 extension?
#208
remz1337
closed
4 years ago
1
Ability to interrupt queries
#207
Salamandar
opened
4 years ago
0
ability to change database name
#206
Syn9673
opened
4 years ago
1
Revert "Document the difference between `execute` and `++`"
#205
igor-egorov
closed
1 year ago
0
upgrade hunter to newest version (to support MSVC 2019); upgrade to Catch2
#204
marciso
closed
4 years ago
1
use _MSVC_LANG to include C++17 headers in Visual Studio
#203
marciso
closed
4 years ago
2
make use _MSVC_LANG to include c++17 headers
#202
marciso
closed
4 years ago
0
fix sequence points between getting text and its length
#201
marciso
closed
4 years ago
2
unnecessary calls to sqlite3_{column,value}_bytes{,16} in getting text
#200
marciso
closed
4 years ago
4
std::optional and std::variant not supported with MSVC 2019
#199
marciso
closed
4 years ago
4
typo in the std::variant<std::string, ...> supprt
#198
marciso
closed
4 years ago
1
support for user definer type in getting values
#197
marciso
closed
4 years ago
4
compilation failure with clang 8 targeting OSX
#196
BrannonKing
opened
5 years ago
0
Sql Logic Error
#195
Hirobreak
closed
5 years ago
3
Some typo fix in README
#194
zouquan741
closed
5 years ago
1
Some typo fix in readme
#193
zouquan741
closed
5 years ago
4
Don't include experimental/optional if on Apple clang 11
#192
shaglund
closed
5 years ago
1
Don't include experimental/optional if on Apple clang 11
#191
shaglund
closed
5 years ago
2
Only use optional if c++17
#190
shaglund
closed
5 years ago
0
Store error message instead of error string for exceptions
#189
zauguin
closed
5 years ago
2
unique_ptr receiving single or absent result
#188
BrannonKing
closed
5 years ago
3
Next