xorm/tests/ydbtest
datbeohbbh a3c13ae160 (fix) remove ad-hoc cases for YDB
- remove ad-hoc cases in `sync.go`, `engine.go`. To remove, I decided
  in `dialects/ydb.go` method `CreateTableSQL` will only generate YQL to
  create table not YQL for create indexes. So, to create indexes for
  table, client should use `(*Session).CreateIndexes(...)`.
2023-10-02 13:30:29 +07:00
..
testdata squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
cache_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
e2e_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
engine_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
helpers.go (fix) remove ad-hoc cases for YDB 2023-10-02 13:30:29 +07:00
main_start.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
main_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
models.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
session_cols_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_cond_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_count_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_delete_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_exist_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_find_test.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
session_get_test.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
session_insert_test.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
session_iterate_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_pk_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_query_test.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
session_raw_test.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
session_replace_test.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
session_rows_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_schema_test.go (fix) remove ad-hoc cases for YDB 2023-10-02 13:30:29 +07:00
session_secondary_index_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_sum_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_tx_test.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
session_update_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
session_upsert_test.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
sync_benchmark.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00
time_test.go (fix) remove ad-hoc case for YDB 2023-10-02 13:30:29 +07:00
types_null_test.go (fix) fix convert `null` value 2023-10-02 13:30:29 +07:00
types_test.go squash all ydb-support commit history 2023-09-24 17:13:12 +07:00