aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-03Merged revisions 267669 via svnmerge from tilghman1-2/+22
2010-05-07Merged revisions 261917 via svnmerge from tilghman1-0/+9
2009-08-10AST-2009-005tilghman1-1/+1
2009-05-07Merged revisions 193006 via svnmerge from tilghman1-0/+1
2009-04-08Merged revisions 187050 via svnmerge from tilghman1-1/+1
2009-02-19ODBC transaction supporttilghman1-8/+29
2009-02-17Add assertions in the quest to track down a refcount leak.tilghman1-4/+23
2009-01-19ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odb...kpfleming1-3/+2
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-67/+54
2008-12-09Avoid allocating memory for a thread that don't need it. Also, this memory wa...eliel1-2/+12
2008-11-07Two bugs relating to colnames found by Marquis42 on #asterisk-devtilghman1-0/+3
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-11-03Should have passed the string pointer, not the ast_str structure.tilghman1-2/+2
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+6
2008-11-01Merge changes from team/group/appdocsxmlrussell1-45/+79
2008-10-31Failover for func_odbc, allowing an INSERT query to be performed when the UPD...tilghman1-25/+88
2008-10-23allow to compile under --enable-dev-mode (gcc didn't actually complain when I...twilson1-1/+1
2008-10-23Simplify some nested functions, as suggested by Russell on -devtilghman1-101/+121
2008-10-22Added debugging CLI functionstilghman1-4/+327
2008-10-15Permit data fields to contain more than 255 characters.tilghman1-25/+36
2008-10-15Only set buf to blank before the goto.tilghman1-2/+1
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-0/+3
2008-10-02Permit the syntax and synopsis fields to be set (for func_odbc).tilghman1-3/+30
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-2/+2
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.seanbright1-8/+8
2008-08-06Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes. Also,tilghman1-37/+60
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-3/+3
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-1/+1
2008-02-26Use the readhandle for reads (closes issue #12069)tilghman1-2/+2
2008-01-18Convert func_odbc to use SQLExecDirect for speedtilghman1-5/+5
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...mmichelson1-2/+2
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-3/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-2/+2
2007-10-28Merged revisions 87262 via svnmerge from tilghman1-2/+51
2007-08-21use ast_atomic_fetchadd_int for incrementing resultcountrussell1-4/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+7
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-6/+8
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-2/+1
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-2/+1
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-1/+1
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-1/+1
2007-06-18Merged revisions 69702 via svnmerge from russell1-0/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-21/+21
2007-06-01Merged revisions 66919 via svnmerge from tilghman1-1/+9
2007-05-31Issue 9799 - Multirow results for func_odbctilghman1-60/+233