Rails driver rubyfb 0.6.7 is released
This version brings a series of fixes and improvements (Row and ResultSet are now pure ruby implementations)
Release files can be found here
Changelog for this version
- Add test to ensure row numbering scheme
- Fix row numbering
- Minor AR adapter improvement
- Include Enumerable in Row And ResultSet
- Update tests
- Row: pure ruby implementation
- ResultSet: pure ruby implementation
- Use static vars fo rb_intern caches – this should fix os x linkage issues
You can check the github Commits log for the code changes