Anthony Messina
|
9e1ff4488a
all: updated FSF address in GPL text
|
11 years ago |
Henning Westerholt
|
c867df9a62
doxygen: fix a bunch of errors in parser, db_mysql and xmlrpc modules
|
14 years ago |
Jason Penton
|
3298a44890
db_mysql: fixed build on Solaris
|
14 years ago |
Jan Janak
|
0e564bcd36
db_mysql: Fixes crash in libmysqlclient after connection reset.
|
14 years ago |
Daniel-Constantin Mierla
|
9c5da73226
mysql: include dprint.h
|
15 years ago |
Jan Janak
|
9bbb835a75
Changes necessary to make the module compile in the sip-router tree.
|
16 years ago |
Jan Janak
|
0af03a1d6a
- fixed a crash in mysql_stmt_fetch when the statement does not exist
|
17 years ago |
Jan Janak
|
3bbe2e8736
- mysql versions < 5.0 do not support MYSQL_DATA_TRUNCATED
|
17 years ago |
Jan Janak
|
a3c3408f9d
- buffer size increased to 1024
|
17 years ago |
Jan Janak
|
3df2afaa51
- support for 'last_id' getopt, which retrieves the unique id of the last
|
17 years ago |
Jan Janak
|
905f205ded
- Support for fetching all data to the client at once
|
17 years ago |
Jan Janak
|
569418281b
- check_result_columns renamed to check_result
|
17 years ago |
Jan Janak
|
03547cefbe
- better check of the return value of mysql_stmt_result_metadata
|
17 years ago |
Jan Janak
|
a201f9aee7
- reordered included header files for better detection of missing headers
|
17 years ago |
Nils Ohlmeier
|
9006064226
added non equal operator to DB API and mysql module
|
17 years ago |
Jan Janak
|
356e43fe98
- a couple of minor bug fixes backported from internal verion
|
17 years ago |
Jan Janak
|
ae322c06db
- dispose driver-specific driver properly on error
|
17 years ago |
Jan Janak
|
ea3fd384c2
- re-submit compiled queries to the server upon reconnect
|
18 years ago |
Libor Chocholaty
|
4ed9aa9ddf
updated update_params() to work with 3 sets of params
|
18 years ago |
Libor Chocholaty
|
1cfdcbfc0d
added common prefix 'mysql:' into INFOs
|
18 years ago |
Libor Chocholaty
|
904c3cfa03
more descriptive comments
|
18 years ago |
Libor Chocholaty
|
5650c8c780
removed forgotten abort() from error handler.
|
18 years ago |
Libor Chocholaty
|
1528972fab
Preparation for implementation of UPDATE db statement.
|
18 years ago |
Jan Janak
|
145a90df8a
- db_fld.v.str renamed to db_fld.v.lstr due to problems with g++
|
18 years ago |
Jan Janak
|
2cd3e836e9
- Support for raw sql queries
|
18 years ago |
Jan Janak
|
e55ca85d33
- wrong comment fixed
|
18 years ago |
Jan Janak
|
25bdcd1ff5
- fixed a couple of gcc warnings
|
18 years ago |
Jan Janak
|
4198a3a2f1
- mysql module updated to new db api
|
18 years ago |