-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use odpic-sys and remove binding code to ODPI-C
- Loading branch information
Showing
27 changed files
with
57 additions
and
6,705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
name = "oracle" | ||
version = "0.6.3-dev" | ||
authors = ["Kubo Takehiro <[email protected]>"] | ||
build = "build.rs" | ||
repository = "https://github.com/kubo/rust-oracle" | ||
license = "UPL-1.0/Apache-2.0" | ||
keywords = ["oracle", "database"] | ||
|
@@ -25,6 +24,7 @@ once_cell = "1.19.0" | |
paste = "1.0.5" | ||
chrono = { version = "0.4.20", optional = true, default-features = false, features = ["clock"] } | ||
oracle_procmacro = { version = "0.1.2", path = "./oracle_procmacro" } | ||
odpic-sys = "=0.1.0" # ODPI-C 5.4.0 | ||
|
||
[target.'cfg(windows)'.dependencies] | ||
rustversion = "1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.