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
We could introduce per-query option/flag to allow "inefficient" translations. Currently when the translation is likely a pit of failure (like duplicating complex expressions), we don't do the translation. In some cases users might want to opt into having the query translated, instead of going all the way to the other side and using raw SQL or similar. Because it's an opt-in, by default everything will be the same.
Describe the solution you'd like
No response
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
We could introduce per-query option/flag to allow "inefficient" translations. Currently when the translation is likely a pit of failure (like duplicating complex expressions), we don't do the translation. In some cases users might want to opt into having the query translated, instead of going all the way to the other side and using raw SQL or similar. Because it's an opt-in, by default everything will be the same.
Describe the solution you'd like
No response
The text was updated successfully, but these errors were encountered: