@@ -59,7 +59,7 @@ trying postgresql://host/db?u%73er=someotheruser&port=12345
59
59
user='someotheruser' dbname='db' host='host' port='12345' (inet)
60
60
61
61
trying postgresql://host/db?u%7aer=someotheruser&port=12345
62
- uri-regress: invalid URI query parameter "uzer"
62
+ uri-regress: invalid URI query parameter: "uzer"
63
63
64
64
65
65
trying postgresql://host:12345?user=uri-user
@@ -102,55 +102,55 @@ trying postgres://?host=/path/to/socket/dir
102
102
host='/path/to/socket/dir' (local)
103
103
104
104
trying postgresql://host?uzer=
105
- uri-regress: invalid URI query parameter "uzer"
105
+ uri-regress: invalid URI query parameter: "uzer"
106
106
107
107
108
108
trying postgre://
109
109
uri-regress: missing "=" after "postgre://" in connection info string
110
110
111
111
112
112
trying postgres://[::1
113
- uri-regress: end of string reached when looking for matching ']' in IPv6 host address in URI: postgres://[::1
113
+ uri-regress: end of string reached when looking for matching "]" in IPv6 host address in URI: " postgres://[::1"
114
114
115
115
116
116
trying postgres://[]
117
- uri-regress: IPv6 host address may not be empty in URI: postgres://[]
117
+ uri-regress: IPv6 host address may not be empty in URI: " postgres://[]"
118
118
119
119
120
120
trying postgres://[::1]z
121
- uri-regress: unexpected 'z' at position 17 in URI (expecting ':' or '/' ): postgres://[::1]z
121
+ uri-regress: unexpected character "z" at position 17 in URI (expected ":" or "/" ): " postgres://[::1]z"
122
122
123
123
124
124
trying postgresql://host?zzz
125
- uri-regress: missing key/value separator '=' in URI query parameter: zzz
125
+ uri-regress: missing key/value separator "=" in URI query parameter: " zzz"
126
126
127
127
128
128
trying postgresql://host?value1&value2
129
- uri-regress: missing key/value separator '=' in URI query parameter: value1
129
+ uri-regress: missing key/value separator "=" in URI query parameter: " value1"
130
130
131
131
132
132
trying postgresql://host?key=key=value
133
- uri-regress: extra key/value separator '=' in URI query parameter: key
133
+ uri-regress: extra key/value separator "=" in URI query parameter: " key"
134
134
135
135
136
136
trying postgres://host?dbname=%XXfoo
137
- uri-regress: invalid percent-encoded token: %XXfoo
137
+ uri-regress: invalid percent-encoded token: " %XXfoo"
138
138
139
139
140
140
trying postgresql://a%00b
141
- uri-regress: forbidden value %00 in percent-encoded value: a%00b
141
+ uri-regress: forbidden value %00 in percent-encoded value: " a%00b"
142
142
143
143
144
144
trying postgresql://%zz
145
- uri-regress: invalid percent-encoded token: %zz
145
+ uri-regress: invalid percent-encoded token: " %zz"
146
146
147
147
148
148
trying postgresql://%1
149
- uri-regress: invalid percent-encoded token: %1
149
+ uri-regress: invalid percent-encoded token: "%1"
150
150
151
151
152
152
trying postgresql://%
153
- uri-regress: invalid percent-encoded token: %
153
+ uri-regress: invalid percent-encoded token: "%"
154
154
155
155
156
156
trying postgres://@host
0 commit comments