velocity-scripting
velocity-scripting copied to clipboard
Velocity scripting plugin for MyBatis
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/mybatis/velocity-scripting). ## Open The following updates have all...
Trying to use string substitution like described in https://mybatis.org/mybatis-3/sqlmap-xml.html#String_Substitution ``` UPDATE ${tableName} SET ... ``` I get the following error: ``` java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax;...
In current version, template file(vm file) does not support. For example: * CityMapper-findByState.vm ```vm select id, name, state, country from city where state = @{state} ``` * Mapper ```java @Select("#parse('/mappers/CityMapper-findByState.vm')")...
I just upgraded to Eclipse Oxygen. I had been running velocity-scripting successfully under Neon. When I imported the project to Neon and tried to run a unit test in VelocityLanguageTest,...
Mapper: ``` #repeat( $_parameter.list $level1) #set( $foo = $level1) @{foo} #end ``` Test: ``` @Test public void velocityTestNestedSet() throws SQLException, IOException { expect(connection.getAutoCommit()).andStubReturn(false); expect(connection.prepareStatement("\n" + " ?\n" + " ?\n"...
Mapper: ``` #repeat( $_parameter.list $level1) #repeat( $level1 $level2) @{level1} #end #end ``` Test: ``` @Test public void velocityTestNestedRef() throws SQLException, IOException { expect(connection.getAutoCommit()).andStubReturn(false); expect(connection.prepareStatement("\n" + " ?\n" + " ?\n"...
This requires core 3.6.0 (see mybatis/mybatis-3#2670). Should fix #14 #15
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [maven-wrapper](https://maven.apache.org/tools/wrapper/) ([source](https://redirect.github.com/apache/maven-wrapper)) | `3.3.2` -> `3.3.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...