mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
<parameter name="result-id" required="true" />
|
||||
</syntax>
|
||||
<description>
|
||||
<para>For queries which are marked as mode=multirow, the original
|
||||
query returns a <replaceable>result-id</replaceable> from which results
|
||||
<para>For queries which are marked as mode=multirow, the original
|
||||
query returns a <replaceable>result-id</replaceable> from which results
|
||||
may be fetched. This function implements the actual fetch of the results.</para>
|
||||
<para>This also sets <variable>ODBC_FETCH_STATUS</variable>.</para>
|
||||
<variablelist>
|
||||
@@ -78,7 +78,7 @@
|
||||
<parameter name="result-id" required="true" />
|
||||
</syntax>
|
||||
<description>
|
||||
<para>For queries which are marked as mode=multirow, this will clear
|
||||
<para>For queries which are marked as mode=multirow, this will clear
|
||||
any remaining rows of the specified resultset.</para>
|
||||
</description>
|
||||
</application>
|
||||
@@ -90,7 +90,7 @@
|
||||
<parameter name="string" required="true" />
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Used in SQL templates to escape data which may contain single ticks
|
||||
<para>Used in SQL templates to escape data which may contain single ticks
|
||||
<literal>'</literal> which are otherwise used to delimit data.</para>
|
||||
<para>Example: SELECT foo FROM bar WHERE baz='${SQL_ESC(${ARG1})}'</para>
|
||||
</description>
|
||||
@@ -1917,4 +1917,3 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "ODBC lookups",
|
||||
.unload = unload_module,
|
||||
.reload = reload,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user