Skip to content

Instantly share code, notes, and snippets.

@myabc
Created April 1, 2009 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myabc/88717 to your computer and use it in GitHub Desktop.
Save myabc/88717 to your computer and use it in GitHub Desktop.
-- 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