Skip to content

Commit 2e9f817

Browse files
author
Carlos Silva
committed
Debug error in Circle CI
1 parent f75398e commit 2e9f817

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/torque/postgresql/adapter/quoting.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ def quote_default_expression(value, column)
3131
lookup_cast_type_from_column(column)
3232
end
3333

34+
puts column.inspect
35+
puts value.inspect
36+
puts type.inspect
3437
type.nil? ? super : quote(type.serialize(value.to_a))
3538
end
3639
end

0 commit comments

Comments
 (0)