Skip to main content

pop_insert

Function pop_insert 

Source
pub fn pop_insert(test: &mut Test) -> BTreeMap<usize, Value>
Expand description

Pop the next logged op (a create) and return column index -> inserted value, normalizing SQL (QuerySql) vs key-value (Insert) ops and inlining bound params. Useful for asserting exactly what an INSERT writes.