On Fri May 19 08:22:27 2023 +0000, Alistair Leslie-Hughes wrote:
This guard is so we can setup at connection to a different database type. Though we are using a "standard" interface, it can depend on the driver in the backend (ado vs dao) for example.
How would that look like? It currently looks like we're trying to connect to any database we can, and there's no accounting in the tests for differences between drivers (are there any that matter?)