Skip to content

Commit

Permalink
duckdb 1.1.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 8, 2024
1 parent d952d0e commit d0c98cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
[submodule "duckdb"]
path = duckdb
url = https://github.com/duckdb/duckdb-r
branch = v1.1.3
branch = v1.1.3-1
[submodule "geographr"]
path = geographr
url = https://github.com/humaniverse/geographr
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 53 files
+0 −4 .github/workflows/R-CMD-check-dev.yaml
+1 −1 .github/workflows/R-CMD-check-status.yaml
+2 −3 .github/workflows/R-CMD-check.yaml
+118 −0 .github/workflows/fledge.yaml
+6 −0 .github/workflows/install/action.yml
+7 −3 .github/workflows/lock.yaml
+1 −2 .github/workflows/pkgdown.yaml
+0 −4 .github/workflows/pr-commands.yaml
+2 −0 .gitignore
+3 −2 DESCRIPTION
+25 −2 NEWS.md
+17 −2 R/Driver.R
+4 −4 R/cpp11.R
+2 −2 R/dbConnect__duckdb_driver.R
+20 −1 R/dbSendQuery__duckdb_connection_character.R
+4 −4 R/rethrow-gen.R
+1 −1 R/zzz.R
+6 −0 cleanup
+2 −2 inst/include/cpp11.hpp
+4 −3 inst/include/cpp11/R.hpp
+5 −41 inst/include/cpp11/altrep.hpp
+2 −2 inst/include/cpp11/as.hpp
+2 −2 inst/include/cpp11/attribute_proxy.hpp
+2 −2 inst/include/cpp11/data_frame.hpp
+6 −9 inst/include/cpp11/declarations.hpp
+3 −3 inst/include/cpp11/doubles.hpp
+2 −16 inst/include/cpp11/environment.hpp
+4 −3 inst/include/cpp11/external_pointer.hpp
+2 −2 inst/include/cpp11/function.hpp
+3 −3 inst/include/cpp11/integers.hpp
+3 −3 inst/include/cpp11/list.hpp
+2 −2 inst/include/cpp11/list_of.hpp
+3 −3 inst/include/cpp11/logicals.hpp
+2 −2 inst/include/cpp11/matrix.hpp
+2 −2 inst/include/cpp11/named_arg.hpp
+5 −16 inst/include/cpp11/protect.hpp
+2 −2 inst/include/cpp11/r_bool.hpp
+2 −2 inst/include/cpp11/r_string.hpp
+7 −6 inst/include/cpp11/r_vector.hpp
+3 −3 inst/include/cpp11/raws.hpp
+2 −2 inst/include/cpp11/sexp.hpp
+3 −3 inst/include/cpp11/strings.hpp
+11 −4 man/duckdb.Rd
+24 −0 patch/0006-Fix-uninitialized-warning.patch
+8 −8 src/cpp11.cpp
+10 −4 src/database.cpp
+2 −2 src/duckdb/src/function/table/version/pragma_version.cpp
+1 −0 src/duckdb/src/main/connection.cpp
+5 −1 src/include/rapi.hpp
+41 −1 src/register.cpp
+21 −7 src/statement.cpp
+3 −2 src/types.cpp
+81 −0 tests/testthat/test-scan.R

0 comments on commit d0c98cf

Please sign in to comment.