Skip to content

Commit

Permalink
Adjust a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurenz Albe committed Sep 7, 2012
1 parent effb945 commit 3a9de40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracle_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ oracleExecuteQuery(oracleSession *session, const char *query, const struct oraTa
if (col_pos == 0)
{
/*
* No columns selected (i.e., SELECT NULL FROM).
* No columns selected (i.e., SELECT '1' FROM).
* Define dummy result columnn.
*/
if (checkerr(
Expand Down

0 comments on commit 3a9de40

Please sign in to comment.