Skip to content

Commit

Permalink
Don't forget to actually create the keys table!
Browse files Browse the repository at this point in the history
  • Loading branch information
paladine committed Sep 28, 2024
1 parent 6af92b9 commit 323f4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btrieve/SqliteDatabase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ std::unique_ptr<RecordLoader> SqliteDatabase::create(
keys = database.getKeys();

createSqliteMetadataTable(database);
(database);
createSqliteKeysTable(database);
createSqliteDataTable(database);
createSqliteDataIndices(database);
createSqliteTriggers(database);
Expand Down

0 comments on commit 323f4fb

Please sign in to comment.