Opened 12 years ago
Closed 12 years ago
#860 closed enhancement (fixed)
ODBC: Add schema retrieval to trace log
Reported by: | brentrobinson | Owned by: | brentrobinson |
---|---|---|---|
Priority: | major | Milestone: | 3.8.0 |
Component: | ODBC Provider | Version: | 3.8.0 |
Severity: | 2 | Keywords: | ODBC DescribeSchema FDO_TRACE_FILE logging |
Cc: | External ID: |
Description
For RDBMS providers, the FDO_TRACE_FILE environment variable can be set to get a trace of all SQL statements sent by the provider to the server. However, the ODBC provider retrieves schema elements via ODBC API calls, which do not show up in the trace log. This enhancement will add the logging of these calls to help troubleshoot problems in describing schemas.
Note:
See TracTickets
for help on using tickets.
Revision: 6741 Author: brentrobinson Date: 7:35:51 AM, Monday, January 21, 2013 Message: Ticket#860: Modifies the ODBC driver to log table, column and primary key retrievals to the FDO_TRACE_FILE. The purpose is to make troubleshooting easier when DescribeSchema executions against the ODBC provider fail.
Modified : /trunk/Providers/GenericRdbms/Src/ODBCDriver/col_.c Modified : /trunk/Providers/GenericRdbms/Src/ODBCDriver/objects_.c Modified : /trunk/Providers/GenericRdbms/Src/ODBCDriver/pkeys_.c Modified : /trunk/Providers/GenericRdbms/Src/ODBCDriver/users_.c