[Home]

Summary:ASTERISK-06841: [patch] Fix output delimiters and add prefix parameter
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2006-04-24 20:50:34Date Closed:2006-05-06 08:37:02
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Functions/func_odbc
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Currently, func_odbc always delimits its output with commas, which isn't optimal, if data fields might also contain commas.  This patch allows you to specify another delimiter.

It also creates extra ARRAY-type functions for use with these alternate delimited queries.
Comments:By: Tilghman Lesher (tilghman) 2006-04-24 22:52:52

Now available as a branch:
http://svn.digium.com/svn/asterisk/team/tilghman/func_odbc_extras/

By: Tilghman Lesher (tilghman) 2006-04-25 07:29:14

Also adds the prefix parameter to replace the ODBC prefix, if specified.

By: Tilghman Lesher (tilghman) 2006-04-25 13:19:24

Going with escaping, instead.

By: BJ Weschke (bweschke) 2006-05-06 08:37:01

branch merged into /trunk. Thanks!