1829 Commits (e0153061117caed2ea0167038e2cca5363833c3b)
 

Author SHA1 Message Date
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
Ziyang Hu 1e8f3dbf60 coercion from base64 to vec 1 year ago
Ziyang Hu 76fa6b70fc restore server features 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 e3e9bc90c4 support python tuples 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 467723849f fix swift 1 year ago
Ziyang Hu 36a7eacd07 fix swift 1 year ago
Ziyang Hu a34f43e81d Merge branch 'main' of https://github.com/cozodb/cozo 1 year ago
Ziyang Hu 1ff9ad8081 lock file 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
Ziyang Hu cd840e687c token table; disable multi-table transactions and custom rules for remote 1 year ago
Ziyang Hu 6b8438e823 query mutability 1 year ago
Ziyang Hu a164a3919c out of bound index access 1 year ago
Ziyang Hu 1f455afedf clear tokenizer hash when removing indices 1 year ago
Ziyang Hu 61a8785c7d fix conflicting analyzers problem 1 year ago
Ziyang Hu c338a7e339 extract variables to bind from expressions 1 year ago
Ziyang Hu 974dfc2e2a evaluate a list of expressions 1 year ago
Ziyang Hu 2db82d0185 field access operator 1 year ago
Ziyang Hu 7f9181e1be allow dots in variable names 1 year ago
Ziyang Hu eb4d2643b5 more lenient param names, more info in function exception 1 year ago
Ziyang Hu fc75b9ac22 op to convert integer to validity 1 year ago
Ziyang Hu b0b3bb549d dealing with aggregates in `as` constructs 1 year ago
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 0387d07911 update GitHub script version 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 d21f4e649e
Merge pull request #107 from Avi-D-coder/rocks-warning
Fix rocksb non optimized build warning
1 year ago
github-actions[bot] b7213a733a
@Avi-D-coder has signed the CLA from Pull Request #107 1 year ago
Avi Dessauer cc77200e5d Fix rocksb non optimized build warning 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