-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix lock() and lock_incr() to never timeout when timeout is not spe…
…cified or is nil - Bump version number to 3.0 since it is a breaking API change - Update tests to match this change - Update documentation to match this change - Deprecate `delete_tree()` in favour of `kill()`. Also deprecate delete_node() in favour of set(nil) - Update documentation and README to match this change - Fix dump() failure on Lua 5.1 when there are more than 30 lines to dump - Fix documentation error: lock timeout is a Number (float) not an Integer. No code change needed. - Improve lua-yottadb lock test as follows: - lock test is now much quicker (less annoying) since sub-second test timings are now possible using /proc/uptime - pressing ^C now interrupts test sleeps properly
- Loading branch information
1 parent
1ff87c2
commit be4ccf5
Showing
9 changed files
with
668 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.