aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_odbc.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-16Argument macro janitor for func_odbc, fixes #7171tilghman1-47/+39
2006-05-06 Fix output delimiters and add prefix parameter to func_odbc #7025 (Corydon76)bweschke1-163/+132
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+6
2006-04-18update res_odbc to support pooled connectionsrussell1-9/+9
2006-04-14Compatibility fixes for loader changestilghman1-2/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+6
2006-04-11Bugs 6883, 6930: compiler warningstilghman1-8/+8
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-23Some sick individuals use SQL queries longer than 512 bytes in the dialplan. ...tilghman1-4/+4
2006-02-12major dialplan functions updatekpfleming1-40/+30
2006-02-11set standard properties on all non-binary fileskpfleming1-1/+1
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-17/+29
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+11
2006-01-21remove useless checks of the result of ast_strduparussell1-11/+0
2005-12-30update doxygen docs to specify authorsrussell1-0/+8
2005-12-27Add SQL_ESC to allow single ticks to be escapedtilghman1-0/+32
2005-12-21Bug 5055 - Simple SQL commands from the dialplantilghman1-0/+637