Skip to content

Commit aa0f197

Browse files
committed
Debug
1 parent 59743cb commit aa0f197

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎test/debug.rb

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
require 'tiny_tds'
2+
3+
c = TinyTds::Client.new(
4+
host: ENV['CI_AZURE_HOST'],
5+
username: 'rails',
6+
password: ENV['CI_AZURE_PASS'],
7+
database: 'activerecord_unittest',
8+
azure: true
9+
)
10+
11+
puts c.execute("SELECT 1 AS [one]").each
12+
c.close

0 commit comments

Comments
 (0)