pierrickrouxel / activerecord-jdbcas400-adapter

AS/400 JDBC adapter for ActiveRecord
MIT License
7 stars 4 forks source link

Add space #6

Closed rkleine closed 8 years ago

pierrickrouxel commented 8 years ago

Thank you for the fix. I will not merge your pull request because I will remove this part of code. I want to align jruby adapter with native ruby-ibm_db.

You can replace it by:

ActiveRecord::Base.execute("CALL qsys2.qcmdexc('CHGLIBL LIBL(MYLIB1 MYLIB2)')")