Loading backends/sqlite/sqlite.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ const dbpp::SQL &dbpp::SQLite::autoincrement(SQL &sql){ const dbpp::SQL &dbpp::SQLite::getUUIDType(SQL &sql){ return (sql << "Binary()"); return (sql << "BLOB"); } bool dbpp::SQLite::isConnected(){ Loading Loading
backends/sqlite/sqlite.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ const dbpp::SQL &dbpp::SQLite::autoincrement(SQL &sql){ const dbpp::SQL &dbpp::SQLite::getUUIDType(SQL &sql){ return (sql << "Binary()"); return (sql << "BLOB"); } bool dbpp::SQLite::isConnected(){ Loading