| align with changes in *Sz API. |
|
More...
|
almost 4 years ago
|
| Merged in master (pull request #1) |
|
More...
|
almost 4 years ago
|
| Provide string representation of default value to Ns_ConfigMemUnitRange. |
|
More...
|
almost 4 years ago
|
| improve spelling |
|
More...
|
about 5 years ago
|
| - fixed bug in "dbi_0or1row" and "dbi_1row", return an error even when just one row was returned (many thanks to Siqsuruq for reporting) - added support time units for configuration parameters "timeout", "maxidle" and "maxopen" - added support memory units for "cachesize" |
|
More...
|
about 5 years ago
|
| improve spelling |
|
More...
|
over 6 years ago
|
| clean compilation warnings, don't shadow variables |
|
More...
|
over 6 years ago
|
| README edited online with Bitbucket |
|
More...
|
over 7 years ago
|
| README edited online with Bitbucket |
|
More...
|
over 7 years ago
|
| README edited online with Bitbucket |
|
More...
|
over 7 years ago
|
| Improve README and sample config file |
|
More...
|
over 7 years ago
|
| improve spelling |
|
More...
|
over 7 years ago
|
| fix typos |
|
More...
|
about 8 years ago
|
| fix typos |
|
More...
|
about 8 years ago
|
| - don't pass NULL after the last typed argument to a variadic function - protect against overflow - add const declarations - align prototypes with function definitions |
|
More...
|
over 8 years ago
|
| fix initialization order |
|
More...
|
over 8 years ago
|
| provide compatibility with Tcl 8.7.2 |
|
More...
|
over 8 years ago
|
| Replace calls to decpreacted function Tcl_DStringTrunc() by Tcl_DStringSetLength() |
|
More...
|
almost 9 years ago
|
| - Removed NULL after the last typed argument to a variadic function - Reduced variable scopes - Added NS_NONNULL_ASSERT |
|
More...
|
over 10 years ago
|
| - make compilation more clean (avoid cast from function pointer -> void pointer -> function pointer) - adjust to protoypes |
|
More...
|
over 11 years ago
|
| - adjust to recent changes on NaviServer tip |
|
More...
|
over 11 years ago
|
| - removed dbi_foreach - added regression tests for output formats - updated documentation |
|
More...
|
over 12 years ago
|
| - added dbi_convert to convert a flat result list + a column vector into various formats - added "dict", "lists" to the output formats of dbi_rows and dbi_convert - renamed the former "dicts" to "avlists" and implemented a true "dicts" that creates a list of dict-objs - optimized output structures to share common objects (e.g. column names) |
|
More...
|
over 12 years ago
|
| Added numRowsHint to Dbi_Handle to let low-level driver report back the number of affected rows in a DML command |
|
More...
|
over 12 years ago
|
| - aligned name of tcl option with internal variable names - improve error messages when bind variables are passed as array - added "dbi_foreach", which implements a foreach-like break-able loop over the tuples - extend regression test |
|
More...
|
over 12 years ago
|
| - added "-result flat|sets|dicts?" to dbi_rows to specify output format - added "dict" to allowed option values in "-bind" (allowed are array|set|dict?) - added the option "-autonull" to the options applicable to all queries. This option automatically converts missing bind variables as null values in the SQL statement - extended regression test - updated documentation |
|
More...
|
over 12 years ago
|
| report empty substitution values back as empty elements |
|
More...
|
over 12 years ago
|
| improve debug output |
|
More...
|
over 12 years ago
|
| - fixed comment and switched back to previous expression, since the change led to the same problem on yet another gcc version |
|
More...
|
over 12 years ago
|
| - silence compilation when compiled without assertions |
|
More...
|
over 12 years ago
|