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

Active Record HANA Adapter (This Repository has been archived upon Members choice)

Results 8 activerecord-hana-adapter issues
Sort by recently updated
recently updated
newest added

reason: https://github.com/rails/arel/commit/62e3596db89570b9d48b13c9966d754d5859d0dc#diff-e53edfe0dc990ee54addfcc9232219ee For example, application based on rails 5.2.2 can't establish connection through hana adapter because variable VISITORS is absent As I understand, this variable is unused in Arel for...

Hi, is there a version comming that is working with rails 5? Best, Marius

We're currently trying to migrate our application from MySQL to a SAP Hana DB Our setup: SLES 11 SP4 Rails 3.2.7 Ruby 1.9.3 activerecord-hana-adapter v0.1.3 ruby-odbc v0.99997 unixODBC 2.2.12-198.17 When...

If you use a schema besides SYSTEM (which is the normal use case), the reconnect will reset your schema to SYSTEM. The fix is simply to add 'setup_schema' in ActiveRecord::ConnectionAdapters::NewDBAdapter#reconnect...

When migrating via `rake db:migrate` or dumping the schema into schema.rb with `rake db:schema:dump`, the schema.rb is filled with error comments: `ActiveRecord::Schema.define(:version => 20160503131148) do` `# Could not dump table...

I created a test table, but when I run `rake db:migrate`, I got below errors! ``` ruby class CreateTests < ActiveRecord::Migration def change create_table :tests do |t| t.string :name t.string...

I have made a lot of enhancements to the adapter and have validated it against a large scale database implementation. I am trying to figure out a way to setup...