aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-01automerge commitroot1-5/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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
2004-10-09Fix SIP bugletsmarkster1-0/+1
2004-10-07Oops, we have to be able to pass multiple restrictions for when we go to voic...markster1-3/+27
2004-10-05Major changes to res_config to support centralized config, eliminate configur...markster1-48/+221
2004-08-23make bug 2272 (which is actually caused by human error) less likely to happenanthm1-1/+1
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-9/+9
2004-07-13fix compiler warning in res_config_odbc.canthm1-2/+2
2004-07-09fix res_config_odbc iax dual peer issueanthm1-2/+3
2004-07-08Massive res_config_odbc.c formatting cleanups from bkw_. Thanks!!!citats1-188/+142
2004-07-08Merge bkw_'s ODBC patchmarkster1-1/+1
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+1
2004-06-11Merge res_odbc and res_configmarkster1-0/+253