We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sabre/DAV 4.7.0 PostgreSQL 15
Whenever a calendar or contact field contains a comma , it will fail to save.
,
FYI, a comma is escaped as \,. The backslash escaped as \\ does not cause any problem.
\,
\\
<?xml version="1.0" encoding="utf-8"?> <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns"> <s:sabredav-version>4.7.0</s:sabredav-version> <s:exception>PDOException</s:exception> <s:message>SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type bytea CONTEXT: unnamed portal parameter $3 = '...'</s:message> </d:error>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sabre/DAV 4.7.0
PostgreSQL 15
Whenever a calendar or contact field contains a comma
,
it will fail to save.FYI, a comma is escaped as
\,
. The backslash escaped as\\
does not cause any problem.The text was updated successfully, but these errors were encountered: