forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a3fdbd
committed
Allow spaces in connection strings in SSL tests
Connection strings can have items with spaces in them, wrapped inquotes. The tests however ran a SELECT '$connstr' upon connection whichbroke on the embedded quotes. Use dollar quotes on the connstr toprotect against this. This was hit during the development of the macOSSecure Transport patch, but is independent of it.Author: Daniel Gustafsson <daniel@yesql.se>1 parent945f71d commit4a3fdbd
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
0 commit comments
Comments
(0)