mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-16 16:18:57 -05:00
d6aef0fa9b
Leak: The sqlite3 connection handle destructor was accidentally turned into a default constructor during the migration of repositories. Replaced the sqlite3 raw pointer with a unique_ptr to prevent this kind of accident.