rust-oracle icon indicating copy to clipboard operation
rust-oracle copied to clipboard

Oracle driver for Rust

Results 31 rust-oracle issues
Sort by recently updated
recently updated
newest added

Hello, When I run a query that has the operator ``REF()`` I get an error ``Error: unknown Oracle type number 0``. __Exemple__ ```sql SELECT REF(X) FROM INTERVENANT X WHERE X.MAT...