Skip to content

Commit 8338d12

Browse files
committed
Note usage of v0.9.5 of TinyTDS in tests.
1 parent d1b7dcc commit 8338d12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#### Changed
55

6+
* Test now use latest v0.9.5 of TinyTDS.
67
* Make linked servers stronger. Fixes #427. Thanks @jippeholwerda
78
* Use proper module for the `sqlserver_connection` method. Fixes #431. Thanks @jippeholwerda
89

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ init:
22
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
33
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
44
- SET RAKEOPT=-rdevkit
5-
- SET TINYTDS_VERSION=0.9.5.beta.3
5+
- SET TINYTDS_VERSION=0.9.5.beta.4
66
clone_depth: 5
77
skip_tags: true
88
matrix:

0 commit comments

Comments
 (0)