icinga2/lib/db_ido_pgsql
Maximilian Eschenbacher d8089560dd ido_pgsql: do not set standard_conforming_strings to off
Before postgres 9.1, this setting defaulted to off and icinga2 code was
making heavy use of this feature. Since postgres 9.1, this settings
defaults to on. During the adoption of postgres >= 9.1, the icinga2
postgres ido code maintained compatibility by setting it to off
explicitly.

In the mean time, the postgres ido code has been converted to using the
`E'...'` escape literal syntax exclusively.

The last remaining step is now to no longer force the setting to off
because no query is using the feature any longer.

Closes github issue #8122.
2020-10-29 16:28:18 +01:00
..
schema Replace a few more copyright strings 2019-02-25 16:30:40 +01:00
CMakeLists.txt Replace Copyright header with a short version, part II 2019-02-25 15:09:36 +01:00
idopgsqlconnection.cpp ido_pgsql: do not set standard_conforming_strings to off 2020-10-29 16:28:18 +01:00
idopgsqlconnection.hpp IDO: Make sure to insert program status during reconnect() 2020-10-16 12:30:57 +02:00
idopgsqlconnection.ti Replace Copyright header with a short version, part I 2019-02-25 14:48:22 +01:00