1773 Commits (4a14c98e1a1f5c768f58f9ae1446a6f38b67f1b4)
 

Author SHA1 Message Date
Ziyang Hu 4a14c98e1a Implements IntoIterator as suggested https://github.com/cozodb/cozo/issues/207 10 months ago
Ziyang Hu 890d2c016e dependencies update 10 months ago
Ziyang Hu 439c8d7496 Merge branch 'main' of https://github.com/cozodb/cozo 10 months ago
Ziyang Hu 7cb996bdcb update RocksDB version https://github.com/cozodb/cozo/issues/205 10 months ago
Ziyang Hu 8f36bb8cf3
make `eval_to_const` public https://github.com/cozodb/cozo/issues/162 11 months ago
Ziyang Hu f79c9b1c15
Merge pull request #190 from michaelsbradleyjr/lib_c_immutable_query
update doc comments for cozo_run_query
11 months ago
github-actions[bot] ae9771cdcf
@michaelsbradleyjr has signed the CLA in cozodb/cozo#190 12 months ago
Michael Bradley, Jr. 02afa95240
update doc comments for cozo_run_query 12 months ago
Michael Bradley, Jr. a40340a098
consistency for database ID parameter 12 months ago
Ziyang Hu 38b09b3c0c Merge branch 'main' of https://github.com/cozodb/cozo 1 year ago
Ziyang Hu 42b92a5952 lockfile 1 year ago
Ziyang Hu b32bed8ab8 version bump 1 year ago
Ziyang Hu 63eb511efc
Merge pull request #180 from Mr-Dispatch/main
Update README.md - We can has Smalltalk ;-)
1 year ago
Ziyang Hu ab399ba28b Merge branch 'main' of https://github.com/cozodb/cozo 1 year ago
Ziyang Hu 73e224b2a6 bump rocksdb version 1 year ago
Ziyang Hu 07c92bc350 update lockfile 1 year ago
Mr-Dispatch f1b0e57b26
Update README.md - We can has Smalltalk ;-) 1 year ago
Ziyang Hu 75b012bab8 fix Yen K-shortest when there are not enough shortest paths https://github.com/cozodb/cozo/issues/166 1 year ago
Ziyang Hu febf96e4b9
Merge pull request #164 from CrowdHailer/patch-1
make examples execute in order
1 year ago
github-actions[bot] 4dd1276ccd
@CrowdHailer has signed the CLA in cozodb/cozo#164 1 year ago
Peter Saxton 93d7fdf38d
make examples execute in order 1 year ago
Ziyang Hu 2d5a3c927a
Merge pull request #145 from turnerdev/patch-lib-c-example
Missing `immutable_query` arg in lib-c example
1 year ago
Ziyang Hu cec5e1cd48
Merge pull request #151 from pegesund/patch-1
Update README.md with link to Lisp api
1 year ago
github-actions[bot] 5a5d60d6ec
@pegesund has signed the CLA in cozodb/cozo#151 1 year ago
Petter Egesund 53813738a7
Update README.md
Added link to Lisp api
1 year ago
github-actions[bot] 214c6e6efc
@turnerdev has signed the CLA in cozodb/cozo#145 1 year ago
Chris 4845cbae6a add missing immutable_query arg in example.c 1 year ago
Ziyang Hu d3c1cde97a fix https://github.com/cozodb/cozo/issues/143 1 year ago
Ziyang Hu 5753cf5e4d update dependencies 1 year ago
Ziyang Hu 684dacaeb9 bump deps version 1 year ago
Ziyang Hu 23600e11ac fix wrong check order 1 year ago
Ziyang Hu 26c6872435 Merge branch 'dev' of https://github.com/cozodb/cozo into dev 1 year ago
Ziyang Hu f8deba4ce0 fixes spurious corrupted index error https://github.com/cozodb/cozo/issues/140 1 year ago
Ziyang Hu bb1ce3e57a more testing for prefix scanning 1 year ago
Ziyang Hu 84bba86024 Merge branch 'dev' of gitee.com:cozodb/cozo into dev 1 year ago
Ziyang Hu 587b369c1a fix missing check in prefix join 1 year ago
Ziyang Hu 2e8890e042 lockfile 1 year ago
Ziyang Hu a431ba81eb remove dead code 1 year ago
Ziyang Hu 4fe0f12f95 bump version 1 year ago
Ziyang Hu 0de57c3a9f fix LSH index not properly cleaned after tuple deletion 1 year ago
Ziyang Hu 6c076666b6 fix panic when running KNN on empty index 1 year ago
Ziyang Hu d779e0cc13 HNSW fixes; string slicing 1 year ago
Ziyang Hu deab88a5d6 change %return syntax 1 year ago
Ziyang Hu 319cb9e9ad
Merge pull request #137 from cozodb/revert-134-dev
Revert "Add into_iter for NamedRows"
1 year ago
Ziyang Hu 0635fff282
Revert "Add into_iter for NamedRows" 1 year ago
Ziyang Hu 332435a52c
Merge pull request #134 from dcz-self/dev
Add into_iter for NamedRows
1 year ago
dcz 45d116dc84 Add into_iter for NamedRows
With this change, the user of NamedRows no longer needs to care about the .next field.
1 year ago
Ziyang Hu bd1ba17527 make starts_with and ends_with work with bytes https://github.com/cozodb/cozo/discussions/132 1 year ago
Ziyang Hu f17f63bde5 fix the clash of imperative ops and repl directives 1 year ago
Ziyang Hu 28750eb95a update imperative condition to support `as` clause, which fixes https://github.com/cozodb/cozo/issues/131 1 year ago