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