Skip to content

Commit

Permalink
added workaround for breaking change in sqlite build system for sqlit…
Browse files Browse the repository at this point in the history
…e version 3.48.0

added tests for SQLITE_ENABLE_UPDATE_DELETE_LIMIT
  • Loading branch information
JoshuaWise committed Jan 18, 2025
1 parent c12f109 commit dde61cd
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 370 deletions.
2 changes: 1 addition & 1 deletion deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ echo "configuring amalgamation..."
sh configure > /dev/null || exit 1

echo "building amalgamation..."
make sqlite3.c > /dev/null || exit 1
make OPTIONS="$CFLAGS" sqlite3.c > /dev/null || exit 1

echo "copying amalgamation..."
cp sqlite3.c sqlite3.h sqlite3ext.h "$OUTPUT/" || exit 1
Expand Down
Loading

0 comments on commit dde61cd

Please sign in to comment.