Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4d7777

Browse files
committed
Fix libpq test expected output file
Evidently, this test is not run very frequently ...
1 parent890192e commitd4d7777

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

‎src/interfaces/libpq/test/expected.out

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ user='someotheruser' dbname='db' host='host' port='12345' (inet)
6161
trying postgresql://host/db?u%7aer=someotheruser&port=12345
6262
uri-regress: invalid URI query parameter: "uzer"
6363

64-
6564
trying postgresql://host:12345?user=uri-user
6665
user='uri-user' host='host' port='12345' (inet)
6766

@@ -104,55 +103,42 @@ host='/path/to/socket/dir' (local)
104103
trying postgresql://host?uzer=
105104
uri-regress: invalid URI query parameter: "uzer"
106105

107-
108106
trying postgre://
109107
uri-regress: missing "=" after "postgre://" in connection info string
110108

111-
112109
trying postgres://[::1
113110
uri-regress: end of string reached when looking for matching "]" in IPv6 host address in URI: "postgres://[::1"
114111

115-
116112
trying postgres://[]
117113
uri-regress: IPv6 host address may not be empty in URI: "postgres://[]"
118114

119-
120115
trying postgres://[::1]z
121116
uri-regress: unexpected character "z" at position 17 in URI (expected ":" or "/"): "postgres://[::1]z"
122117

123-
124118
trying postgresql://host?zzz
125119
uri-regress: missing key/value separator "=" in URI query parameter: "zzz"
126120

127-
128121
trying postgresql://host?value1&value2
129122
uri-regress: missing key/value separator "=" in URI query parameter: "value1"
130123

131-
132124
trying postgresql://host?key=key=value
133125
uri-regress: extra key/value separator "=" in URI query parameter: "key"
134126

135-
136127
trying postgres://host?dbname=%XXfoo
137128
uri-regress: invalid percent-encoded token: "%XXfoo"
138129

139-
140130
trying postgresql://a%00b
141131
uri-regress: forbidden value %00 in percent-encoded value: "a%00b"
142132

143-
144133
trying postgresql://%zz
145134
uri-regress: invalid percent-encoded token: "%zz"
146135

147-
148136
trying postgresql://%1
149137
uri-regress: invalid percent-encoded token: "%1"
150138

151-
152139
trying postgresql://%
153140
uri-regress: invalid percent-encoded token: "%"
154141

155-
156142
trying postgres://@host
157143
host='host' (inet)
158144

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp