359 Commits (9a634ff9d76e9c62b6ec501e68bacfcd6489f761)

Author SHA1 Message Date
Ziyang Hu 9a634ff9d7 store query results in script as ephemeral relations, as discussed in https://github.com/cozodb/cozo/issues/110 1 year ago
Ziyang Hu 07ce93110f get `:returning` to return the correct number of columns 1 year ago
Ziyang Hu 5550494873 test for returning op 1 year ago
Ziyang Hu bf325b76f5 Preliminary work to support https://github.com/cozodb/cozo/issues/109 1 year ago
Ziyang Hu db29a65c68 Make benchmarks compile again: https://github.com/cozodb/cozo/issues/108 1 year ago
Ziyang Hu 57a326918d create and delete 1 year ago
Ziyang Hu 662c59c967 Merge branch 'dev' of https://github.com/cozodb/cozo into dev 1 year ago
Ziyang Hu 4208989f31 insertion 1 year ago
Ziyang Hu 55c27e4396 Fixes https://github.com/cozodb/cozo/issues/105 1 year ago
Ziyang Hu cd3c3bd5a7 Fixes https://github.com/cozodb/cozo/issues/102 1 year ago
Ziyang Hu 3f1a70b876 remove dead code 1 year ago
Ziyang Hu 9f33a623d1 bump version 1 year ago
Ziyang Hu 901d08ed75 remove the TODO notes 1 year ago
Ziyang Hu 0a5cfbf41a Fixes https://github.com/cozodb/cozo/issues/101 and adds query option to disable magic rewrite 1 year ago
Ziyang Hu a5d393bdb0 Fixes https://github.com/cozodb/cozo/issues/99 1 year ago
Ziyang Hu d057bcd35d More tests for corner cases 1 year ago
Ziyang Hu 155c8ce298 https://github.com/cozodb/cozo/issues/97 again, it is quite tricky 1 year ago
Ziyang Hu aa8af156c8 Fixes https://github.com/cozodb/cozo/issues/97 1 year ago
Ziyang Hu 506e6f282c fix json object conversion 1 year ago
Ziyang Hu af46e62a86 No need to specify column dependencies unless it is :create or :replace 1 year ago
Ziyang Hu e974be9a46 FTS accepts list of strings; more ways to write OR 1 year ago
Ziyang Hu baeda8e5dc Merge branch 'main' into dev 1 year ago
Ziyang Hu 147101b7f3 Fixes https://github.com/cozodb/cozo/issues/90 1 year ago
Ziyang Hu 113c91a5de Improve parsing 1 year ago
Ziyang Hu 161f0fbe5a trim keywords 1 year ago
Ziyang Hu fe24ee2987 disable imperative tests for the moment 1 year ago
Ziyang Hu 6468d287c3 fix storage 1 year ago
Ziyang Hu 17708fba5b bump lib versions 1 year ago
Ziyang Hu e9946d04ee bump cozorocks version 1 year ago
Ziyang Hu 586b50df96 change imperative code behaviour 1 year ago
Ziyang Hu c06b0f0ccb use disk cached collection for two-phase ops 1 year ago
Ziyang Hu 29b2c4d900 fix a serious problem where data from dropped relations not cleared on disk 1 year ago
Ziyang Hu 45441ec398 minhash early stopper 1 year ago
Ziyang Hu 4097c5865e list indices and describe relations 1 year ago
Ziyang Hu 34e3b52216 make LSH work 1 year ago
Ziyang Hu a07d4bf960 LSH indexing 1 year ago
Ziyang Hu eabef3de14 Don't set a default timeout: https://github.com/cozodb/cozo/issues/78 1 year ago
Ziyang Hu ffabad3a38 fix HNSW multiple indexing problem https://github.com/cozodb/cozo/issues/80 1 year ago
Ziyang Hu f32c4a5450 fix missing import 1 year ago
Ziyang Hu ba98a5c137 complete LSH 1 year ago
Ziyang Hu 683b66c0a7 complete FTS 1 year ago
Ziyang Hu db9c40ef07 FTS search impl 1 year ago
Ziyang Hu 5f90c6f9eb FTS infrastructure 1 year ago
Ziyang Hu cc0025d514 FTS AST 1 year ago
Ziyang Hu 4f56ebe505 API for counting 1 year ago
Ziyang Hu e983b72b40 fts index during mutation 1 year ago
Ziyang Hu 9933a637a9 fts index during creation 1 year ago
Ziyang Hu ac8ccbc094 fts index backing relations 1 year ago
Ziyang Hu 378dd33fb6 refactor search parsing 1 year ago
Ziyang Hu fdb5e0fddc parse values properly 1 year ago