| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This allows e.g. mapping booleans to "yes" or "no", specific number
formatting or generating virtual columns. All while not mutating the
underlying data or creating additional temporary tables.
|
| |
|
|
|
|
| |
For compat with Lua 5.2 and before
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
string
|
| |
|
| |
|
|
|
|
|
| |
Primarily because the next commit will deal with math.log behaving
differently on Lua 5.1 and that's eaiser with locals.
|
| |
|
| |
|
| |
|
|
|