sql-to-jdl icon indicating copy to clipboard operation
sql-to-jdl copied to clipboard

Tool to translate SQL databases to JDL format of jHipster (Created due to existing databases to be generated with jHipster and build angular-java web)

Results 31 sql-to-jdl issues
Sort by recently updated
recently updated
newest added

I got this after run mvn ``` *************************** APPLICATION FAILED TO START *************************** Description: Binding to target [Bindable@e2cfdab type = org.blackdread.sqltojava.config.ApplicationProperties, value = 'none', annotations = array [@org.springframework.boot.context.properties.ConfigurationProperties(ignoreInvalidFields=false, ignoreUnknownFields=false, prefix=application,...

I have a MySQL database with the following table ```CREATE TABLE `qp1_integracao` ( `ID` INTEGER(11) NOT NULL AUTO_INCREMENT, `AGE` INTEGER(10) NOT NULL, `ENUMCOLUMN` ENUM('UOL', 'GOOGLE', 'BUSCAPE') NOT NULL, PRIMARY KEY...

enhancement

method org.jooq.Field.eq(byte[]) is not applicable (argument mismatch; java.lang.String cannot be converted to byte[]) https://github.com/Blackdread/sql-to-jdl/blob/96a3a6ecdcdc4fa2e715860f9b4b12ae4424b389/src/main/java/org/blackdread/sqltojava/repository/InformationSchemaRepository.java#L53

enhancement

See [jhipster #294](https://github.com/jhipster/jhipster-core/issues/294)

enhancement

For entities without fields the left parenthesis does not get generated. example: entity JoinAb } error: Error message: NotAllInputParsedException: Redundant input, expecting EOF but found: } at line: 5857, column:...

bug

I got all my entities generated except InformationSchema and KeyColumnUsage classes ![image](https://user-images.githubusercontent.com/6765855/90985704-09a45680-e554-11ea-8717-4d9e426c2f47.png) Kind lost how to get this generated;

enhancement

I'm using mysql from xampp, I added 'lower_case_table_names=2' in my.ini file of mysql, set tbale engine to "MyIsam" and when i run the project it still give me lower case...

I am unable to run the code. Error below. java -version openjdk version "17.0.9" 2023-10-17 OpenJDK Runtime Environment Homebrew (build 17.0.9+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.9+0, mixed mode,...

Bumps commons-io from 2.11.0 to 2.12.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.11.0&new-version=2.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies