DKO icon indicating copy to clipboard operation
DKO copied to clipboard

An ORM for people who hate ORMs.

Results 8 DKO issues
Sort by recently updated
recently updated
newest added

Tools like https://github.com/google/error-prone use this to avoid running on generated code. DKO's generated code fails the error-prone check because it is missing the \@Override annotation for methods that override parent...

if no tables or columns found for the listed schemas, don't write an empty schemas file. exit 1 instead.

The second line of hashCode() calls super.hashCode(), which calls Table's hashCode(), which then proceeds to call Util.getFields(this.getClass())... which throws an exception for the Join class. Stack trace: WARNING: java.lang.NoSuchFieldException: _FIELDS...

Hi, any plans to finally deploy to Maven Central? That would make it so much easier to integrate into projects...thanks

JSON is not greatest format for manually maintained files, YAML is a much better choice IMHO. Taking from your samples, imagine that instead of: { "local": { "dbtype":"mysql", "database":"mysite", "server":"localhost",...

prob. other db engine types as well. workaround: ``` $ mysql -u root mysql> create database nosco_test_jpetstore; ```