This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
from 1d65bd3 feat(c/driver/postgresql): implement GetObjectsSchema (#676)
new e3b9a37 chore: update versions for 0.5.0-SNAPSHOT
new 7b71765 chore: update changelog for 0.4.0
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 54 ++++++++++++++++++++++
c/cmake_modules/AdbcVersion.cmake | 2 +-
ci/conda/meta.yaml | 2 +-
ci/linux-packages/debian/control | 22 ++++-----
...install => libadbc-driver-flightsql005.install} | 0
...4.install => libadbc-driver-manager005.install} | 0
...nstall => libadbc-driver-postgresql005.install} | 0
...install => libadbc-driver-snowflake005.install} | 0
...04.install => libadbc-driver-sqlite005.install} | 0
docs/source/conf.py | 2 +-
glib/meson.build | 2 +-
java/core/pom.xml | 2 +-
java/driver-manager/pom.xml | 2 +-
java/driver/flight-sql-validation/pom.xml | 2 +-
java/driver/flight-sql/pom.xml | 2 +-
java/driver/jdbc-validation-derby/pom.xml | 2 +-
java/driver/jdbc-validation-postgresql/pom.xml | 2 +-
java/driver/jdbc/pom.xml | 2 +-
java/driver/validation/pom.xml | 2 +-
java/pom.xml | 4 +-
java/sql/pom.xml | 2 +-
r/adbcdrivermanager/DESCRIPTION | 2 +-
r/adbcpostgresql/DESCRIPTION | 2 +-
r/adbcsnowflake/DESCRIPTION | 2 +-
r/adbcsqlite/DESCRIPTION | 2 +-
ruby/lib/adbc/version.rb | 2 +-
26 files changed, 85 insertions(+), 31 deletions(-)
rename ci/linux-packages/debian/{libadbc-driver-flightsql004.install =>
libadbc-driver-flightsql005.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-manager004.install =>
libadbc-driver-manager005.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-postgresql004.install =>
libadbc-driver-postgresql005.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-snowflake004.install =>
libadbc-driver-snowflake005.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-sqlite004.install =>
libadbc-driver-sqlite005.install} (100%)