mirage icon indicating copy to clipboard operation
mirage copied to clipboard

Mirage-SQL - the SQL Centric Database Access Library for Java

Results 15 mirage issues
Sort by recently updated
recently updated
newest added

I would like to use entity with immutability, such as [@PersistenceConstructor in spring data mongodb](https://docs.spring.io/spring-data/mongodb/docs/1.3.3.RELEASE/reference/html/mapping-chapter.html). Do you have any roadmap for immutable entity? I try to implement in #73.

Add the convention that "id" for fields are treated as primary keys even if they are not annotated, and there's no other annotated field. The generation type should be that...

feature
mirage module

The generated Insert and Delete field order is not predictable, thus causing unit test errors.

bug
mirage module
help wanted

Extend the DB Dialect support with DB Version information too. This is needed because: - different DB Versions (for the same DB Type) behave differently - the DB Version is...

enhancement
mirage module
help wanted

Create a new Icon and Logo, since there are no "sources" for the old one. Any suggestion of how could/should it look is welcome.

help wanted
website

Generate Website the website using https://github.com/staticmesh

task
website
docs

Please translate and document at least the SQL parser part of Mirage. It looks like a very interesting functionality that might have use in many projects. Thank you very much.

task
mirage module
help wanted
docs

Generate DDLs from Entities - so the opposite of EntityGenTask. - Generate from Java entities - Generate from Groovy entities Also: - [ ] evaluate if JavaDoc comments can be...

feature
mirage-tools module

Add Java 8 JSR 310 compatibility.

feature
mirage module
help wanted

Add integration tests with as many as possible DBs (not just embedded hsqldb). One approach might be to use: https://github.com/flapdoodle-oss/de.flapdoodle.embed.process . Another one might be to use CI provided DBs.

feature
help wanted