420 Commits (6ab063c627a57242ff42d563dfa1ce41264bcc72)

Author SHA1 Message Date
Ziyang Hu 6ab063c627 Fixes https://github.com/cozodb/cozo/issues/265 3 months ago
Ziyang Hu 01fcd5b918 Fixes https://github.com/cozodb/cozo/issues/265 3 months ago
Ziyang Hu 68d12fbb3d
Merge pull request #263 from julep-ai/v/upgrade-deps
deps: Upgrade dependencies
4 months ago
Diwank Singh Tomer cb6885b398 deps: Upgrade dependencies
Signed-off-by: Diwank Singh Tomer <diwank.singh@gmail.com>
5 months ago
Diwank Singh Tomer 9ba19cd424 feat(cozo-core): Add 'default_expr' column to output of '::columns'
Signed-off-by: Diwank Singh Tomer <diwank.singh@gmail.com>
5 months ago
Ziyang Hu 51581fbd01
Merge pull request #255 from mateusvmv/main
Fix indexes when join is needed
6 months ago
mateusvmv 55ad10e270 Comments were backwards 6 months ago
mateusvmv cbf54fe7ee fix unused bindings 6 months ago
mateusvmv 703f370716 fix indexes 6 months ago
Xianzhe Liang b2967a43dc NamedRow into Payload.
Once we have NamedRow (from previous query or construct manually),
convert it to Payload to make db changes.

This is similar to the insert/put/update/rm wrappers in pycozo.
6 months ago
Xianzhe Liang 160068cfc2 Add from bytes and vector for DataValue.
So it is easier to into DataValue.
7 months ago
Ziyang Hu bd4b4f44fb fix wasm compilation 9 months ago
Ziyang Hu fc494c0a4c Let the user choose whether to use system sqlite libraries 9 months ago
Ziyang Hu 303ab1f7ee use rayon to spawn threads in the global pool 10 months ago
Ziyang Hu d6df6a4d09 version number 10 months ago
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 8f36bb8cf3
make `eval_to_const` public https://github.com/cozodb/cozo/issues/162 11 months ago
Ziyang Hu b32bed8ab8 version bump 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 d3c1cde97a fix https://github.com/cozodb/cozo/issues/143 1 year ago
Ziyang Hu 5753cf5e4d update dependencies 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 587b369c1a fix missing check in prefix join 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 0635fff282
Revert "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 28750eb95a update imperative condition to support `as` clause, which fixes https://github.com/cozodb/cozo/issues/131 1 year ago
Ziyang Hu 1e8f3dbf60 coercion from base64 to vec 1 year ago
Ziyang Hu 919510b0f4 accept base64-encoded vecs 1 year ago
Ziyang Hu 01403bd65a shorthand for a single list of params 1 year ago
Ziyang Hu 2f7bd95e9c mutation shorthands shouldn't break old assumptions 1 year ago
Ziyang Hu b9b3475a14 mutation shorthands 1 year ago
Ziyang Hu 5e5339cd7b minor testing 1 year ago
Ziyang Hu c1c111c8c0 locking in imperative script sysops 1 year ago
Ziyang Hu e0770bbe55 bump version 1 year ago
Ziyang Hu 51b70b424b support sysops in imperative scripts 1 year ago
Ziyang Hu 45f81b5e84 remove unused test 1 year ago
Ziyang Hu 5567cb6b12 bump versions 1 year ago
Ziyang Hu 7965dfe67f fix `:update` on relations with default val cols 1 year ago
Ziyang Hu a71f240a5c expression evaluation API change 1 year ago