Skip to content

Commit 942d3cd

Browse files
committed
Doh
1 parent 7ee1e57 commit 942d3cd

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

NAMESPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ export(duckdb_register_arrow)
1818
export(duckdb_shutdown)
1919
export(duckdb_unregister)
2020
export(duckdb_unregister_arrow)
21-
export(exec)
22-
export(query)
2321
export(read_csv_duckdb)
2422
export(simulate_duckdb)
23+
export(sql_exec)
24+
export(sql_query)
2525
export(tbl_file)
2626
export(tbl_function)
2727
export(tbl_query)

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors:
1414
reference:
1515
- title: Getting started
1616
contents:
17-
- query
17+
- sql_query
1818
- default_conn
1919
- title: Driver
2020
contents:

man/default_conn.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/query.Rd renamed to man/sql_query.Rd

Lines changed: 10 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)