summaryrefslogtreecommitdiff
path: root/funcs/func_odbc.c
AgeCommit message (Expand)Author
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-24Fix locking issues with channel datastores in func_odbc.c.Richard Mudgett
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett
2011-07-18Merged revisions 328541 via svnmerge from Tilghman Lesher
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-03-12Merged revisions 310415 via svnmerge from Tilghman Lesher
2011-03-10Merged revisions 310142 via svnmerge from Tilghman Lesher
2011-02-28Merged revisions 308991 via svnmerge from Tilghman Lesher
2011-02-15Merged revisions 307837 via svnmerge from Tilghman Lesher
2010-08-24Merged revisions 283350 via svnmerge from Russell Bryant
2010-06-03Handle OOM errors more gracefully.Tilghman Lesher
2010-05-07Double free crashTilghman Lesher
2009-09-07Allow multiple rows to be fetched within the normal mode of operation.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-09Convert func_odbc to use ast_dummy_alloc_channel()Matthew Nicholson
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-07Second result should not contain data from the first result.Tilghman Lesher
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-08If the first column is empty, output a delimiter anyway.Tilghman Lesher
2009-02-19ODBC transaction supportTilghman Lesher
2009-02-17Add assertions in the quest to track down a refcount leak.Tilghman Lesher
2009-01-19ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odb...Kevin P. Fleming
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-12-09Avoid allocating memory for a thread that don't need it. Also, this memory wa...Eliel C. Sardanons
2008-11-07Two bugs relating to colnames found by Marquis42 on #asterisk-devTilghman Lesher
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-11-03Should have passed the string pointer, not the ast_str structure.Tilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-31Failover for func_odbc, allowing an INSERT query to be performed when the UPD...Tilghman Lesher
2008-10-23allow to compile under --enable-dev-mode (gcc didn't actually complain when I...Terry Wilson
2008-10-23Simplify some nested functions, as suggested by Russell on -devTilghman Lesher
2008-10-22Added debugging CLI functionsTilghman Lesher
2008-10-15Permit data fields to contain more than 255 characters.Tilghman Lesher
2008-10-15Only set buf to blank before the goto.Tilghman Lesher
2008-10-06All ODBC parts can now use either unixodbc or iodbc.Michiel van Baak
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-10-02Permit the syntax and synopsis fields to be set (for func_odbc).Tilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.Sean Bright
2008-08-06Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes. Also,Tilghman Lesher
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-02-26Use the readhandle for reads (closes issue #12069)Tilghman Lesher
2008-01-18Convert func_odbc to use SQLExecDirect for speedTilghman Lesher
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...Mark Michelson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo