Eric Lippmann

Results 28 issues of Eric Lippmann

Our docs should mention the `TNS_ADMIN` environment variable and where to set it in order to access databases via `tnsnames.ora`.

Closes #654

cla/signed

area/documentation
cla/signed

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`...

area/connection
cla/signed

- 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...

cla/signed

cla/signed
area/tests

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...

enhancement