| Sometimes in the testsuite we check if the datastore is empty. When this check fails we have an error but we don't know which data has been left in the db without connecting to the db with some clients. It would be helpful to add a method to TestDialect that print or get all the data in the datastore and use it to print the content in the console when the check fails. |