1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 2 days ago.
Jul 15, 2025 — Jul 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added "total" test of db:aggregate() More... over 12 years ago
Updated LuaGlobal to have the capacity of loading Lua files when Mudlet is run within a OS X .app More... over 12 years ago
Merge pull request #3 from keneanung/master More... over 12 years ago
Changes to unittests for query_by_example() More changes according to comments in keneanung/mudlet-lua@5933961dad2a759001dadd4a388a3f674ad15a3a More... over 12 years ago
Incorporated some optimizations Changed some things according to Vadi's comments to commit keneanung/mudlet-lua@5933961dad2a759001dadd4a388a3f674ad15a3a More... over 12 years ago
Added db:query_by_example() This function will query for a prototype in a database. More... over 12 years ago
Added db:query_by_example unit tests The unittests currently only cover the basic operation and a very simple combined query. I am confident about the method, but if other often used screnarios are met, they should be added. More... over 12 years ago
Merge pull request #2 from keneanung/master More... over 12 years ago
Removed a FIXME mark More... over 12 years ago
Added column deletion on Db:create More... over 12 years ago
Added tests for deletion of columns on migration More... over 12 years ago
Foxed unittest 17 as it seems to busted on travis behaves differently to my version. But we don't check the rootpage for now anyways (for now). More... over 12 years ago
Fixed the usage of option values as columns. More... over 12 years ago
Added Unittests for correct application and filtering of options fo the database. More... over 12 years ago
- updated luasql to set the global explicitly in tests as well More... over 12 years ago
Added instructions for running and creating tests for mudlet-lua. More... over 12 years ago
- added Timestamp:set(timestamp) More... almost 13 years ago
- fixed copy/pasted wording of error messaging More... almost 13 years ago
- fixed Timestamp retrieval functions as they should not be compensating for time changes (this was fixed to be compensated for earlier, when the timestamp is generated) More... almost 13 years ago
- fixed db:update() corrupting timestamp values More... almost 13 years ago
- handle timestamp conversion better when invalid values are given More... almost 13 years ago
- fixed datetime:parse to return false on an invalid timestamp instead of erroring (as originally intended) More... almost 13 years ago
- improved table.contains not to error on being passed nil instead of a table More... almost 13 years ago
- fixed colour codes captured by the pattern not being injected into the output stream if the colour failed to match anything (fixes lp:1214837) More... almost 13 years ago
Timestamp functions now respect timestamps DST and UTC offset settings, instead of local time - as this the intended behaviour. More... almost 13 years ago
Applied the time differences to other timestamp functions More... almost 13 years ago
- fixed as_string reporting to report time in the local timezone as expected (thanks Jor'Mox) More... almost 13 years ago
- fixed db:eq to escape field names More... almost 13 years ago
- fixed loading inside Mudlet - added handling for a case of our SQL being wrong More... almost 13 years ago
improved tests to check db:'s status and not just rely on the functions erroring out, and added a new test More... almost 13 years ago