aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-25We previously attempted to use the ESCAPE clause to set the escape delimiter totilghman1-4/+5
2007-11-23Use ESCAPE clause for the first parameter, not just 2nd-Nth parameters.tilghman1-1/+2
2007-08-07Fix the build of this module on 64-bit platformsrussell1-8/+12
2007-08-07Reconnection doesn't happen automatically when a DB goes down (fixes issue #9...tilghman1-98/+57
2007-07-11Merged revisions 74656 via svnmerge from russell1-10/+8
2007-07-10Merged revisions 74313 via svnmerge from russell1-2/+4
2007-07-06Merged revisions 73684 via svnmerge from russell1-0/+4
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell1-0/+1
2007-05-03Merged revisions 62841 via svnmerge from kpfleming1-1/+1
2007-05-03Merged revisions 62796 via svnmerge from kpfleming1-16/+12
2007-02-09add some inter-module dependencieskpfleming1-0/+1
2006-12-19use the proper variable type for these unixODBC API calls, eliminating warnin...kpfleming1-3/+3
2006-11-01a fix for bug 8251; the var_val needs to accept longer strings or mass confus...murf1-1/+1
2006-09-20move ODBC API into ast_ namespacekpfleming1-35/+35
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+7
2006-07-19Remove "initialization from incompatible pointer type" warnings.north1-1/+1
2006-07-19restore buildability (bad marko!)kpfleming1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-1/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+4
2006-04-18update res_odbc to support pooled connectionsrussell1-49/+113
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-12/+7
2006-04-11normalize code in preparation to module changesrizzo1-4/+3
2006-04-08a few cleanups from the last commitkpfleming1-2/+2
2006-03-01Merged revisions 11503 via svnmerge from tilghman1-5/+5
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
2005-12-30update doxygen docs to specify authorsrussell1-1/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5650kpfleming1-0/+1
2005-11-08issue #5648kpfleming1-2/+2
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...kpfleming1-50/+35
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+3
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-1/+17
2005-06-06more file version tagskpfleming1-3/+8
2005-04-22report the number of rows updated when using RealTime update method (bug #4066)kpfleming1-2/+3
2005-04-22ensure that res_config_odbc can handle columns with NULL values (bug #3787)kpfleming1-2/+14
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-02-17Merge anthm's ODBC sanity check fix (bug #3529)markster1-10/+11
2005-01-25Merge config updates (bug #3406)markster1-119/+65
2005-01-22Un-revert in preparation for actual fixmarkster1-3/+3
2005-01-22repeal config prototype changesanthm1-3/+3
2005-01-21update copyright headers for 2005russell1-2/+2
2005-01-20Fix ODBC to clear title each time (bug #3379)markster1-2/+5
2005-01-16Fix static db problemmarkster1-3/+3
2004-12-18Fix comment issues (bug #3089)markster1-2/+2
2004-11-24Increase max buffer size (bug #2926)markster1-1/+1
2004-11-24Make realtime pbx understand patterns.markster1-15/+24
2004-11-23Build out "multi" version of realtime config (directory and realtime extensio...markster1-0/+154
2004-11-22Realtime improvementsmarkster1-19/+4
2004-11-22Minor realtime improvementsmarkster1-4/+20