aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-1/+1
2009-05-07Merged revisions 193006 via svnmerge from tilghman1-0/+1
2008-11-07Merged revisions 155395 via svnmerge from tilghman1-0/+3
2008-11-03Recorded merge of revisions 154023 via svnmerge from tilghman1-1/+1
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...kpfleming1-24/+40
2008-10-15Merged revisions 149687 via svnmerge from tilghman1-25/+36
2008-10-15Merged revisions 149640 via svnmerge from tilghman1-2/+1
2008-10-06Merged revisions 146802 via svnmerge from tilghman1-0/+3
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.seanbright1-8/+8
2008-08-06Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes. Also,tilghman1-37/+60
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-3/+3
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-1/+1
2008-02-26Use the readhandle for reads (closes issue #12069)tilghman1-2/+2
2008-01-18Convert func_odbc to use SQLExecDirect for speedtilghman1-5/+5
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...mmichelson1-2/+2
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-3/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-2/+2
2007-10-28Merged revisions 87262 via svnmerge from tilghman1-2/+51
2007-08-21use ast_atomic_fetchadd_int for incrementing resultcountrussell1-4/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+7
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-6/+8
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-2/+1
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-2/+1
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-1/+1
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-1/+1
2007-06-18Merged revisions 69702 via svnmerge from russell1-0/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-21/+21
2007-06-01Merged revisions 66919 via svnmerge from tilghman1-1/+9
2007-05-31Issue 9799 - Multirow results for func_odbctilghman1-60/+233
2007-02-09Merged revisions 53779-53781 via svnmerge from kpfleming1-0/+1
2007-02-03Fix compiler warningstilghman1-2/+2
2007-01-24Doxygen updateoej1-0/+2
2007-01-17Merged revisions 51205 via svnmerge from russell1-0/+6
2007-01-06finish const-ifying ast_func_read()kpfleming1-3/+3
2006-12-30Initialize obj pointers to NULL. Gets rid of two compiler warnings.file1-2/+2
2006-12-28Integrate functionality tested on svncommunity users back into trunktilghman1-54/+130
2006-12-19Merged revisions 48577 via svnmerge from kpfleming1-2/+2
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-1/+1
2006-09-20move ODBC API into ast_ namespacekpfleming1-10/+10
2006-09-05Missing field terminatortilghman1-0/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+8
2006-08-20Convert func_odbc to use the prepare_and_execute callback, which helps with a...tilghman1-91/+38
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-27Should use the named handle, not one hardcodedtilghman1-1/+1
2006-05-26Lets not commit things that cause Asterisk to break when config files aren't ...markster1-2/+2
2006-05-22Escaping commas within fields isn't always desireable.tilghman1-2/+17