summaryrefslogtreecommitdiff
path: root/funcs/func_odbc.c
AgeCommit message (Expand)Author
2008-10-15Permit data fields to contain more than 255 characters.Tilghman Lesher
2008-10-15Only set buf to blank before the goto.Tilghman Lesher
2008-10-06All ODBC parts can now use either unixodbc or iodbc.Michiel van Baak
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-10-02Permit the syntax and synopsis fields to be set (for func_odbc).Tilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.Sean Bright
2008-08-06Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes. Also,Tilghman Lesher
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-02-26Use the readhandle for reads (closes issue #12069)Tilghman Lesher
2008-01-18Convert func_odbc to use SQLExecDirect for speedTilghman Lesher
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...Mark Michelson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-28Merged revisions 87262 via svnmerge from Tilghman Lesher
2007-08-21use ast_atomic_fetchadd_int for incrementing resultcountRussell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
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