Skip to content

Commit

Permalink
Fixes issue described in stripe-archive#101
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjkelly committed Oct 22, 2018
1 parent aa76a2d commit 9981454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mosql/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def transform(ns, obj, schema=nil)

# Do a deep clone, because we're potentially going to be
# mutating embedded objects.
obj = BSON.deserialize(BSON.serialize(obj))
obj = BSON.deserialize(BSON::BSON_CODER.serialize(obj, false, false, 16*1024*1024))

row = []
schema[:columns].each do |col|
Expand Down

0 comments on commit 9981454

Please sign in to comment.