summaryrefslogtreecommitdiff
path: root/res/res_config_odbc.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-06BuildSystem: Depend not implicitly but explicitly on external libraries.Alexander Traud
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-02-21realtime: Centralize some common realtime backend codeSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-09-16res_config_odbc.c: Fix buffer size limitation creating invalid SQL.Richard Mudgett
2016-07-07res_sorcery_realtime: fix bug when successful UPDATE is treated as failedAlexei Gradinari
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-10res/res_config_odbc: Fix improper escaping of backslashes with MySQLMatthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-28res_config_odbc: Use dynamically sized buffers to store row data so values do...Joshua Colp
2014-05-27res_config_odbc: Fix old and new ast_string_field memory leaks.Walter Doekes
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-07Fix encoding of custom prepare extra data.Mark Michelson
2014-05-06Ensure that all parts of SQL UPDATEs and DELETEs are encoded.Mark Michelson
2014-05-02Prevent crashes in res_config_odbc due to uninitialized string fields.Mark Michelson
2014-03-28res_config_odbc: Fix for nullable integer columns and keyfield existence chec...Matthew Jordan
2013-05-10Fix Finding Extensions With Patterns Using ODBC RealtimeMichael L. Young
2013-04-27Add support for a realtime sorcery module.Joshua Colp
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-04-17Make use of va_args more appropriate to form in various res_config modules pl...Jonathan Rose
2011-09-01Merged revisions 334230 via svnmerge from Tilghman Lesher
2011-08-22Merged revisions 332830 via svnmerge from Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-07Merged revisions 326689 via svnmerge from Jonathan Rose
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2011-03-10Merged revisions 310142 via svnmerge from Tilghman Lesher
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