webmcp

log libraries/mondelefant/mondelefant_native.c

age author description
2021-02-05 jbe Removed if-clause when initializing file descriptor set to avoid compiler warning for mondelefant_conn_try_wait
2021-02-05 jbe Removed unused pointer for database connection to avoid compiler warning
2019-10-21 jbe Basic support for database array types (integers and strings)
2019-10-19 jbe Further bugfixes regarding 1:1 references
2019-10-19 jbe Fixed wrong use of logical-or operator introduced in previous commits
2019-10-19 jbe Added missing lua_settop(L, 6) in previous commit
2019-10-19 jbe Fix handling when setting 1:1 referenced objects
2017-05-28 jbe Provide "__tostring" meta-method for database error objects
2016-02-09 jbe Allow <db_handle>:create_list(...) to create a non-empty list by passing a table as argument (needed for references)
2016-01-20 jbe Methods :create_object() and :create_list() ignore any additional table argument; "_class" attribute is always set; "_col" proxy respects foreign keys
2016-01-12 jbe Fixed bug which was introduced during code-cleanup of <db_handle>:quote_string(...) function
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

Impressum / About Us