Permit data fields to contain more than 255 characters.
[asterisk/asterisk.git] / funcs / func_odbc.c
2008-10-15 Tilghman LesherPermit data fields to contain more than 255 characters.
2008-10-15 Tilghman LesherOnly set buf to blank before the goto.
2008-10-06 Michiel van BaakAll ODBC parts can now use either unixodbc or iodbc.
2008-10-06 Tilghman LesherMerged revisions 146799 via svnmerge from
2008-10-02 Tilghman LesherPermit the syntax and synopsis fields to be set (for...
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-08-07 Sean BrightContinue merging in changes from resolve-shadow-warning...
2008-08-06 Tilghman LesherUse a dynamic buffer for rendered SQL, instead of hardc...
2008-08-05 Kevin P. Flemingmake datastore creation and destruction a generic API...
2008-03-07 Tilghman LesherMerged revisions 106552 via svnmerge from
2008-02-26 Tilghman LesherUse the readhandle for reads (closes issue #12069)
2008-01-18 Tilghman LesherConvert func_odbc to use SQLExecDirect for speed
2008-01-02 Mark MichelsonChange instances of AST_NONSTANDARD_APP_ARGS(foo, bar...
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-17 Luigi Rizzomore removal of duplicate #include lines
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-01 Steve MurphyThis commits the performance mods that give the priorit...
2007-10-28 Tilghman LesherMerged revisions 87262 via svnmerge from
2007-08-21 Russell Bryantuse ast_atomic_fetchadd_int for incrementing resultcount
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-07-31 Tilghman LesherMostly cleanup of documentation to substitute the pipe...
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-23 Tilghman LesherMerge the dialplan_aesthetics branch. Most of this...
2007-07-19 Steve MurphyAfter some study, thought, comparing, etc. I've backed...
2007-07-17 Steve Murphyvia 10206, I have added an option (e) to Dial to allow...
2007-06-18 Russell BryantMerged revisions 69702 via svnmerge from
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-01 Tilghman LesherMerged revisions 66919 via svnmerge from
2007-05-31 Tilghman LesherIssue 9799 - Multirow results for func_odbc
2007-02-09 Kevin P. FlemingMerged revisions 53779-53781 via svnmerge from
2007-02-03 Tilghman LesherFix compiler warnings
2007-01-24 Olle JohanssonDoxygen update
2007-01-17 Russell BryantMerged revisions 51205 via svnmerge from
2007-01-06 Kevin P. Flemingfinish const-ifying ast_func_read()
2006-12-30 Joshua ColpInitialize obj pointers to NULL. Gets rid of two compil...
2006-12-28 Tilghman LesherIntegrate functionality tested on svncommunity users...
2006-12-19 Kevin P. FlemingMerged revisions 48577 via svnmerge from
2006-09-20 Tilghman LesherConstify the result of a config retrieval function...
2006-09-20 Kevin P. Flemingmove ODBC API into ast_ namespace
2006-09-05 Tilghman LesherMissing field terminator
2006-08-31 Matt O'Gormaneverything that loads a config that needs a config...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-20 Tilghman LesherConvert func_odbc to use the prepare_and_execute callba...
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-27 Tilghman LesherShould use the named handle, not one hardcoded
2006-05-26 Mark SpencerLets not commit things that cause Asterisk to break...
2006-05-22 Tilghman LesherEscaping commas within fields isn't always desireable.
2006-05-16 Tilghman LesherArgument macro janitor for func_odbc, fixes #7171
2006-05-06 BJ Weschke Fix output delimiters and add prefix parameter to...
2006-04-24 Kevin P. FlemingThanks to the fine work of Russell Bryant and Dancho...
2006-04-18 Russell Bryantupdate res_odbc to support pooled connections
2006-04-14 Tilghman LesherCompatibility fixes for loader changes
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-11 Tilghman LesherBugs 6883, 6930: compiler warnings
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-02-23 Tilghman LesherSome sick individuals use SQL queries longer than 512...
2006-02-12 Kevin P. Flemingmajor dialplan functions update
2006-02-11 Kevin P. Flemingset standard properties on all non-binary files
2006-02-11 Kevin P. Flemingbuild function modules independently (no more pbx_funct...
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove useless checks of the result of ast_strdupa
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-27 Tilghman LesherAdd SQL_ESC to allow single ticks to be escaped
2005-12-21 Tilghman LesherBug 5055 - Simple SQL commands from the dialplan