Commit Graph

172 Commits

Author SHA1 Message Date
tidwall 0b1a2df5f8 Updated dependencies 2020-10-27 08:55:29 -07:00
tidwall df8cd8d232 Updated Btree implementation 2020-10-27 05:44:48 -07:00
tidwall ba891d68e3 Updated Go version 2020-10-27 05:03:22 -07:00
tidwall 14666ffbfc Fix go test output 2020-10-26 16:32:22 -07:00
Josh Baker f413da4ba3
Merge pull request #60 from xmikus01/fix-typos
Fix typos
2020-01-27 08:14:42 -07:00
Petr Mikusek 3c8dd9070b Fix typos 2020-01-26 18:50:22 +01:00
Josh Baker 5a505994ed
Merge pull request #51 from alesvaupotic/master
WriteConfig should be SetConfig
2019-11-15 13:39:57 -07:00
tidwall eeb4b0a11d Remove deprecated warning 2019-11-15 13:27:37 -07:00
tidwall e1e78e6e9f Added Go modules 2019-11-15 13:04:12 -07:00
Aleš Vaupotič 055b17e34e
Merge pull request #1 from alesvaupotic/alesvaupotic-patch-setconfig
WriteConfig should be SetConfig
2019-10-01 19:39:49 +02:00
Aleš Vaupotič 1406b6a193
WriteConfig should be SetConfig
The leading text suggests use of SetConfig but code contains WriteConfig
2019-10-01 19:39:20 +02:00
Josh Baker 6249481c29
Update README.md 2018-05-03 09:43:07 -07:00
Josh Baker 847243a6cf
Fix code formatting 2018-05-03 09:42:12 -07:00
Josh Baker 75d89283d5 Added comment about Nearby dist param
closes #31
2018-04-30 04:50:00 -07:00
Josh Baker 6c62c87570
Update README.md 2018-04-30 04:40:01 -07:00
Josh Baker 5ea07edd0a Merge branch 'master' of https://github.com/quackingduck/buntdb into quackingduck-master 2018-04-30 04:27:06 -07:00
Josh Baker cd4f5a9b05 Merge branch 'dc0d-onexpiredsync-01' 2018-03-15 17:57:49 -07:00
dc0d 9962a94df0 adding OnExpiredSync callback 2018-03-04 12:00:42 +03:30
Josh Baker 2da7c10668
Update README.md 2018-01-12 16:41:09 -07:00
Josh Baker 0a064e7588 Nearby operation (kNN) 2018-01-12 16:38:11 -07:00
Myles Byrne e8211f89e6 Make indentation consistent 2017-11-28 12:07:28 -08:00
Myles Byrne 271124b361 Typo. I think 2017-11-28 11:53:46 -08:00
Myles Byrne 8c7c9dd49c Typo: name -> age 2017-11-28 11:47:27 -08:00
Myles Byrne 210a7b9c1f Whitespace and indentation 2017-11-28 11:44:29 -08:00
Myles Byrne ddd47a11c9 Typo 2017-11-28 11:38:51 -08:00
Myles Byrne a290e7e5a5 Trailing whitespace removed by editor 2017-11-28 11:37:21 -08:00
Josh Baker b67b1b8c16 Added AscendEqual and DescendEqual
AscendEqual and DescendEqual return only the items that equal
a specified value.

Closes #26
2017-08-24 07:40:00 -07:00
Josh Baker 83418750ee markdown formatting fix 2017-03-22 07:35:28 -07:00
Josh Baker a5a570e3c8 markdown formatting fix 2017-03-22 07:35:17 -07:00
Josh Baker 74dc10171b exported Begin/Commit/Rollback, fixes #16 2016-12-02 09:37:38 -07:00
Josh Baker 45a5b3e4d2 Merge pull request #17 from funkyboy/patch-1
Fix a typo
2016-11-27 05:34:12 -07:00
Cesare 38c8376b45 Fix a typo
Fix a typo
2016-11-16 11:05:59 +01:00
Josh Baker ea417217de Update README.md 2016-11-11 12:01:50 -07:00
Josh Baker 5dfaf014e9 Update README.md 2016-11-10 09:58:04 -07:00
Josh Baker 27d3577d74 added case-insensitive matching for indexes, fixes #14 2016-10-14 10:29:34 -07:00
Josh Baker 68706df6a5 go lint/vet fixes 2016-10-06 11:32:22 -07:00
Josh Baker be5b9f115e added grect lib 2016-10-06 07:16:32 -07:00
Josh Baker 6dbb18799b updated buffer writing 2016-10-02 07:14:14 -07:00
Josh Baker f6366c8b4b custom expired config event 2016-09-30 16:59:57 -07:00
Josh Baker 454b94d04a transactional indexes 2016-09-29 15:54:51 -07:00
Josh Baker 6cd540fffb added GetLess and GetRect tx functions 2016-09-05 14:29:50 -07:00
Josh Baker 301cfc2ead more comments 2016-09-03 12:25:30 -07:00
Josh Baker 813541b8cb json collation 2016-09-03 11:00:34 -07:00
Josh Baker c3fbd8b1d2 more tests 2016-09-03 10:14:09 -07:00
Josh Baker 070a433b9e Talk about Collation 2016-09-02 19:49:05 -07:00
Josh Baker b559e28540 added DeleteAll function 2016-09-02 19:19:17 -07:00
Josh Baker d570a6fba9 Return error when mutating during iteration. Fixes #12 2016-09-02 10:05:14 -07:00
Josh Baker 2d071d5cbe replace indexes 2016-09-02 06:19:50 -07:00
Josh Baker 7cc7ccf899 key pattern iteration 2016-08-30 11:58:39 -07:00
Josh Baker 74368e4f86 import match package 2016-08-30 07:21:50 -07:00