Eric Lippmann
Eric Lippmann
Our docs should mention the `TNS_ADMIN` environment variable and where to set it in order to access databases via `tnsnames.ora`.
This PR * introduces `Quoter` that provides utility functions for quoting table names and columns, where the quotation mark depends on the database driver used * and replaces the `ANSI_QUOTES`...
- Vitess does not support `ANSI_QUOTES` only backticks. We could use backticks for MySQL and double quotes for PostgreSQL. - Not necessarily Vitess specific, but I have received a lot...
At the moment dependencies are not synchronized in Redis and the database and there is no idea for the storage scheme yet. Since dependencies represent trees (or even graphs?), They...