Skip to content

[#735] Implement KEEPDATA optional keyword for DROP TABLE statements

  • When KEEPDATA is appended to a DROP TABLE statement, the underlying global nodes storing the table data are preserved regardless of table writability type (READONLY or READWRITE).

Miscellaneous

  • Minor documentation formatting fixes and improvements
Edited by Ashok Bhaskar

Merge request reports