This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Register a DUAL table by default #153
Closed
Description
The DUAL table present in MySQL is often used by 3rd party tools, connection pools, etc.
Registering it by default should help us to improve compatibility our of the box. It could be implemented easily with a mem.Table
.