Skip to content

Commit

Permalink
Update OCPI-C to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Sep 21, 2024
1 parent 89cbf5b commit bf51e95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "oracle"
version = "0.6.2"
version = "0.6.3-dev"
authors = ["Kubo Takehiro <[email protected]>"]
build = "build.rs"
repository = "https://github.com/kubo/rust-oracle"
Expand Down
5 changes: 3 additions & 2 deletions src/binding/binding.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/binding/binding_impl.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit bf51e95

Please sign in to comment.