-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SchemaEngine: Ensure GetTableForPos returns table schema for "current" position by default #15912
Commits on May 10, 2024
-
SchemaEngine: GetTableForPos return latest schema when none found for…
… a position This would typically mean that the historian is disabled, so we should return the "current" schema at that time. This means that we need to reload our cache before we return the current table schema. Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7332061 - Browse repository at this point
Copy the full SHA 7332061View commit details -
Only reload when table is not in cache
Fixup tests Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7414217 - Browse repository at this point
Copy the full SHA 7414217View commit details -
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8655975 - Browse repository at this point
Copy the full SHA 8655975View commit details -
Improve function and eliminate now unnecessary reloads
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd3d27e - Browse repository at this point
Copy the full SHA cd3d27eView commit details -
Merge remote-tracking branch 'origin/main' into vrepl_onlineddl_schema
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 858c0ad - Browse repository at this point
Copy the full SHA 858c0adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52438dd - Browse repository at this point
Copy the full SHA 52438ddView commit details
Commits on May 13, 2024
-
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 194b84c - Browse repository at this point
Copy the full SHA 194b84cView commit details -
Configuration menu - View commit details
-
Copy full SHA for efd373f - Browse repository at this point
Copy the full SHA efd373fView commit details -
Minor changes after self review
Signed-off-by: Matt Lord <mattalord@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8282f55 - Browse repository at this point
Copy the full SHA 8282f55View commit details