mybatis/mybatis-dynamic-sql
SQL DSL (Domain Specific Language) for Kotlin and Java. Supports rendering for MyBatis or Spring JDBC Templates
JavaApache-2.0
Pinned issues
Issues
- 5
- 2
Support [for update,for share] in SELECT DSL
#902 opened by luckygc - 1
- 1
Provide unified Column supporting both database column and entity property mapping in Dynamic SQL
#964 opened by chastro3 - 0
Enhancement: Improve Redundancy and Maintainability in MyBatis Dynamic SQL Code Generation
#963 opened by chastro3 - 6
Is it possible to release a new 1.x version?
#947 opened by luckygc - 1
Does MyBatis Dynamic SQL support JOIN with non-equi conditions (e.g., using >, <, etc.)
#939 opened by coral-chen - 2
Support Sub-Queries in Select List?
#930 opened by luckygc - 3
How to use 'ESCAPE' in DynamicSQL ?
#916 opened by lntlky7 - 3
- 1
Select with a ArrayList<String> as argument only the first parameter seems to be passed.
#906 opened by swalton00 - 2
Support ColumnAliasPrefix for AliasableSqlTable to simplify join query mappings
#903 opened by luckygc - 1
- 2
After the QueryExpressionDSL query expression is created, how can additional column be dynamically appended to QueryExpressionDSL?
#896 opened by qichangleixin - 3
How to implement the json function with 1.5.2?
#895 opened by renwairen - 3
- 4
- 6
- 9
Add support for sql-server top x syntax
#658 opened by FrancisS - 5
He can't work properly. How should he write
#847 opened by hermer - 2
Error using operator in sql where condition
#849 opened by hermer - 2
- 9
- 4
- 3
Function or statement for Order by clauses
#821 opened by LazyRichard - 7
isEqualTo run before filter ?
#657 opened by pondered - 4
Rendering empty list by default
#788 opened by DanielLiu1123 - 3
- 4
- 3
- 1
Join with sub-query on the same table as main table
#772 opened by yongq1l - 4
- 2
Full-Text Search
#762 opened by hakan-andersson - 1
How to implement CASE WHEN THEN ELSE END statement?
#757 opened by mayamoon - 4
- 2
Need support for duplicate table alias
#733 opened by kdhrubo - 2
When i using SelectStatementProvider api
#732 opened by MaLuxray - 1
- 1
Why does the DefaultUpdateStatementProvider require where conditions to be placed later when changing parameters, rather than cumulatively changing parameters?
#700 opened by courage0916 - 2
- 9
Support LocalDate type abnormality
#687 opened by vt167098 - 2
- 2
How to fill in parameters with Mybatis dynamic SQL through the Mybatis interceptor
#679 opened by courage0916 - 1
- 8
how to use subCriteria ?
#673 opened by MrYZhou - 5
- 2
Is it possible to use MyBatis dynamic SQL to write SQL window functions?
#660 opened by project00unavailable - 1
join return object?
#659 opened by pondered - 3
support functions/expression in condition
#655 opened by mmm8955405 - 4
How to remove `@ConstructorArgs` ?
#652 opened by pondered