[jOOQ/jOOQ#17798] T-SQL dialects should generate LTRIM(string, characters) (and RTRIM) instead of TRIM(LEADING characters FROM string) for better overall compatibility
This commit is contained in:
parent
3d4ab62785
commit
e5e64595a0
@ -134,6 +134,8 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case SQLITE:
|
||||
ctx.visit(function(N_LTRIM, getDataType(), string, characters));
|
||||
break;
|
||||
|
||||
@ -134,6 +134,8 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case SQLITE:
|
||||
ctx.visit(function(N_RTRIM, getDataType(), string, characters));
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user