aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-11Deallocate database connection handle on disconnect, as we allocate anothertilghman1-3/+14
2008-01-23Oops, should have checked for a NULL obj, here, tootilghman1-1/+1
2008-01-21Permit the user to specify number of seconds that a connection may remain idle,tilghman1-5/+20
2008-01-12Add a connection timeout attribute, as that was what was intended with thetilghman1-0/+1
2007-11-25We previously attempted to use the ESCAPE clause to set the escape delimiter totilghman1-2/+18
2007-11-05Don't check used pooled connections for connection status, as it will cause i...tilghman1-1/+1
2007-08-11Ensure the connection gets marked as used at allocation time (closes issue #1...tilghman1-2/+10
2007-08-07Don't free the environment handle when the connection fails, because other co...tilghman1-3/+0
2007-07-27Missing newlinetilghman1-1/+1
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell1-0/+1
2007-03-28Another crash that I thought we had fixed already - Issue 9396tilghman1-1/+1
2007-03-08Fix segfault (Issue 9236)tilghman1-1/+1
2007-01-30Don't play with free()'d pointerspcadach1-2/+4
2006-11-13Merged revisions 47525 via svnmerge from tilghman1-0/+1
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-8/+3
2006-09-21Twould help if we actually documented how the new features in res_odbc actual...tilghman1-1/+2
2006-09-20move ODBC API into ast_ namespacekpfleming1-10/+10
2006-09-18merge qwell's CLI verbification workkpfleming1-22/+29
2006-08-31everything that loads a config that needs a config file to runmogorman1-71/+74
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+8
2006-08-20Convert func_odbc to use the prepare_and_execute callback, which helps with a...tilghman1-0/+4
2006-06-15ast_calloc() already reports OOM conditionstilghman1-4/+0
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-1/+4
2006-04-18update res_odbc to support pooled connectionsrussell1-327/+397
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-02Fix for very unlikely memory leak in res_odbcmattf1-19/+21
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-09issue #5563kpfleming1-6/+71
2005-11-08issue #5650kpfleming1-0/+1
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...kpfleming1-7/+1
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+4
2005-10-13fix typo in function name (issue #5437)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-1/+18
2005-09-02eliminate compiler warning (issue #5094)kpfleming1-2/+2
2005-07-10more ast_copy_string conversionsrussell1-1/+1
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming1-2/+2
2005-06-06more file version tagskpfleming1-3/+8
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-03-23Merge Russell's formatting patch (bug #3838)markster1-2/+2
2005-02-17Merge anthm's ODBC sanity check fix (bug #3529)markster1-16/+103
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-2/+2
2005-01-07ODBC CLI improvements (bug #3220)markster1-32/+73
2004-10-31Misc code fixes (bug #2762)markster1-0/+1
2004-10-23More memory checkscitats1-4/+8