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
Even though we want to do at least some SQL pregeneration at AOT-time (#29753), we still need the 2nd part of the query pipeline to be available at runtime (because of non-cacheable SQLs, SQL permutation explosion with many parameters). This means we need to annotate it for AOT/trimming.
The text was updated successfully, but these errors were encountered:
Even though we want to do at least some SQL pregeneration at AOT-time (#29753), we still need the 2nd part of the query pipeline to be available at runtime (because of non-cacheable SQLs, SQL permutation explosion with many parameters). This means we need to annotate it for AOT/trimming.
The text was updated successfully, but these errors were encountered: