You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #520. When using infix to create subqueries mapping information defined via schema call is lost and column names are generated using given strategy, ie.: SnakeCase.
This is related to #520. When using infix to create subqueries mapping information defined via schema call is lost and column names are generated using given strategy, ie.:
SnakeCase
.Version:
new-encoding-SNAPSHOT
Module:
quill-async
Given:
Expected behavior
Query generated should be:
Actual behavior
Generated query ignores mappings:
Workaround
Everything works fine as long as column names match results of applying selected name generation strategy to case class field names.
@getquill/maintainers
The text was updated successfully, but these errors were encountered: