discourse/lib/active_record/connection_adapters
Rafael dos Santos Silva d59d170452
FIX: PostgreSQL fallback was broken due to Rails masking exception (#9633)
The PR https://github.com/rails/rails/pull/36612 changes the raised exception
if the error message includes the target database name.

Since the error message contains the hostname, this could be triggered when
the hostname contains the database name.
2020-05-05 10:34:25 +10:00
..
postgresql_fallback_adapter.rb FIX: PostgreSQL fallback was broken due to Rails masking exception (#9633) 2020-05-05 10:34:25 +10:00