We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59298c commit f37499dCopy full SHA for f37499d
test/debug.rb
@@ -1,4 +1,5 @@
1
require 'tiny_tds'
2
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3
require 'bundler/setup' ; Bundler.require :default, :development
4
5
c = TinyTds::Client.new(
0 commit comments