Skip to content

Version 1.4.13

Compare
Choose a tag to compare
@funbringer funbringer released this 10 Jul 10:54
· 545 commits to master since this release
  • Enabled UPDATE/DELETE query optimization for partitions with dropped columns (issue #164);
  • Fixed SELECT * FROM partitioned_table ... UNION ALL ... in views (issue #165);
  • Fixed locking in merge_range_partitions().