Tilghman Lesher
|
259a4f26f0
ODBC transaction support
|
il y a 15 ans |
Tilghman Lesher
|
9a1a7ea698
Add assertions in the quest to track down a refcount leak.
|
il y a 15 ans |
Kevin P. Fleming
|
8aa194630f
ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odbc API and just happens to use an ast_str as the buffer; move all of it to res_odbc.c and res_odbc.h, renaming appropriately
|
il y a 16 ans |
Kevin P. Fleming
|
3e1ffa5935
remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB logic that includes copying the relevant LIB and INCLUDE data from either UnixODBC or iODBC, based on which was found; if both were found, prefer UnixODBC
|
il y a 16 ans |
Tilghman Lesher
|
394ffd8d2f
Merge ast_str_opaque branch (discontinue usage of ast_str internals)
|
il y a 16 ans |
Eliel C. Sardanons
|
e52a072999
Avoid allocating memory for a thread that don't need it. Also, this memory was not being freed until the
|
il y a 16 ans |
Tilghman Lesher
|
7e100245ff
Two bugs relating to colnames found by Marquis42 on #asterisk-dev
|
il y a 16 ans |
Kevin P. Fleming
|
d6776c503f
improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met
|
il y a 16 ans |
Tilghman Lesher
|
89f0fba94c
Should have passed the string pointer, not the ast_str structure.
|
il y a 16 ans |
Kevin P. Fleming
|
1fdd7c85b6
bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
|
il y a 16 ans |
Russell Bryant
|
38a3fa4b39
Merge changes from team/group/appdocsxml
|
il y a 16 ans |
Tilghman Lesher
|
b44312cd08
Failover for func_odbc, allowing an INSERT query to be performed when the UPDATE query initially
|
il y a 16 ans |
Terry Wilson
|
5ca03dc2af
allow to compile under --enable-dev-mode (gcc didn't actually complain when I was using ccache...)
|
il y a 16 ans |
Tilghman Lesher
|
2134ec6772
Simplify some nested functions, as suggested by Russell on -dev
|
il y a 16 ans |
Tilghman Lesher
|
e02afed013
Added debugging CLI functions
|
il y a 16 ans |
Tilghman Lesher
|
90e15b4e1d
Permit data fields to contain more than 255 characters.
|
il y a 16 ans |
Tilghman Lesher
|
b6766fc285
Only set buf to blank before the goto.
|
il y a 16 ans |
Michiel van Baak
|
b331098406
All ODBC parts can now use either unixodbc or iodbc.
|
il y a 16 ans |
Tilghman Lesher
|
1b56229103
Merged revisions 146799 via svnmerge from
|
il y a 16 ans |
Tilghman Lesher
|
289546f18e
Permit the syntax and synopsis fields to be set (for func_odbc).
|
il y a 16 ans |
Tilghman Lesher
|
494f40bad2
Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
|
il y a 16 ans |
Sean Bright
|
4cc72418c0
Continue merging in changes from resolve-shadow-warnings. funcs/ this time.
|
il y a 16 ans |
Tilghman Lesher
|
9bdffb3ac8
Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes. Also,
|
il y a 16 ans |
Kevin P. Fleming
|
699281531c
make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions
|
il y a 16 ans |
Tilghman Lesher
|
a6753d9df4
Merged revisions 106552 via svnmerge from
|
il y a 16 ans |
Tilghman Lesher
|
a3a17c9d42
Use the readhandle for reads (closes issue #12069)
|
il y a 16 ans |
Tilghman Lesher
|
8b269faf79
Convert func_odbc to use SQLExecDirect for speed
|
il y a 17 ans |
Mark Michelson
|
5cbad210c8
Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_APP_ARGS(foo, bar)
|
il y a 17 ans |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
il y a 17 ans |
Luigi Rizzo
|
dcb25c2a5c
another bunch of include removals (errno.h and asterisk/logger.h)
|
il y a 17 ans |