aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_odbc.c
AgeCommit message (Expand)AuthorFilesLines
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