Anthony Messina
|
9e1ff4488a
all: updated FSF address in GPL text
|
11 years ago |
Daniel-Constantin Mierla
|
ca92959a87
lib/srdb1: extented DBv1 with async raw query and async insert
|
11 years ago |
Peter Dunkley
|
6c39a678a5
lib/srdb1: Added support for database row and table locking to SRDB1
|
13 years ago |
Anca Vamanu
|
f3ff581dbd
lib/srdb1 : put pooling constans into separate header file to reduce
|
13 years ago |
Peter Dunkley
|
aca1c20d91
lib/srdb1: Converted db_(begin|end|rollback) to proper DB API functions
|
13 years ago |
Peter Dunkley
|
6eb22c8da9
lib/srdb1: Cleaner implementation of non-pooled connections
|
13 years ago |
Peter Dunkley
|
b17945f760
lib/srdb1: Changed the creation of non-pooled DB connections from being URL based to function (C-code) based
|
13 years ago |
Peter Dunkley
|
5da9a4e773
lib/srdb1: Added db_begin()/db_commit()/db_rollback() wrapper functions
|
13 years ago |
Daniel-Constantin Mierla
|
061453b77e
lib/srdb1: updated DB API prototype for replace
|
13 years ago |
Daniel-Constantin Mierla
|
09c9abb0f7
lib/srdb1: helper functions to handle easier fetch capability
|
13 years ago |
Daniel-Constantin Mierla
|
86e28b0747
srdb1: added db_api_init() function
|
14 years ago |
Alex Hermann
|
26f2169a0a
lib/srdb1: Add support for affected rows.
|
14 years ago |
Daniel-Constantin Mierla
|
13e07c7875
srdb1: insert delayed support in DB API v1
|
14 years ago |
Henning Westerholt
|
a9b939d788
lib/srdb1 (k): add generic helper method for bulk data loading, e.g. for route infos
|
15 years ago |
Jan Janak
|
2d6bfb4614
Header file conditional macros renamed (DB_ -> DB1).
|
16 years ago |
Jan Janak
|
a33b9a87f6
Doxygen group renamed from db to db1.
|
16 years ago |
Jan Janak
|
7d14b0374c
Updated the value of \file doxygen tags.
|
16 years ago |
Jan Janak
|
20606ac1e4
Renamed db_res_t to db1_res_t in doxygen documentation.
|
16 years ago |
Jan Janak
|
13f9c1e6fe
Renamed db_res_t to db1_res_t to avoid conflicts with libsrdb2.
|
16 years ago |
Jan Janak
|
3561d314a5
Rename db_con_t to db1_con_t in doxygen documentation.
|
16 years ago |
Jan Janak
|
a5071c502c
Rename db_con_t to db1_con_t to avoid conflicts with libsrdb2.
|
16 years ago |
Henning Westerholt
|
a465a4ab11
- docs extension: explain fetch_result functionality better to prevent errors
|
17 years ago |
Henning Westerholt
|
d520eaf5e7
- change name in copyright headers
|
17 years ago |
Henning Westerholt
|
e4998f77b1
- some small doxygen error fixes
|
17 years ago |
Henning Westerholt
|
5b5a6333d9
- small doxygen updates (group, syntax), small docs update
|
17 years ago |
Henning Westerholt
|
875f5c9444
- fix database related doxygen errors
|
17 years ago |
Henning Westerholt
|
d162a81c32
- add db_check_table_version funtion to db API
|
17 years ago |
Daniel-Constantin Mierla
|
d6789309b6
- db_text module exports DB API via bind function
|
17 years ago |
Henning Westerholt
|
47c619ff67
further improvements of the database API:
|
17 years ago |
Henning Westerholt
|
25f17988b0
- port database interface (almost) complete from 'const char*' to 'str'
|
17 years ago |