Skip to content

[Bug] 树模型和表模型存在相同的数据库名称,会导致树模型的数据无法写入磁盘 #16774

@tuoxiebushuijiao

Description

@tuoxiebushuijiao

Search before asking

  • I searched in the issues and found nothing similar.

Version

树模型和表模型存在相同的数据库名称,好像会导致树模型的数据无法写入磁盘。通过last 查询最新一条数据是最新的,但是查询列表并不是最新数据。

Describe the bug and provide the minimal reproduce step

1、在表模型创建root 数据库,在树模型中也创建root 数据库
2、通过sql 插入数据到树模型的root 数据库中
3、通过last 查询 和普通查询会发现数据不一致

What did you expect to see?

期望看到 last 查询和查询列表的 数据是同一时间的

What did you see instead?

last 查询 是最新的数据,普通列表查询的最新数据还是旧的数据

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions