aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-10Merged revisions 217638 via svnmerge from tilghman1-0/+2
2009-06-19Merged revisions 201904 via svnmerge from tilghman1-2/+5
2009-01-28Fix how we skip fields (to avoid fields which don't exist) when doing an UPDATE.tilghman1-5/+9
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming1-4/+0
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-3/+3
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman1-0/+144
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-07-10Merged revisions 129741 via svnmerge from tilghman1-1/+3
2008-06-10Move the table cache routines to res_odbc, so they can be used from othertilghman1-191/+9
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman1-24/+91
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldstilghman1-7/+309
2008-03-11An offhand comment from Russell made me realize that the configuration filetilghman1-2/+2
2007-11-25Merged revisions 89559 via svnmerge from tilghman1-4/+5
2007-11-23Merged revisions 89534 via svnmerge from tilghman1-1/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-1/+1
2007-09-05Doxygen cleanups/fixes.qwell1-4/+9
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-8/+8
2007-08-17store and destroy implementations for sqlite (closes issue #10446) and odbc (...tilghman1-0/+141
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+3
2007-08-07Merged revisions 78488 via svnmerge from russell1-8/+12
2007-08-07Merged revisions 78415 via svnmerge from tilghman1-99/+62
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-8/+4
2007-07-23(closes issue #10271)russell1-0/+39
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-1/+0
2007-07-11Merged revisions 74657 via svnmerge from russell1-10/+8
2007-07-10Merged revisions 74314 via svnmerge from russell1-2/+4
2007-07-06Merged revisions 73696 via svnmerge from russell1-0/+4
2007-06-28Remove the ill-advised ast_restrdupa API call and related structurestilghman1-4/+1
2007-06-18Merged revisions 69702 via svnmerge from russell1-0/+1
2007-05-30Issue 9477 - Improve menuselect labelstilghman1-1/+1
2007-05-03Merged revisions 62842 via svnmerge from kpfleming1-1/+1
2007-05-03Merged revisions 62797,62807 via svnmerge from kpfleming1-16/+12
2007-02-09Merged revisions 53779-53781 via svnmerge from kpfleming1-0/+1
2007-01-07When calling the Realtime app more than once, unset fields which weretilghman1-10/+12
2006-12-19Merged revisions 48577 via svnmerge from 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