We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140d317 commit 0028161Copy full SHA for 0028161
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.sqlman</groupId>
8
<artifactId>sqlman</artifactId>
9
- <version>v0.0.4-alpha</version>
+ <version>v0.0.5-alpha</version>
10
11
<name>sqlman</name>
12
@@ -27,7 +27,7 @@
27
<dependency>
28
<groupId>com.github.core-lib</groupId>
29
<artifactId>loadkit</artifactId>
30
- <version>v1.0.0</version>
+ <version>1.0.1</version>
31
</dependency>
32
33
<groupId>com.github.jsqlparser</groupId>
src/main/resources/sqlman/v5.3.0-test.sql
src/test/java/io/sqlman/test/SimpleExecutorTests.java src/test/java/io/sqlman/test/MySQL.java
@@ -8,7 +8,7 @@
* @author Payne [email protected]
* 2019/5/22 16:27
*/
-public class SimpleExecutorTests {
+public class MySQL {
13
@Test
14
public void test() throws Exception {
0 commit comments