mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
closes #3666 and probably other issues i'll have to go digging through to see if there is any others. <img width="948" height="445" alt="image" src="https://github.com/user- attachments/assets/2844e09b-109a-4a70-bd18-d8a814e49ea0" /> Any ALTER COLUMN stmt will now update the constraints on the table (primary key, foreign key, unique) Closes #3776
Turso Testing
Testing Extensions
When adding tests for extensions, please follow these guidelines:
- Tests that verify the internal logic or behavior of a particular extension should go into
cli_tests/extensions.py. - Tests that verify how extensions interact with the database engine, such as virtual table handling, should be written
in TCL (see
vtab.testas an example).
To check which extensions are available in TCL, or to add a new one, refer to the tester.tcl file and look at the extension_map.