We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab1dbd commit 10840d3Copy full SHA for 10840d3
ChangeLog
@@ -1,3 +1,8 @@
1
+Release 0.11.1 - 2020-09-04
2
+
3
+* Updated embulk-util-timestamp to 0.2.1 .
4
+* Fixed a bug that incremental query with same length placeholders doesn't work.
5
6
Release 0.11.0 - 2020-07-15
7
8
* Updated the whole build process -- using the "org.embulk.embulk-plugins" Gradle plugin, and else.
build.gradle
@@ -8,7 +8,7 @@ plugins {
9
allprojects {
10
group = 'org.embulk.input.jdbc'
11
- version = "0.11.0"
+ version = "0.11.1"
12
description = "Selects records from a table."
13
}
14
0 commit comments