-
Notifications
You must be signed in to change notification settings - Fork 72
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
Support for DB2. #31
Comments
Are there anyway to turn off comments generation currently? |
Probably, SmartNews (the company that created this library and I used to work for) won't use DB2 even in the future. So, if you consider using this for your projects with DB2 database, I would recommend forking this project and freely modify it.
No, there aren't. If you would like to have it, pull requests will be welcomed. I'm more than happy to review it and work on a new version release. |
I try to use empty string to replace null. But it casues some bug that I can't fix like generating duplicate lines. Can you do that pls? |
Sorry, I don't really understand your comment here. Did you mean you were trying to implement a possible solution to turn off comment generation but it's still in progress? If so, please consider forking this project and just removing the logic generating comments from your fork. |
rs.getString("REMARKS") return null on DB2
solution1
The text was updated successfully, but these errors were encountered: