aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-28Add autoservice to several more functions which might delay in their responses.tilghman1-2/+47
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell1-0/+1
2007-06-01On some drivers, deallocating the statement handle isn't enough. We also hav...tilghman1-1/+8
2007-02-09add some inter-module dependencieskpfleming1-0/+1
2007-01-17Fix some instances where when loading func_odbc, a double-free could occur.russell1-1/+6
2006-12-19use the proper variable type for these unixODBC API calls, eliminating warnin...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