Please activate JavaScript in your browser.
?
Success
Success
The Travis CI build passed
Details
User tests:
Successful:
Unsuccessful:
With Joomla 3.0.1, using Postgresql 9.1, the following warning appears in PostgreSQL logs many many times:
WARNING: nonstandard use of \ in a string literal at character 187
HINT: Use the escape string syntax for backslashes, e.g., E'\'.
These warnings appears because Joomla use backslashes as escape characters (ie standard_conforming_strings is disabled).
This PR disables "escape_string_warning" option. This option is supported since PostgreSQL 8.1
brianteeman
-
open
-
23 Aug 2014
jissues-bot
-
change
-
23 Aug 2014
Status
Pending
⇒
New
Labels
Added:
?
brianteeman
-
change
-
24 Aug 2014
Title
Differences
…
[29550] disable escape_string_warning option
[29550] disable escape_string_warning option postgres
brianteeman
-
change
-
24 Aug 2014
brianteeman
-
change
-
25 Aug 2014
nicksavov
-
change
-
16 Oct 2014
waader
-
test_item
-
16 Oct 2014
-
Tested successfully
wilsonge
-
test_item
-
19 Oct 2014
-
Tested successfully
wilsonge
-
change
-
19 Oct 2014
Status
Pending
⇒
Ready to Commit
Bakual
-
close
-
24 Oct 2014
Bakual
-
close
-
24 Oct 2014
Status
Ready to Commit
⇒
Closed
Closed_Date
0000-00-00 00:00:00
⇒
2014-10-24 14:04:24
mbabker
-
change
-
22 Nov 2014
mbabker
-
change
-
22 Nov 2014
mbabker
-
change
-
22 Nov 2014
mbabker
-
change
-
22 Nov 2014
Add a Comment
Login with GitHub to post a comment
@test
I tested with Joomla 3.3.7-dev and Postgresql 9.3.5 and could reproduce the issue. The proposed patch solves the issue.