You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: postgresql-async/src/main/scala/com/github/mauricio/async/db/postgresql/column/PostgreSQLColumnEncoderRegistry.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ class PostgreSQLColumnEncoderRegistry extends ColumnEncoderRegistry {
Copy file name to clipboardExpand all lines: postgresql-async/src/test/scala/com/github/mauricio/async/db/postgresql/column/DefaultColumnEncoderRegistrySpec.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ class DefaultColumnEncoderRegistrySpec extends Specification {
26
26
27
27
"correctly render an array of strings with nulls" in {
28
28
valitems=Array( "some", """text \ hoes " here to be seen""", null, "all, right" )
29
-
registry.encode( items ) ==="""{"some","text \ hoes \" here to be seen",NULL,"all, right"}"""
29
+
registry.encode( items ) ==="""{"some","text \\ hoes \" here to be seen",NULL,"all, right"}"""
0 commit comments