yiyun-sj
yiyun-sj
- merge DROP statements in binder (and maybe others?) - Use constCast instead of ku_dynamic_cast in binder (i.e. `bind_ddl.cpp`) - use constPtrCast in mapper (i.e. `map_ddl.cpp`) - constCast change across...
At `client_context.cpp:320-331` we check if a statement would be a valid read-only statement for read-only transactions. However, the expressions within the statements could contain functions that could perform a write....
See sequence nextval() test at `transaction/ddl/ddl.test` for an example
and adding comments to them
Currently, there is a set of tests regarding using the same binary database across platforms at `test/test_files/binary_demo` and `dataset/binary-demo`. There are a few test cases within the test files that...
We should test our multi-platform portability using binary databases created on each platform, which ideally would be generated by our CI runners. As well, this could prevent the need to...
### Kùzu version _No response_ ### What operating system are you using? _No response_ ### What happened? literal evaluator edge case: multiple evaluations on (> 1) cnt followed by a...