Helping Other Projects
Last week I posted about how I test Sequel. While Sequel’s test suites definitely protect Sequel against regressions, they also have the ability to find bugs in ruby implementations, database adapters, and databases themselves. Sequel’s test suites have uncovered the following bugs:
- A singleton class issue in MRI 1.8.7, now fixed.
- A timezone issue on Windows in MRI 1.9.1, still open.
- A –1.9 BasicObject issue in JRuby, still open.
- Bugs in sqlite3-ruby-1.3.0-beta.1, now fixed.
- A bug in SQLite’s JOIN USING implementation, still open.