kestra-io / plugin-jdbc

https://kestra.io/plugins/
Apache License 2.0
13 stars 14 forks source link

Support for Oracle correct mapping of Oracle NUMBER types (e.g., NUMBER(9,0) as Int and NUMBER(5,2) as Double) #385

Open tchiotludo opened 2 months ago

Ben8t commented 2 months ago

@tchiotludo can you provide a bit more details over this one 🤔 ?

Is it about properly mapping Kestra INT to NUMBER(9,0) and FLOAT to NUMBER(5,2) when using Kestra values inside SQL Oracle query ?

tchiotludo commented 2 months ago

No idea, just a fire and forget from a prospect. The goal is to dig into that NUMBER to see if we have any issues

Ben8t commented 2 months ago

Ok, assigned to me to get a reproducer first 👍