Skip to content

WITH statement is not querying from replica #106

@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