8000 WITH statement is not querying from replica · Issue #106 · go-gorm/dbresolver · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
WITH statement is not querying from replica #106
Open
@joefour

Description

@joefour

GORM Playground Link

go-gorm/playground#1

Description

Hi, i'm trying to use WITH statement, and expected it should query from replica database instead of source database

Here is an example

WITH alias_regions AS (
		SELECT * FROM regions
)
SELECT * FROM alias_regions

Metadata

Metadata

Assignees

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

    0