Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for issue #58 - Oracle DbNull, NVL and null cast bugs #59

Closed
wants to merge 3 commits into from

Commits on Apr 2, 2012

  1. Fixed an 'ORA-01008: not all variables bound' error where null was be…

    …ing passed instead of DbNull.Value (issue chucknorris#58)
    rdingwall committed Apr 2, 2012
    Configuration menu
    Copy the full SHA
    3774c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f1463 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary decimal cast that was causing exceptions with nul…

    …l values - Convert.ToInt64 will handle that already. (issue chucknorris#58)
    rdingwall committed Apr 2, 2012
    Configuration menu
    Copy the full SHA
    0c3e676 View commit details
    Browse the repository at this point in the history