webmcp

log libraries/mondelefant/mondelefant.lua

age author description
2020-02-10 jbe Support for BYTEA data type in models
2019-10-19 jbe Further bugfixes regarding 1:1 references
2019-10-19 jbe Bugfix regarding 1:1 relations: allow setting one class as primary class (needed to avoid endless recursion in foreign key lookups)
2019-10-19 jbe Use <db_class>:get_reference(...) instead of <db_class>.references[...]
2018-03-12 jbe Avoid including duplicate IDs when fetching referenced records
2017-08-21 jbe Further improvements to WebMCP documentation
2016-11-07 jbe Keep upsert mode after saving
2016-11-07 jbe Minor efficiency enhancement in <db_object>:try_save() method
2016-11-07 jbe Code cleanup for UPSERT code
2016-11-07 jbe Work on UPSERT support for mondelefant
2016-09-10 bsw Bugfix in try_destroy function regarding primary keys in JSON documents
2016-01-20 jbe Another change to make <db_object>:try_save() work properly with "document_column"
2016-01-20 jbe Make <db_object>:try_save() work properly with "document_column" being set (by using "_col" proxy)
2016-01-12 jbe Added downward-compatibility code for mondelefant.connect{engine='postgresql', ...} call
2015-11-14 jbe Allow direct (proxy) access to fields of JSON object in a special column (set in the model) (write access not implemented yet)
2015-11-14 jbe Proper support for mutable data types (JSON objects/arrays) in table columns
2015-11-14 jbe Support for primary keys in JSON documents (fixes mistake with extra parenthesis in RETURN clause)
2015-08-05 jbe Reverted previous changeset (6ad9f6113c52, Support for primary keys in JSON documents)
2015-05-22 jbe Support for primary keys in JSON documents
2015-03-26 jbe Fixed two tiny errors in autodoc comments in mondelefant
2012-04-17 jbe Bugfix regarding compatibility with Lua 5.2:
2012-04-15 jbe Compatibility with Lua 5.2
2011-12-18 jbe Bugfix in <db_selector>:add_from(...) and <db_selector>:left_join(...)
2011-06-10 jbe class_prototype.object:try_save() can create rows with DEFAULT VALUES
2010-10-16 jbe Added method <db_selector>:add_with(...) to create queries WITH RECURSIVE
2010-07-08 jbe Added missing autodoc end tag in mondelefant.luav1.1.1
2010-06-04 jbe Code cleanup and documentation added; Year in copyright notice changed to 2009-2010
2010-01-22 jbe/bsw Version 1.0.6v1.0.6
2009-12-25 jbe/bsw Version 1.0.4v1.0.4
2009-10-25 jbe/bsw Version 1.0.0v1.0.0

Impressum / About Us