We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede2071 commit 809eefbCopy full SHA for 809eefb
store/postgres/src/relational_queries.rs
@@ -2331,6 +2331,9 @@ impl<'a> InsertQuery<'a> {
2331
if table.has_causality_region {
2332
count += 1;
2333
}
2334
+ if table.object.strict_vid_order() {
2335
+ count += 1;
2336
+ }
2337
for column in table.columns.iter() {
2338
// This code depends closely on how `walk_ast` and `QueryValue`
2339
// put values into bind variables
0 commit comments