localytics / odbc_adapter

An ActiveRecord ODBC adapter
MIT License
46 stars 107 forks source link

[v4.2.x] Fix connection string parsing #23

Open ziggythehamster opened 6 years ago

ziggythehamster commented 6 years ago

Connection strings which have a value containing = get parsed incorrectly. This corrects that problem.

Also, this updates the Travis configuration to use the latest Ruby versions.

ziggythehamster commented 6 years ago

(Also, you probably want to merge #18 first, if you're going to merge anything.)