40 41 42 43 44
# File 'lib/active_record/connection_adapters/sqlserver/type/data.rb', line 40 def self.from_msgpack_ext(string) type, value = string.chomp!("msgpack_ext").split(",") Data.new(value, type.constantize) end