webmcp
log
| age | author | description |
|---|---|---|
| 2016-01-14 | jbe | Decode some JSON numbers (those without decimal point or exponential notation) as Lua integers |
| 2016-01-14 | jbe | Lua 5.3 compatibility: do not use luaL_checkint |
| 2016-01-12 | jbe | Stack traceback for "coro" (initializers/finalizers) |
| 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-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) |