-
Notifications
You must be signed in to change notification settings - Fork 6
Decouple the sql generator from MyBatis #16
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
Comments
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 7, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format Fixes mybatisgh-16
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 7, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format Fixes mybatisgh-16
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 7, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format * Upgrade to jacoco 0.8.5 Fixes mybatisgh-16
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 7, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format * Upgrade to jacoco 0.8.5(for resolving build error on JDK 14) Fixes mybatisgh-16
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 9, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format * Upgrade to jacoco 0.8.5(for resolving build error on JDK 14) Fixes mybatisgh-16
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 9, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format * Upgrade to jacoco 0.8.5(for resolving build error on JDK 14) Fixes mybatisgh-16
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 9, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format * Upgrade to jacoco 0.8.5(for resolving build error on JDK 14) Fixes mybatisgh-16
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 9, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format * Upgrade to jacoco 0.8.5(for resolving build error on JDK 14) Fixes mybatisgh-16
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 9, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format * Upgrade to jacoco 0.8.5(for resolving build error on JDK 14) Fixes mybatisgh-16
kazuki43zoo
added a commit
to kazuki43zoo/thymeleaf-scripting
that referenced
this issue
Nov 9, 2019
In this commit, includes following changes: * Mark the optional at MyBatis core module in pom.xml * Support MyBatis and Spring JDBC as built-in bind variable format * Upgrade to jacoco 0.8.5(for resolving build error on JDK 14) Fixes mybatisgh-16
kazuki43zoo
added a commit
that referenced
this issue
Nov 9, 2019
Separate sql generating feature as new class
kazuki43zoo
added a commit
that referenced
this issue
Nov 9, 2019
…-on-SqlGenerator Change method signature of SqlGenerator#generate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Supporting 2-way SQL with Thymeleaf is cool!
It would be great if the sql generator in this project is decoupled from MyBatis so that 2-way SQL support is available not only for MyBatis but also other SQL library such as Spring JDBC.
The text was updated successfully, but these errors were encountered: