icinga2/lib/db_ido_pgsql
Alexander A. Klimov e0c13401f7 Ido*sqlConnection#InternalDeactivateObject(): mark object inactive also in memory
Previously:
1. You delete an object from a config file
2. You reload Icinga
3. Icinga fetches all objects and whether they're active from the IDO
4. Icinga recognizes that the just deleted object doesn't exist anymore
5. Icinga marks it as inactive in the IDO, but not in memory
6. You re-create the just deleted object via API
7. Icinga still thinks it's active and doesn't activate it - it's invisible

refs #8584
2021-02-08 16:57:15 +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*sqlConnection#InternalDeactivateObject(): mark object inactive also in memory 2021-02-08 16:57:15 +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