summaryrefslogtreecommitdiff
path: root/res/res_config_odbc.c
AgeCommit message (Expand)Author
2010-12-16Merged revisions 298482 via svnmerge from Tilghman Lesher
2010-08-27Merged revisions 283882 via svnmerge from Jason Parker
2010-07-23Merge the realtime failover branchTilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-17Merged revisions 277568 via svnmerge from Tilghman Lesher
2009-09-10Verify support for wide ODBC character types before using them.Tilghman Lesher
2009-06-19Fix 2 typos and add support for wide character types.Tilghman Lesher
2009-03-18Merged revisions 182808 via svnmerge from Kevin P. Fleming
2009-01-28Fix how we skip fields (to avoid fields which don't exist) when doing an UPDATE.Tilghman Lesher
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...Kevin P. Fleming
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-10-06All ODBC parts can now use either unixodbc or iodbc.Michiel van Baak
2008-07-10Merged revisions 129741 via svnmerge from Tilghman Lesher
2008-06-10Move the table cache routines to res_odbc, so they can be used from otherTilghman Lesher
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-03-11An offhand comment from Russell made me realize that the configuration fileTilghman Lesher
2007-11-25Merged revisions 89559 via svnmerge from Tilghman Lesher
2007-11-23Merged revisions 89534 via svnmerge from Tilghman Lesher
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-17store and destroy implementations for sqlite (closes issue #10446) and odbc (...Tilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-07Merged revisions 78488 via svnmerge from Russell Bryant
2007-08-07Merged revisions 78415 via svnmerge from Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23(closes issue #10271)Russell Bryant
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-11Merged revisions 74657 via svnmerge from Russell Bryant
2007-07-10Merged revisions 74314 via svnmerge from Russell Bryant
2007-07-06Merged revisions 73696 via svnmerge from Russell Bryant
2007-06-28Remove the ill-advised ast_restrdupa API call and related structuresTilghman Lesher
2007-06-18Merged revisions 69702 via svnmerge from Russell Bryant
2007-05-30Issue 9477 - Improve menuselect labelsTilghman Lesher
2007-05-03Merged revisions 62842 via svnmerge from Kevin P. Fleming
2007-05-03Merged revisions 62797,62807 via svnmerge from Kevin P. Fleming
2007-02-09Merged revisions 53779-53781 via svnmerge from Kevin P. Fleming
2007-01-07When calling the Realtime app more than once, unset fields which wereTilghman Lesher
2006-12-19Merged revisions 48577 via svnmerge from Kevin P. Fleming
2006-11-01a fix for bug 8251; the var_val needs to accept longer strings or mass confus...Steve Murphy
2006-09-20move ODBC API into ast_ namespaceKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-19Remove "initialization from incompatible pointer type" warnings.North Antara
2006-07-19restore buildability (bad marko!)Kevin P. Fleming