do_sqlserver-tinytds 0.10.17.alpha → 0.10.18.alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4350cba1497e5dedf23f8f292ade5f41f37f0c5
4
- data.tar.gz: 0d713306670222a6eebe2bc2776f41bd11fd8dcb
3
+ metadata.gz: 2f31e91bb3143b22e295174cb118893e1d1b71ff
4
+ data.tar.gz: a2d9ee568d9c96f4e32fb5ff95caf5b9d55c6760
5
5
  SHA512:
6
- metadata.gz: 26a8cb0d7faa67fffdd71e27ba35a1d2eaf96adcc1697a1cb7c873215229a966c015974b11ebd83ff3fa65bb7b2d56d2003c6a2486b63aa99be9d987f06f2d7e
7
- data.tar.gz: f41621cfb2ec8ed5424484d0d17b8022bf07e941adc4beaf66caa0c5c3a4c331fc3c59aaa0990c26063bc1be936e93e4f1ed73cc11e2869bafdef1176f60450f
6
+ metadata.gz: f7b9a2b10d18e02996543caee69e0c3041157d551850d5bd518b3aa0d79a538950321ffdaef3a5b047085bd8f5a3dde563ff954cc50070eaca9c6206f9df0ba4
7
+ data.tar.gz: 1f98fb668ac98bee063ce6fa5bb4bc8f14b576d292dfdef24a8d3203a19b17034aea144df75d2897f2ab2ca477767daf09b3bc9c6cc649ba35ab5bd2b58927e2
Binary file
data.tar.gz.sig CHANGED
Binary file
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  .idea/
2
2
  .bundle/
3
- pkg/
3
+ pkg/
4
+ .DS_Store
@@ -34,10 +34,10 @@ require 'do_sqlserver_tinytds/addressable_extension'
34
34
  end
35
35
 
36
36
  def set_tiny_tds_connection
37
- @connection = TinyTds::Client.new(@options).tap do |client|
38
- client.execute("SET ANSI_NULLS ON").do
39
- client.execute("SET QUOTED_IDENTIFIER ON").do
40
- end
37
+ @connection = TinyTds::Client.new(@options)#.tap do |client|
38
+ # client.execute("SET ANSI_NULLS ON").do
39
+ # client.execute("SET QUOTED_IDENTIFIER ON").do
40
+ # end
41
41
  end
42
42
 
43
43
  def initialize uri
@@ -60,13 +60,11 @@ require 'do_sqlserver_tinytds/addressable_extension'
60
60
  :port => port ,
61
61
  :encoding => @encoding,
62
62
  :timeout => 5000,
63
- :dataserver => host,
63
+ :host => host,
64
64
  :database => path,
65
65
  :azure => azure
66
66
  }
67
67
 
68
- @options[:dataserver] = host
69
-
70
68
  begin
71
69
  set_tiny_tds_connection
72
70
  #@connection = DBI.connect(connection_string, user, password)
@@ -1,5 +1,5 @@
1
1
  module DataObjects
2
2
  module SqlServer
3
- VERSION = '0.10.17.alpha'
3
+ VERSION = '0.10.18.alpha'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: do_sqlserver-tinytds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.17.alpha
4
+ version: 0.10.18.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Leal
metadata.gz.sig CHANGED
Binary file