Hi,
I cannot seem to get the Firebird driver to work from within my jruby
rails 4 app.
When doing a simple access
User.first
I get a Dynamic SQL error:
ActiveRecord::JDBCError: org.firebirdsql.jdbc.FBSQLException: GDS
Exception. 335544569. Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, column 1
&: &FIRST 1 “USER”.* FROM “USER” ORDER BY “USER”.“ID” ASC
Anyone have firebird working with this gem, activerecord and jruby??? Is
there some configuration gotcha I may be missing?
jruby version: 1.7.13 with ruby 2.0
activerecord-jdbc-adapter 1.3.6
jdbc-firebird 2.2.4
rails 4.1.3
any help is appreciated,
Rick