I’ve been doing some Googling and there are references to the ability to
do prepared DB statements in JRuby. But I can’t figure out if it really
exists, and if so, is in core JRuby, or some JRuby extras project or
whatever.
Can someone point me to a reliable source of info. re: the possibility
of using prepared statements in AR via JRuby?
Your original question was a valid question actually if your original
intend was to maintain full compatibility with Ruby via ActiveRecord.
On the other hand, check out http://www.tudbc.org which offers full
interoperability in any Ruby (original, JRuby, or IronRuby) with
built-in high-performance.
Your original question was a valid question actually if your original
intend was to maintain full compatibility with Ruby via ActiveRecord.
On the other hand, check out http://www.tudbc.org which offers full
interoperability in any Ruby (original, JRuby, or IronRuby) with
built-in high-performance.
Currently, I’m using the AR semantics in database.yml to specify the
connection, and then constructing appropriate JDBC connection strings
using that.
Would like to be able to have AR style prepared statements, but I never
expected that so not that worried about it.
Will check out TUDBC.
Wes
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.