activerecord-jdbc-adapter icon indicating copy to clipboard operation
activerecord-jdbc-adapter copied to clipboard

[Feature] PL/SQL Support

Open pierrickrouxel opened this issue 11 years ago • 0 comments

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 !

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/876443-feature-pl-sql-support?utm_campaign=plugin&utm_content=tracker%2F136963&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136963&utm_medium=issues&utm_source=github).

pierrickrouxel avatar Jul 26 '13 10:07 pierrickrouxel