psql ODBC Linux CI - docs: document connection string escaping rules (issue #140) (#197) A connection string is processed by two independent parsers with different escaping rules, which was undocumented and confusing: 1. The psqlODBC parser splits on ';' and '=' and uses braces {} (with '}}' for a literal brace) or +/%XX percent-encoding to embed special characters. Backslash is NOT special at this layer. 2. A pqopt value is handed to libpq, whose conninfo parser separates parameters... #82
Annotations
2 warnings
|
Red Hat (Fedora)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Debian (Ubuntu)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|