Skip to content

Commit

Permalink
drop duckdb v0.7.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
suketa committed Oct 14, 2023
1 parent 7a7bd17 commit 620c6ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ChangeLog

- drop duckdb v0.7.x.

# 0.9.1
- add `DuckDB::PreparedStatement#parameter_name`.
- bump duckdb to 0.9.1.
Expand Down
7 changes: 1 addition & 6 deletions ext/duckdb/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ def check_duckdb_library(func, version)

dir_config('duckdb')

check_duckdb_library('duckdb_extract_statements', '0.7.0')

# check duckdb >= 0.7.0
have_func('duckdb_extract_statements', 'duckdb.h')

# check duckdb >= 0.8.0
have_func('duckdb_string_is_inlined', 'duckdb.h')
check_duckdb_library('duckdb_string_is_inlined', '0.8.0')

# check duckdb >= 0.9.0
have_func('duckdb_bind_parameter_index', 'duckdb.h')
Expand Down

0 comments on commit 620c6ea

Please sign in to comment.