Created
April 1, 2009 14:50
-
-
Save myabc/88717 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
-- cleanup typecasting code: | |
currently a mess of switch statements and ifs.. needs refactoring, a cleaner | |
way of type "negotiation". | |
-- fix for null-handling: | |
underlying JDBC Driver expects a JDBC Type to be passed along with a NULL | |
-- implement parameterized types (see above) | |
-- unit tests / implementation testing (use JUnit, JtestR (?)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment