summaryrefslogtreecommitdiff
path: root/funcs/func_odbc.c
AgeCommit message (Expand)Author
2007-06-18Merged revisions 69702 via svnmerge from Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-01Merged revisions 66919 via svnmerge from Tilghman Lesher
2007-05-31Issue 9799 - Multirow results for func_odbcTilghman Lesher
2007-02-09Merged revisions 53779-53781 via svnmerge from Kevin P. Fleming
2007-02-03Fix compiler warningsTilghman Lesher
2007-01-24Doxygen updateOlle Johansson
2007-01-17Merged revisions 51205 via svnmerge from Russell Bryant
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-12-30Initialize obj pointers to NULL. Gets rid of two compiler warnings.Joshua Colp
2006-12-28Integrate functionality tested on svncommunity users back into trunkTilghman Lesher
2006-12-19Merged revisions 48577 via svnmerge from Kevin P. Fleming
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-20move ODBC API into ast_ namespaceKevin P. Fleming
2006-09-05Missing field terminatorTilghman Lesher
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-20Convert func_odbc to use the prepare_and_execute callback, which helps with a...Tilghman Lesher
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-27Should use the named handle, not one hardcodedTilghman Lesher
2006-05-26Lets not commit things that cause Asterisk to break when config files aren't ...Mark Spencer
2006-05-22Escaping commas within fields isn't always desireable.Tilghman Lesher
2006-05-16Argument macro janitor for func_odbc, fixes #7171Tilghman Lesher
2006-05-06 Fix output delimiters and add prefix parameter to func_odbc #7025 (Corydon76)BJ Weschke
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-18update res_odbc to support pooled connectionsRussell Bryant
2006-04-14Compatibility fixes for loader changesTilghman Lesher
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11Bugs 6883, 6930: compiler warningsTilghman Lesher
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-23Some sick individuals use SQL queries longer than 512 bytes in the dialplan. ...Tilghman Lesher
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11set standard properties on all non-binary filesKevin P. Fleming
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove useless checks of the result of ast_strdupaRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27Add SQL_ESC to allow single ticks to be escapedTilghman Lesher
2005-12-21Bug 5055 - Simple SQL commands from the dialplanTilghman Lesher