Skip to content

Commit

Permalink
feat: support INSERT OR REPLACE statement for tables with secondary i…
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Nov 30, 2023
1 parent fcbf33c commit 545ec4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jogasaki
Submodule jogasaki updated 33 files
+184 −23 examples/service_benchmark/main.cpp
+1 −2 mock/jogasaki/utils/runner.cpp
+6 −8 mock/jogasaki/utils/runner.h
+494 −393 src/jogasaki/executor/common/write.cpp
+44 −73 src/jogasaki/executor/common/write.h
+1 −0 src/jogasaki/executor/process/impl/ops/default_value_kind.h
+4 −4 src/jogasaki/executor/process/impl/ops/details/write_primary_context.cpp
+2 −2 src/jogasaki/executor/process/impl/ops/details/write_primary_context.h
+49 −29 src/jogasaki/executor/process/impl/ops/details/write_primary_target.cpp
+52 −22 src/jogasaki/executor/process/impl/ops/details/write_primary_target.h
+44 −22 src/jogasaki/executor/process/impl/ops/details/write_secondary_target.cpp
+70 −26 src/jogasaki/executor/process/impl/ops/details/write_secondary_target.h
+4 −4 src/jogasaki/executor/process/impl/ops/write_partial.cpp
+3 −2 src/jogasaki/scheduler/statement_scheduler_impl.cpp
+84 −0 src/jogasaki/utils/handle_encode_errors.cpp
+47 −0 src/jogasaki/utils/handle_encode_errors.h
+0 −1 test/CMakeLists.txt
+4 −5 test/jogasaki/api/api_test_base.cpp
+4 −3 test/jogasaki/api/api_test_base.h
+8 −0 test/jogasaki/api/ddl_test.cpp
+329 −0 test/jogasaki/api/insert_test.cpp
+1 −0 test/jogasaki/api/metadata_test.cpp
+1 −0 test/jogasaki/api/recovery_test.cpp
+1 −0 test/jogasaki/api/schema_test.cpp
+1 −0 test/jogasaki/api/secondary_index_find_test.cpp
+1 −0 test/jogasaki/api/secondary_index_types_test.cpp
+211 −0 test/jogasaki/api/secondary_index_upsert_test.cpp
+0 −45 test/jogasaki/api/sql_test.cpp
+1 −1 test/jogasaki/api/sql_write_test.cpp
+1 −1 test/jogasaki/api/stats_api_test.cpp
+0 −12 test/jogasaki/api/unsupported_sql_test.cpp
+1 −1 test/jogasaki/long_tx/long_tx_test.cpp
+1 −1 test/jogasaki/long_tx/ltx_occ_scenario1_test.cpp

0 comments on commit 545ec4f

Please sign in to comment.