Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
b52ca1c
feat: add create table DDL FFI functions
chiinlquah Mar 31, 2026
30eef8a
fix: address review findings for create table DDL FFI functions
chiinlquah Mar 31, 2026
5493004
fix: extract commit_result_to_version helper, fix vacuous test, group…
chiinlquah Apr 1, 2026
ac439f0
docs: note that create_table does not consume schema handle
chiinlquah Apr 1, 2026
2ea4f0e
fix: free schema handles in create-table tests, strengthen error asse…
chiinlquah Apr 1, 2026
7569b71
refactor: extract create_table_builder test helper to reduce duplication
chiinlquah Apr 1, 2026
55a6404
fix: update create-table tests for OptionalValue return type
chiinlquah Apr 1, 2026
34162ae
fix: remove snapshot_table_property dependency from create-table tests
chiinlquah Apr 2, 2026
2ccfd8e
refactor: split create_table_commit into create_table_build + commit
chiinlquah Apr 3, 2026
b7898a5
refactor: use builder naming convention for create table FFI
chiinlquah Apr 3, 2026
b1da184
refactor: extract build_and_commit test helper, deduplicate setup
chiinlquah Apr 3, 2026
e8dc120
fix: address review findings for create table DDL FFI functions
chiinlquah Apr 3, 2026
42b1207
refactor: separate FFI handles for create-table and existing-table tr…
chiinlquah Apr 3, 2026
e0c7113
refactor: use Handle for committer and verify properties via snapshot
chiinlquah Apr 3, 2026
21ac8bb
fix: remove unused import, add is_feature_enabled assertion to create…
chiinlquah Apr 4, 2026
fa37f1b
fix: skip create-table properties test under miri (linkat unsupported)
chiinlquah Apr 6, 2026
1374aca
Merge branch 'main' into chiinluen-quah_data/stack/ffi/create-table
chiinlquah Apr 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading