aemadrid / orientdb-jruby

JRuby wrapper for OrientDB
http://rubygems.org/gems/orientdb
MIT License
48 stars 21 forks source link

Updgrade to 1.4.1 jars #6

Closed ruprict closed 11 years ago

ruprict commented 11 years ago

The singular code change I had to make was to oclass.rb b/c OStorageLocal.addCluster added a boolean argument called forceListBased. I am not sure what that is meant to do, but I change the call in oclass.rb to send false for that argument.

Not the most robust approach, but it works. coughs Before this, I couldn't connect to a 1.4.1 DB, now I can.

WARNING: I am not a Java programmer. Please use your Java-ness to make sure this PR is legit.

aemadrid commented 11 years ago

WARNING(2): I am not a Java programmer either. The changes look good to me. Thanks for your work!