We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdc2b0 commit 13b5c9eCopy full SHA for 13b5c9e
hdr/sqlite_modern_cpp.h
@@ -120,10 +120,7 @@ namespace sqlite {
120
_db(std::move(other._db)),
121
_sql(std::move(other._sql)),
122
_stmt(std::move(other._stmt)),
123
- _inx(other._inx), execution_started(other.execution_started) {
124
- _db = nullptr;
125
- _stmt = nullptr;
126
- }
+ _inx(other._inx), execution_started(other.execution_started) { }
127
128
void reset() {
129
sqlite3_reset(_stmt.get());
0 commit comments