Bernd Huber

Results 5 issues of Bernd Huber

I tried to import a TXT-File that has "ANSI"-Encoding and the import does not import the file correctly. I have an example-file here, that can be tested. The file is...

enhancement

**DESCRIPTION:** I use the Slick-Codegen to create a case class for the following database schema: ```sql CREATE TABLE tester ( test1 INT, test2 INT DEFAULT NULL, test3 INT NOT NULL,...

Hello, i have developed myself a small testproject for using jooq with quarkus and make use of the jooq-codegenerator and also jooq-meta in this project: - https://github.com/funkrusher/acme-framework-quarkus-jooq-gradle-flyway I would like...

would it be possible to provide the database-config as Environment-Variables to the database-sanitizer instead of an mysql:// url ? Also, "mysqldumper" console command often also needs to be called in...

it seems, that currently only regular setters are scanned/resolved for Annotations (Schema, SchemaProperty). For example: The following setter method is recognized in my quarkus service, that uses smallrye-open-api, and it...

enhancement