From bf51e95b7f1f635465b1cb07f6967bd780a33877 Mon Sep 17 00:00:00 2001 From: Kubo Takehiro Date: Thu, 19 Sep 2024 11:08:55 +0900 Subject: [PATCH] Update OCPI-C to v5.3.0 --- Cargo.toml | 2 +- odpi | 2 +- src/binding/binding.rs | 5 +++-- src/binding/binding_impl.rs | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f98e9912..637216d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "oracle" -version = "0.6.2" +version = "0.6.3-dev" authors = ["Kubo Takehiro "] build = "build.rs" repository = "https://github.com/kubo/rust-oracle" diff --git a/odpi b/odpi index e42a6c58..582366f6 160000 --- a/odpi +++ b/odpi @@ -1 +1 @@ -Subproject commit e42a6c58b4f61c6c1ee644a925cf2fc2f2185ff8 +Subproject commit 582366f637203256f3a56faf894a4dc8c9e4cc77 diff --git a/src/binding/binding.rs b/src/binding/binding.rs index a1979bf6..d31e0e9f 100644 --- a/src/binding/binding.rs +++ b/src/binding/binding.rs @@ -1,7 +1,7 @@ -/* automatically generated by rust-bindgen 0.69.2 */ +/* automatically generated by rust-bindgen 0.69.4 */ pub const DPI_MAJOR_VERSION: u32 = 5; -pub const DPI_MINOR_VERSION: u32 = 2; +pub const DPI_MINOR_VERSION: u32 = 3; pub const DPI_PATCH_LEVEL: u32 = 0; pub const DPI_DEFAULT_FETCH_ARRAY_SIZE: u32 = 100; pub const DPI_DEFAULT_PREFETCH_ROWS: u32 = 2; @@ -194,6 +194,7 @@ pub const DPI_VECTOR_FLAGS_FLEXIBLE_DIM: u32 = 1; pub const DPI_VECTOR_FORMAT_FLOAT32: u32 = 2; pub const DPI_VECTOR_FORMAT_FLOAT64: u32 = 3; pub const DPI_VECTOR_FORMAT_INT8: u32 = 4; +pub const DPI_VECTOR_FORMAT_BINARY: u32 = 5; pub const DPI_VISIBILITY_IMMEDIATE: u32 = 1; pub const DPI_VISIBILITY_ON_COMMIT: u32 = 2; pub type dpiAuthMode = u32; diff --git a/src/binding/binding_impl.rs b/src/binding/binding_impl.rs index 1ced3fd4..8bece262 100644 --- a/src/binding/binding_impl.rs +++ b/src/binding/binding_impl.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.69.2 */ +/* automatically generated by rust-bindgen 0.69.4 */ pub const DPI_NUMBER_AS_TEXT_CHARS: u32 = 172; pub const DPI_MAX_BASIC_BUFFER_SIZE: u32 = 32767;