Skip to content

Commit

Permalink
Fix sqlite int64 queries
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0k-z committed Oct 2, 2024
1 parent db8ba7c commit 61703ed
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 348 deletions.
2 changes: 1 addition & 1 deletion src/sql_mm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const char *SQLPlugin::GetLicense()

const char *SQLPlugin::GetVersion()
{
return "1.3.3.0";
return "1.3.4.0";
}

const char *SQLPlugin::GetDate()
Expand Down
Loading

0 comments on commit 61703ed

Please sign in to comment.