Created
October 28, 2009 21:14
-
-
Save myabc/220848 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Get two versions of JRuby up and running | |
* Fix Typos | |
* Fix JavaDoc | |
* Document connecting (URL parameters, etc.) in READMEs | |
* Run Findbugs and update | |
* Run Checkstyle and fix code style | |
* Fix checkstyle so that maven no longer requires install of do_jdbc, do_jdbc-tools | |
- Fix CI / MySQL Issues | |
- in_memory runs | |
- Use JDBC Transactions for all JDBC-variant drivers | |
- Better, more robust URI handling | |
- test JDBC style URIs and DO style URIs | |
- warn if parameters override (use encoding instead of charSet) | |
- Run HSQLDB, H2, Derby as embedded (memory, disk) and as client-server. | |
- test different client-server protocols in each case. | |
- Object equality -- implement both eql?/== | |
- Fix pending logging specs for Sqlite3 driver | |
- lowercase table / column names? (is this the right behaviour? if so, create | |
a case-insensitive matcher) | |
- Make Sequel H2 Adapter using DataObjects | |
- Make Sequel Derby Adapter using DataObjects | |
- Make AR Adapter using DataObjects (done) | |
- Make SQLServer Driver using DataObjects | |
- fix nvarchar / text | |
- fix for time handling | |
- fix for byte-array handling | |
- Create IronRuby Driver for DataObjects | |
- Code coverage tool (unit tests): http://jtestr.codehaus.org/ | |
- Create DataObjects website |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment