...
Previously it was not possible to listen to a non-default schema in a Postgres database. The listen query would not allow fully qualified table names of the form schema.table. This change allows these table names to be used in listen queries. This format was already supported in the other database adaptor methods for Postgres.
Bug Fixes
- [KIT-2123] - Fixed issue that was causing visual testing to fail without feedback to the user
- [KIT-2058] - Postgres Can Not Listen to a table that is not in the user's default schema
- [KIT-2097] - Schema filtering throws error if schema contains an array
- [KIT-1991] - Rework data storage and query pattern for time based metrics to make it more efficient and consistent