webmcp

log

age author description
2016-01-12 jbe Bugfix regarding emergency memory cleanup (missing memory initialization)
2016-01-12 jbe Bugfix in mondelefant.connect{...}
2016-01-12 jbe Added downward-compatibility code for mondelefant.connect{engine='postgresql', ...} call
2016-01-12 jbe Fixed invalid key to next bug
2016-01-12 jbe Bugfix in mondelefant_atom_connector: Properly handle big numbers (integer and non-integer)
2016-01-09 jbe Removed excessive line
2016-01-09 jbe Renamed "columns" property to "_col"
2016-01-09 jbe Proxy table to directly access column-values of a database row (e.g. if document_column is set or for reserved method names)
2016-01-09 jbe Changed mondelefant_result_index C-function: lookup in _data table (regular columns) is done last; lookup in _data table is omitted if "document_column" attribute of class is set
2016-01-09 jbe Always write to document when "document_column" is set in class
2016-01-09 jbe Removed some line-breaks
2016-01-08 jbe Improved memory cleanup in case of out-of-memory errors (PQnotifies and PQunescapeBytea)
2016-01-07 jbe Updated Makefile.options to use pg_config binary and included /usr/include/lua5.2 (for Debian)
2016-01-07 jbe Replaced mondelefant_cleanup function with local cleanup code
2016-01-07 jbe Added missing mondelefant_cleanup(conn) call for previous commit in __gc metamethod
2016-01-07 jbe Hack to avoid cumulating memory leaks in case of (caught) out-of-memory errors
2016-01-06 jbe Some code-cleanup and fixed comments; Better behavior on out-of-memory errors in certain cases
2016-01-06 jbe Further fixes in mondelefant.connect{...} (including proper handling of garbage collection in case of memory allocation errors); Code cleanup (use luaL_setmetatable, which is available since Lua 5.2)
2016-01-06 jbe Updated year of copyright notice
2016-01-06 jbe Fixed syntax error in autodoc documentation of mondelefant.connect{...}
2016-01-06 jbe Updated mondelefant.connect{...} documentation
2016-01-06 jbe Do not require "engine" field to be set for mondelefant.connect{...}; Fixed bugs in mondelefant.connect{...} that could have crashed Lua; Shortened Lua registry key for mondelefant library
2016-01-04 jbe Quick fix to avoid problems on document creation
2016-01-04 jbe Bugfix in "document_column" write mechanism: write to document field when column does NOT exist
2016-01-03 jbe Bug in <db_handle>:try_query(...) fixed, which caused errors when result contains more than two columns (bug introduced by changeset fb98b17056e5)
2015-12-10 jbe Dropped compatibility code for Lua 5.1 (assume LUA_VERSION_NUM >= 502)
2015-12-10 jbe Improved error handling in mondelefant_native.c; Fixed bug in error handling when PQsendQuery returned 0
2015-12-09 jbe Use uservalues rather than ephemeron tables in mondelefant
2015-12-09 jbe Fixed error in autodoc documentation of <db_handle>:quote_binary(...)
2015-12-09 jbe Documentation of return values of <db_handle>:wait(...) call in case of error or timeout

Impressum / About Us