issues Search Results · repo:mybatis/mybatis-dynamic-sql language:Java
Filter by
205 results
(70 ms)205 results
inmybatis/mybatis-dynamic-sql (press backspace or delete to remove)Currently, MyBatis Dynamic SQL generates SqlColumn fields that represent database columns but do not directly bind or
link to entity property names. This causes a lot of duplication and boilerplate code, ...
chastro3
- 1
- Opened 9 days ago
- #964
I would like to propose a few enhancements for MyBatis Dynamic SQL that could help reduce the redundancy and improve the
maintainability of the generated code, especially in large-scale enterprise applications. ...
chastro3
- Opened 10 days ago
- #963
🐞 Bug Report: orderBy(...) does not generate fully-qualified column name
Version: mybatis-dynamic-sql: 1.5.2
Problem Description
When using .orderBy(FavoriteDynamicSqlSupport.favoriteTable.createdAt.descending()) ...
kunyyds666
- Opened 15 days ago
- #961
luckygc
- 6
- Opened on Jun 6
- #947
if i want to write sql like this,
select id, (select count(*) from sub) as cnt from main where id=?
what should i do?
luckygc
- 2
- Opened on Apr 11
- #930
code
var builder = SqlBuilder.select(selectList)
.from(unit)
.where();
if (StringUtils.isNotEmpty(form.getCode())) {
builder.and(code, SqlBuilder.isEqualTo(Short.valueOf(form.getCode()))); ...
lntlky7
- 3
- Opened on Mar 5
- #916
I ve noticed a potential SQL injection vulnerability in the way dynamic columns are handled in the code. Specifically,
the use of raw strings for column names without proper escaping or parameterization ...
luckygc
- 3
- Opened on Feb 17
- #910
The interface (written in Groovy):
interface ViewDb { List DecoderEntry listDecodersByRosterID(List Integer array) List DecoderEntry ListWithCvs(Vector
Integer decoderID, List String cvs, Boolean listAll) ...
swalton00
- 1
- Opened on Jan 28
- #906
resultMap id= joinMap type= xxx.Main
id property= id column= id /
collection property= subs ofType= xxx.Sub
columnPrefix= sub_
id property= id column= id ...
luckygc
- 2
- Opened on Jan 24
- #903

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.