activerecord-jdbc-adapter
activerecord-jdbc-adapter copied to clipboard
[Feature] PL/SQL Support
Hi,
I post this issue for propose to add PL/SQL support (callable statements) to activerecord-jdbc-adapter.
I wrote a plugin to add this functionality to your project. You can found it here : https://github.com/pierrickrouxel/activerecord-jdbc-plsql
Features are :
- Call PL/SQL procedure
- With named parameters
- With unnamed parameters
- IN / OUT / INOUT parameters support
My code is under MIT License, you can use all what you want.
A small documentation is available.
I think it's a very valuable feature to add "natively" to activerecord-jdbc-adapter. Moreover some methods of Java API initially created to execute prepared statementd can be reused.
I excited to see if and how you will implement this. It's will be very instructive to me to compare my and your code.
Go Kares !