TDBC

View Ticket
Login
Ticket Hash: 1a26b401c23755153e1ba4f1280b19bd776054fe
Title: tdbc::connection documentation missing text for tables and columns commands
Status: Open Type: Documentation
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2020-02-07 11:25:21
Version Found In:
User Comments:
apnadkarni added on 2020-02-07 11:25:21:
The documentation for the tables and columns commands in the tdbc::connection manpage contains the following text:

"It may contain the SQL wild-card characters '%' and and whose values are subdictionaries."

I think it should read

"It may contain the SQL wild-card characters WHICH ONES?  The result of the command is a dictionary whose keys are table names and whose values are subdictionaries."

(WHICH ONES to be replaced by the wild card chars that are supported.)

Above for the tables command. Analogous issue exists for the columns command.