Skip to content

Commit b9e10a5

Browse files
author
tomafro
committed
Explicitly require 'base64' to fix many failing SQL Server string to binary tests
git-svn-id: http://dev.rubyonrails.org/svn/rails/adapters/sqlserver@8595 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
1 parent a871a97 commit b9e10a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'active_record/connection_adapters/abstract_adapter'
22

3+
require 'base64'
34
require 'bigdecimal'
45
require 'bigdecimal/util'
56

0 commit comments

Comments
 (0)