Replies: 1 comment 4 replies
-
Hello @jhowa1 , thanks for reaching out. Sorry it takes me some time to answer. My professional career leaves me at the moment little time for my Open Source Pet projects. To answer your actual question. As you can see this repository has an automated test suite in the The actual functionallity of Apache Arrow and ODBC interaction is part of a Rust crate also called
From my manual tests I learned that the ODBC diagnostics of Oracle are horrible and could the cases I stumbled upon not be interpreted without looking into C headers and reverse engineering the value of constants. I also learned that they still do not support 64Bit Intergers. Inserting 64Bit integers into an Oracle is one of the tests I would expect to fail if running the This being said, overall I should work just nicely. Anecdotical "evidence" shows people using this and the similarly structured If you tell me your motivation for why you want to test with this Oracle I might be able to help even better. So far I would just suggest as a first step running the Best, Markus |
Beta Was this translation helpful? Give feedback.
-
I am testing arrow-odbc with Oracle, was a test plan used for SQL Server? I would follow that plan as closely as possible and share results.
Beta Was this translation helpful? Give feedback.
All reactions