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
When using InnerJoin(), pika will sometimes rename the table name in the query. This can cause an issue when you want to filter by a value in that table, you need to manually debug the query to see what pika changed the table name too.
When using
InnerJoin()
, pika will sometimes rename the table name in the query. This can cause an issue when you want to filter by a value in that table, you need to manually debug the query to see what pika changed the table name too.https://github.com/ctrliq/pika/blob/main/pika_psql_test.go#L1475C50-L1475C50
Notice
join_model_foreign
vsjoinModelForeign
.CC @ikaneshiro, @mstg
The text was updated successfully, but these errors were encountered: