Skip to content

Commit 91528bb

Browse files
committed
prepare for 1.3.17
1 parent 2624f06 commit 91528bb

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jndi_test/jdbc/.bindings
2929
.bundle/config
3030
gemfiles/.bundle/config
3131
Gemfile.lock
32-
/.idea
32+
.idea
33+
.settings

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.3.17 (06/29/15)
1+
## 1.3.17 (06/30/15)
22

33
- [mysql] bulk compatibility with AR 4.2 - all _sql helper accept an options (hash)
44
- [mysql] back-port case sensitive/insensitive comparison

bench/results

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit fbecff0308e6ca1b2fca06e61448d08235380f56

benchmarks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 3da62d8e3cb92e083340eaedca7bfd1d9467a2a2

lib/arjdbc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ArJdbc
2-
VERSION = "1.3.16"
2+
VERSION = "1.3.17"
33
# @deprecated
44
module Version
55
# @private 1.2.x compatibility

0 commit comments

Comments
 (0)