Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Postgres implementation has this method. It is also helpful for queries that require the current datbase name. example: ```sql SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE table_name = ? && table_schema = ?; ```
- Loading branch information