Yoann CAPLAIN

Results 52 comments of Yoann CAPLAIN

any news on this issue? ``` org.springframework.core.codec.CodecException: Type definition error: [simple type, class org.xxxx.api.xxxx.Name]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.xxxx.api.xxxx.Name` (no Creators, like default construct, exist): cannot...

See https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html Not sure there is anything to do. Names for entities and fields follows java conventions so the way you store your table names do not matter.

you have the code so yeah, do whatever you need

I did not support the ENUM type from MySQL, you can do a pull request eventually to add support for it. You can have a look at SqlJdlTypeService

I have added support for ENUM, still need to add some logic but not much is needed. Also added tests for mysql 5.7 and 8+, any input to improve generated...

@jeb-dev Thanks for the PR Why remove the jooq type safe query and replace by string? If it is to support postgres, was it not safer to define another repository...

hi, I have not a lot of time to test this branch. If you can copy the code and add an integration test that shows it works with postgres and...

ok, thanks. To have an empty table is kind of rare case, almost an error I would say :) Anyway, will fix, otherwise PR is welcomed.

please propose a solution, thanks. I do not see how you get the issue since mysql should use string for the column type or table name

ok thanks. This project was made with mysql 5.7, never tested with 8+. I keep this issue open, maybe I will try to see what can be done to fix...