smartnews / jpa-entity-generator

Lombok-wired JPA entity source code generator, Gradle and Maven supported.
MIT License
208 stars 71 forks source link

Support for DB2. #31

Open CoderYellow opened 4 years ago

CoderYellow commented 4 years ago

rs.getString("REMARKS") return null on DB2 solution1

CoderYellow commented 4 years ago

Are there anyway to turn off comments generation currently?

seratch commented 4 years ago

DB2

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.

Are there anyway to turn off comments generation currently?

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.

CoderYellow commented 4 years ago

DB2

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.

Are there anyway to turn off comments generation currently?

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?

seratch commented 4 years ago

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.