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 da37a11 fix(c/driver/sqlite): fix nullability of GetInfo schema (#457)
new 29294e1 chore: update versions for 0.3.0-SNAPSHOT
new e7ca0d0 chore: update changelog for 0.2.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 | 43 ++++++++++++++++++++++
c/cmake_modules/AdbcVersion.cmake | 2 +-
ci/conda/meta.yaml | 2 +-
ci/linux-packages/debian/control | 14 +++----
...2.install => libadbc-driver-manager003.install} | 0
...nstall => libadbc-driver-postgresql003.install} | 0
...02.install => libadbc-driver-sqlite003.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 +-
ruby/lib/adbc/version.rb | 2 +-
20 files changed, 66 insertions(+), 23 deletions(-)
rename ci/linux-packages/debian/{libadbc-driver-manager002.install =>
libadbc-driver-manager003.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-postgresql002.install =>
libadbc-driver-postgresql003.install} (100%)
rename ci/linux-packages/debian/{libadbc-driver-sqlite002.install =>
libadbc-driver-sqlite003.install} (100%)