search for: jdbcerror

Displaying 3 results from an estimated 3 matches for "jdbcerror".

2011 May 07
4
Activerecord::JDBCError: Invalid column number
...ix the upper-cased named columns alias_attribute :id, :D_LFDNR alias_attribute :annotext_az, :D_AZ alias_attribute :name_creditor, :D_RUBGE end When I try to create a simple object via the console using "m = MandateFile.new" I get the following list of errors: ActiveRecord::JDBCError: Invalid column number from arjdbc/jdbc/RubyJdbcConnection.java:121:in `columns'' from c:/jruby/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-1.1.1/lib/arjdbc/jdbc/adapter.rb:229:in `jdbc_columns'' from c:/jruby/lib/ruby/gems/1.8/gems/activerecord-3.0.7/li...
2010 Oct 30
12
Anyone successfully ran JRuby 1.5.3, Rails 3, Tomcat6
...es did you have to overcome to get this to work? Also, is this a combination that you would recommend for a production site, or is it all too new and untested? The latest issue I''m stuck on right now is with the mysql-connector- java-5.0.4 which comes with jruby 1.5.3 which keeps returning JDBCError: Generated keys not requested. Any feedback on this would be appreciated. Thanks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane...
2010 Oct 28
2
ActiveRecord JDBC error Generated keys not requested
I''m getting the following error while connecting to mysql using activerecord-jdbcmysql-adapter (1.0.2). Rails 3.0.1. ActiveRecord::JDBCError: Generated keys not requested. You need to specify Statement.RETURN_GENERATED_KEYS to Statement.executeUpdate() or Connection.prepareStatement().: SET SQL_AUTO_IS_NULL=0 This occurs not matter what application I run it in to e.g. rake, rails console, or from my app. Here''s the trace whil...