reshape/tests
fabianlindfors 3cb74a535e Fix issue where column couldn't be altered multiple times
Previously, having multiple alter_column actions for a single column
could cause issues as the triggers and batch updates referenced the
wrong columns.

This commit also simplifies the batch update procedure. Rather than
running the actual update on existing rows, a NOP update will be
run which in turn will trigger the triggers to update the new temporary
columns.
2021-11-15 00:11:19 +01:00
..
add_column.rs Add generate-schema-query command 2021-11-11 20:47:07 +01:00
add_index.rs Add generate-schema-query command 2021-11-11 20:47:07 +01:00
alter_column.rs Fix issue where column couldn't be altered multiple times 2021-11-15 00:11:19 +01:00
common.rs Initial commit 2021-10-26 00:31:09 +02:00
create_table.rs Enable composite primary keys when creating table 2021-11-08 23:32:14 +01:00
remove_column.rs Add generate-schema-query command 2021-11-11 20:47:07 +01:00