Skip to content
Snippets Groups Projects
Commit bb061a7c authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Merged revisions 115308 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r115308 | tilghman | 2008-05-05 14:55:55 -0500 (Mon, 05 May 2008) | 2 lines

Err, the documentation on the return value of ast_odbc_backslash_is_escape is exactly backwards.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115309 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2a966cdb
Branches
Tags
No related merge requests found
...@@ -96,7 +96,7 @@ int ast_odbc_sanity_check(struct odbc_obj *obj); ...@@ -96,7 +96,7 @@ int ast_odbc_sanity_check(struct odbc_obj *obj);
/*! \brief Checks if the database natively supports backslash as an escape character. /*! \brief Checks if the database natively supports backslash as an escape character.
* \param obj The ODBC object * \param obj The ODBC object
* \return Returns 1 if an ESCAPE clause is needed to support '\', 0 otherwise * \return Returns 1 if backslash is a native escape character, 0 if an ESCAPE clause is needed to support '\'
*/ */
int ast_odbc_backslash_is_escape(struct odbc_obj *obj); int ast_odbc_backslash_is_escape(struct odbc_obj *obj);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment