Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #10065 (#10260) | Arne Döring | 2019-01-14 | 1 | -4/+4 |
| | | | | CountTable now returns 0 instead of 'key not found' for get requests. | ||||
* | Rename mget to `[]` | def | 2015-03-31 | 1 | -0/+141 |
- In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string |