3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
May 14, 2025 — May 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
align with changes in *Sz API.
gustafn
as Gustaf Neumann
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
gustafn
as Gustaf Neumann
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"
gustafn
as Gustaf Neumann
More... about 5 years ago
improve spelling
gustafn
as Gustaf Neumann
More... over 6 years ago
clean compilation warnings, don't shadow variables
gustafn
as Gustaf Neumann
More... over 6 years ago
README edited online with Bitbucket
gustafn
as Gustaf Neumann
More... over 7 years ago
README edited online with Bitbucket
gustafn
as Gustaf Neumann
More... over 7 years ago
README edited online with Bitbucket
gustafn
as Gustaf Neumann
More... over 7 years ago
Improve README and sample config file
gustafn
as Gustaf Neumann
More... over 7 years ago
improve spelling
gustafn
as Gustaf Neumann
More... over 7 years ago
fix typos
gustafn
as Gustaf Neumann
More... about 8 years ago
fix typos
gustafn
as Gustaf Neumann
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
gustafn
as Gustaf Neumann
More... over 8 years ago
fix initialization order
gustafn
as Gustaf Neumann
More... over 8 years ago
provide compatibility with Tcl 8.7.2
gustafn
as Gustaf Neumann
More... over 8 years ago
Replace calls to decpreacted function Tcl_DStringTrunc() by Tcl_DStringSetLength()
gustafn
as Gustaf Neumann
More... almost 9 years ago
- Removed NULL after the last typed argument to a variadic function - Reduced variable scopes - Added NS_NONNULL_ASSERT
gustafn
as Gustaf Neumann
More... over 10 years ago
- make compilation more clean (avoid cast from function pointer -> void pointer -> function pointer) - adjust to protoypes
gustafn
as Gustaf Neumann
More... over 11 years ago
- adjust to recent changes on NaviServer tip
gustafn
as Gustaf Neumann
More... over 11 years ago
- removed dbi_foreach - added regression tests for output formats - updated documentation
gustafn
as Gustaf Neumann
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)
gustafn
as Gustaf Neumann
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
gustafn
as Gustaf Neumann
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
gustafn
as Gustaf Neumann
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
gustafn
as Gustaf Neumann
More... over 12 years ago
report empty substitution values back as empty elements
gustafn
as Gustaf Neumann
More... over 12 years ago
improve debug output
gustafn
as Gustaf Neumann
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
gustafn
as Gustaf Neumann
More... over 12 years ago
- silence compilation when compiled without assertions
gustafn
as Gustaf Neumann
More... over 12 years ago