Skip to content

Commit e53a2f1

Browse files
committed
dev: annotate the sqlite3 version requirement for sqlite3_open_v2
1 parent b7e0d3e commit e53a2f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/sqlite3/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def abort_could_not_find(missing)
8484
have_func('sqlite3_enable_load_extension')
8585
have_func('sqlite3_load_extension')
8686

87-
unless have_func('sqlite3_open_v2')
87+
unless have_func('sqlite3_open_v2') # https://www.sqlite.org/releaselog/3_5_0.html
8888
abort "Please use a newer version of SQLite3"
8989
end
9090

0 commit comments

Comments
 (0)