fluiddb 0.1.18 → 0.1.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/FluidDb/TinyTds.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4f7b6c0b7225ee000d322e29eb35801ffd8c191
|
4
|
+
data.tar.gz: 163b77f855c6e07dbacee1b0fca5e3eb0bb4ee7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5029904403a67f17dca309fea4e8afee471b64d74c4722ac76ba8b7b9f2087ab0fe03100ff24e62160b39af7e53cdd7c5877a1382e6ef60a0f87bacc27df89aa
|
7
|
+
data.tar.gz: 4aceb00ab3a2c4c2881417706d26790e8900eb9e85c1c38545f0553dba5de1a15c66d91a7d8c1bd6549f286233c18a5f28e15076924fa5552df8eaa7c68b18c8
|
data/lib/FluidDb/TinyTds.rb
CHANGED
@@ -34,7 +34,7 @@ module FluidDb
|
|
34
34
|
if !uri.query.nil? then
|
35
35
|
cgi = CGI.parse( uri.query )
|
36
36
|
hash[:timeout] = cgi["timeout"][0].to_i if cgi.has_key?( "timeout" )
|
37
|
-
if cgi.has_key( "host" )
|
37
|
+
if cgi.has_key?( "host" )
|
38
38
|
hash.delete(:dataserver)
|
39
39
|
hash[:host] = dataserver
|
40
40
|
end
|