log
graph
tags
branches
changeset
browse
file
diff
annotate
file log
raw
webmcp
log libraries/mondelefant/mondelefant_native.c
find changesets by author, revision, files, or words in the commit message
less
more
|
(0)
-15
tip
age
author
description
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
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
Replaced mondelefant_cleanup function with local cleanup code
2016-01-07
jbe
Added missing mondelefant_cleanup(conn) call for previous commit in __gc metamethod
less
more
|
(0)
-15
tip
Impressum / About Us