diff options
Diffstat (limited to 'src/interfaces/odbc/pgtypes.c')
-rw-r--r-- | src/interfaces/odbc/pgtypes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/pgtypes.c b/src/interfaces/odbc/pgtypes.c index 2fedd8f5f90..4263eea7b85 100644 --- a/src/interfaces/odbc/pgtypes.c +++ b/src/interfaces/odbc/pgtypes.c @@ -737,8 +737,8 @@ char *pgtype_create_params(StatementClass *stmt, Int4 type) Int2 sqltype_to_default_ctype(Int2 sqltype) { - // from the table on page 623 of ODBC 2.0 Programmer's Reference - // (Appendix D) + /* from the table on page 623 of ODBC 2.0 Programmer's Reference */ + /* (Appendix D) */ switch(sqltype) { case SQL_CHAR: case SQL_VARCHAR: |