Commit Graph

  • 30aac69509 Merge pull request #140 from timshannon/issue139 master Tim Shannon 2024-03-14 14:40:03 -05:00
  • 9e67def9bb Added missing key handling in sort queries Tim Shannon 2024-03-14 14:31:41 -05:00
  • dca5178aa6 Merge pull request #138 from timshannon/issue137 Tim Shannon 2023-11-29 13:29:44 -06:00
  • 2059b1c547 Updated build to use latest go issue137 Tim Shannon 2023-11-29 13:23:59 -06:00
  • 242710e2f7 Updated dependencies Tim Shannon 2023-11-29 11:51:15 -06:00
  • dfe857eff1 Fixes issue #137 Tim Shannon 2023-11-29 11:48:21 -06:00
  • 232392fc8a Merge pull request #132 from NV4RE/feature/fix-readme Tim Shannon 2021-09-13 11:54:10 -05:00
  • b9fe7c05ac Fix typo NV4RE 2021-09-13 23:39:10 +07:00
  • 99429b3df2 Merge pull request #131 from timshannon/issue130-nested-aggregate-fields Tim Shannon 2021-09-07 10:59:43 -05:00
  • 1d5cf74d06 Added nested field support for Aggregate queries Tim Shannon 2021-09-06 19:48:05 -05:00
  • 64fab00db4 Added empty query example to README Tim Shannon 2021-08-12 10:36:58 -05:00
  • 21d58def97 Merge pull request #129 from timshannon/issue122 Tim Shannon 2021-07-14 14:59:57 -05:00
  • c8d4a6c3c2 Updated README for Unique constraints Tim Shannon 2021-07-14 14:55:15 -05:00
  • fe33af2d8b Added support for unique indexes / constraints Tim Shannon 2021-07-14 14:51:07 -05:00
  • bae5ad8b63 Added handling for unique constraints Tim Shannon 2021-07-14 11:27:21 -05:00
  • a7d22947eb Tried to repro issue126 with no luck issue126 Tim Shannon 2021-07-13 15:48:04 -05:00
  • e42e3b0f01 Updated build status tag Tim Shannon 2021-07-13 14:52:04 -05:00
  • 27f8f896dc Move to github actions Tim Shannon 2021-07-13 14:29:00 -05:00
  • 0b3766cda4 Merge pull request #128 from timshannon/modfile-and-actions Tim Shannon 2021-07-13 14:19:14 -05:00
  • 3277d03c24 Removed travis file for the move to github actions Tim Shannon 2021-07-13 14:18:04 -05:00
  • 2a3ca697e4 Added go mod / sum files Tim Shannon 2021-07-13 13:49:58 -05:00
  • 4a25ab1406 Merge pull request #119 from Joshua-Wright/foreach-query-key Tim Shannon 2020-08-17 08:02:12 -05:00
  • 8dfa0b60db add setting key value in struct for ForEach queries Josh 2020-08-15 15:27:55 -05:00
  • 010bd25d1a Merge pull request #118 from timshannon/issue115 Tim Shannon 2020-08-12 13:41:33 -05:00
  • 8006f3e224 Ensured put and delete deal with non-pointers Tim Shannon 2020-08-12 13:37:17 -05:00
  • b8da80e378 Merge pull request #117 from timshannon/issue116 Tim Shannon 2020-08-12 09:52:37 -05:00
  • 29bdf9067c Handle deleting already deleted records properly Tim Shannon 2020-08-12 09:46:48 -05:00
  • 3be86da07f Merge pull request #114 from Wolveix/master Tim Shannon 2020-07-21 16:42:30 -05:00
  • 82952992c0 Cleanup + Fix s.Find Example Robert Thomas 2020-07-21 22:31:05 +01:00
  • 0bc7c26a7c Update README.md Tim Shannon 2020-07-16 08:04:39 -05:00
  • a94e23624d bench results 106-better-index-handling Tim Shannon 2020-06-02 23:23:30 -05:00
  • 2329475781 First pass on better index handling Tim Shannon 2020-06-02 23:21:49 -05:00
  • fa67e4fbfb Merge pull request #112 from timshannon/107-iterator-seeking Tim Shannon 2020-06-03 12:02:22 -05:00
  • eb7af18083 Added seeking back in Tim Shannon 2020-06-02 18:01:59 -05:00
  • e6272b6f8b Added back seek cursor func Tim Shannon 2020-06-02 17:16:14 -05:00
  • dc44bebf3b Merge pull request #109 from timshannon/108-empty-queries Tim Shannon 2020-04-27 15:17:21 -05:00
  • b1b5e2d95f Better query building support Tim Shannon 2020-04-26 10:43:56 -05:00
  • 0e8c0be6fd Merge pull request #104 from timshannon/103-reflect-panic-non-struct-type Tim Shannon 2020-04-20 10:02:17 -05:00
  • 00487bc11e Loop type in Get until non-pointer Tim Shannon 2020-04-19 09:51:55 -05:00
  • dc30e2b2f9 README typo fix Tim Shannon 2020-03-16 18:13:44 -05:00
  • 8bf37cddd3 Changed Issue 100 test to better reflect example Tim Shannon 2020-03-17 10:09:48 -05:00
  • 3d5d2570d3 Merge pull request #102 from timshannon/100-more-anon-struct-issues Tim Shannon 2020-03-16 15:44:29 -05:00
  • 4de836e130 Better Nested Field query handling Tim Shannon 2020-03-15 15:26:28 -05:00
  • 7be3f3bd40 Merge pull request #99 from timshannon/98-anon-struct-index-issue Tim Shannon 2020-03-10 10:44:30 -05:00
  • d9494a0c42 Added HasKey to README Tim Shannon 2020-03-09 19:37:20 -05:00
  • 156dd67487 Added tests for nested anon structs Tim Shannon 2020-03-09 19:31:50 -05:00
  • eb67194058 Handle Anon structs recursively Tim Shannon 2020-03-09 19:04:00 -05:00
  • 09aaf76b2c Merge pull request #97 from timshannon/94-nil-anon-embedded-structs Tim Shannon 2020-03-07 21:43:58 -06:00
  • 19c38623c9 Handle nil-anon-structs Tim Shannon 2020-03-07 21:37:52 -06:00
  • 0ac74f717c Merge pull request #95 from ftKnox/ftKnox-patch-add-haskey-query-operator Tim Shannon 2020-03-07 19:45:08 -06:00
  • 93de1656bd Added tests for HasKey Tim Shannon 2020-03-07 19:42:58 -06:00
  • e22a3e49fb add support for matching against map keys ftKnox 2020-03-07 12:32:40 -07:00
  • 5752620a36 Merge pull request #92 from timshannon/90-nest-struct-indexes Tim Shannon 2020-03-05 15:20:03 -06:00
  • 1a3100aa30 Handle anonymous structs when indexing Tim Shannon 2020-03-05 00:00:09 -06:00
  • 496233cdb9 Merge pull request #91 from timshannon/89-empty-store-reindex Tim Shannon 2020-03-05 11:40:49 -06:00
  • 2fe28fa2c5 Fixed panic on empty store reindex Tim Shannon 2020-03-04 20:18:08 -06:00
  • bf6268f136 Merge pull request #88 from timshannon/87-slice-index-bug Tim Shannon 2020-02-24 11:48:33 -06:00
  • 316a8ff754 Fix issue with slice index pointers Tim Shannon 2020-02-23 12:37:53 -06:00
  • dc61a1d636 Merge pull request #86 from timshannon/85-slice-index-bug Tim Shannon 2020-02-20 09:42:32 -06:00
  • 6971b34cbc Correct sliced index comparisons Tim Shannon 2020-02-19 18:33:31 -06:00
  • 8be69b1994 Merge pull request #83 from timshannon/82-slice-indexes Tim Shannon 2020-02-12 10:32:17 -06:00
  • e8680b9303 Updated reindex to account for slice indexes Tim Shannon 2020-02-11 19:29:51 -06:00
  • 961fa49cb8 Got slice indexes working Tim Shannon 2020-02-11 18:02:43 -06:00
  • fa5965296a Started on slice index handling Tim Shannon 2020-02-10 22:45:57 -06:00
  • 98b9108ee0 Added failing test to prove index slice doesn't work Tim Shannon 2020-02-10 21:26:09 -06:00
  • cd019dfd92 Merge pull request #80 from timshannon/79-export-bucket-source Tim Shannon 2020-01-28 09:38:10 -06:00
  • 4ed33642d0 Exported BucketSource interface Tim Shannon 2020-01-27 17:35:41 -06:00
  • 59576e1e7b Merge pull request #77 from timshannon/get-key-issue Tim Shannon 2019-12-12 14:43:44 -06:00
  • f70184f10c Changed to decode key value on Get Tim Shannon 2019-12-11 17:07:47 -06:00
  • 4f121e80e8 Started on adding key-handling for Get Tim Shannon 2019-12-11 00:05:16 -06:00
  • e403087160 Merge pull request #75 from timshannon/for-each Tim Shannon 2019-12-05 14:02:12 -06:00
  • e8f2418a42 Added test for ForEachInBucket Tim Shannon 2019-12-04 22:52:33 -06:00
  • 317fe3adb6 Updated travis to use latest go version Tim Shannon 2019-12-04 22:42:46 -06:00
  • a53f8aec20 Changed forEach to remove dataType requirement Tim Shannon 2019-12-04 22:35:34 -06:00
  • 50b4185f52 Added forEach Tim Shannon 2019-12-04 20:40:17 -06:00
  • ccb01ed9de Merge pull request #72 from timshannon/71-nested-bucket-support Tim Shannon 2019-10-09 11:11:17 -05:00
  • a87043d41a Added more tests to bump coverage Tim Shannon 2019-10-08 17:21:03 -05:00
  • 48bb440c28 Small change to get Tim Shannon 2019-10-08 18:21:56 -05:00
  • 002ffc2a1d Added bucket tests Tim Shannon 2019-10-08 18:14:12 -05:00
  • 777b58fdec 2nd try on nested bucket support Tim Shannon 2019-10-07 22:58:43 -05:00
  • a85bcc049a Merge pull request #70 from timshannon/67-seek-cursor-fix Tim Shannon 2019-08-12 11:55:41 -05:00
  • ccc782476d Removed global encode/decode func; added to store Tim Shannon 2019-08-12 11:43:35 -05:00
  • 322df21f30 Removed SeekCusor Tim Shannon 2019-08-12 11:15:04 -05:00
  • b73eaf0ecf Fixed confusing package alias in Slice example Tim Shannon 2019-07-15 13:59:03 -05:00
  • d159b3c4f9 Merge pull request #63 from timshannon/60-query-nested-slices Tim Shannon 2019-07-15 13:55:29 -05:00
  • ff57becc22 Added slice criteria Tim Shannon 2019-07-14 14:26:35 -05:00
  • aa134f742c Merge pull request #58 from timshannon/54-FindOne Tim Shannon 2019-06-26 11:26:37 -05:00
  • 9032360dfb Added some additional tests for coverage Tim Shannon 2019-06-25 19:51:19 -05:00
  • d0153b99a9 Added FindOne support for returning a single struct Tim Shannon 2019-06-25 19:41:00 -05:00
  • d4bc1a99a5 Merge pull request #57 from timshannon/55-count Tim Shannon 2019-06-26 09:22:11 -05:00
  • 42f632a01d Updated README with Count example Tim Shannon 2019-06-25 17:50:25 -05:00
  • 60e5be1db6 Count Queries and tests Tim Shannon 2019-06-25 17:47:00 -05:00
  • 3711e53b15 Merge pull request #53 from timshannon/49-match-func-updates Tim Shannon 2019-06-24 14:31:41 -05:00
  • 12b8e5c16c Updated README Tim Shannon 2019-06-23 22:20:20 -05:00
  • b476defbde Changed MatchFunc to accept custom types Tim Shannon 2019-06-23 22:17:17 -05:00
  • eba3339f2f Updated README to include Not() operator Tim Shannon 2019-06-23 19:10:49 -05:00
  • c623b02cc8 Merge pull request #52 from timshannon/51-NOT-query-modifier Tim Shannon 2019-06-24 11:14:06 -05:00
  • e52bb1c20b Added Not() criterion modifier Tim Shannon 2019-06-23 19:01:51 -05:00
  • eed35b7556 Merge pull request #44 from timshannon/issue43-nested_pointers Tim Shannon 2019-03-15 10:29:03 -05:00
  • b840bf0e18 Fixed issue where key values can be in pointer structs Tim Shannon 2019-03-14 17:55:29 -05:00