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

Parser doesn't recognise BOOL data type #8397

Closed
simasch opened this issue Mar 7, 2019 · 3 comments
Closed

Parser doesn't recognise BOOL data type #8397

simasch opened this issue Mar 7, 2019 · 3 comments

Comments

@simasch
Copy link

simasch commented Mar 7, 2019

I'm trying to generate code from a MySQL DDL file.

But jOOQ code generator does not know MySQLs bool data type:

[ERROR] Failed to execute goal org.jooq:jooq-codegen-maven:3.11.9:generate (default) on project blsnfdb2: Error running jOOQ code generation tool: Unknown data type: [81:39] ...er (id),
[ERROR] 
[ERROR] has_plaene                          [*]bool         not null,

As a workaround I changed to boolean.

@lukaseder lukaseder added this to the Version 3.12.0 milestone Mar 7, 2019
@lukaseder lukaseder changed the title Code generation tool: Unknown data type: bool Parser doesn't recognise BOOL data type Mar 7, 2019
@lukaseder
Copy link
Member

Thanks a lot for your report. This should be an easy fix.

@simasch
Copy link
Author

simasch commented Mar 7, 2019

Wow that was fast! Thanks

@lukaseder
Copy link
Member

Well, it was easy :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants