major
minor
defect
major
minor
#26382
Error messages "Duplicate tag name..." when starting an application in the IDE from a TL-Studio
#26405
TTypeRewriter logs warning "Unable to resolve items by external reference" also unnecessarily
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
enhancement
minor
#26363
Structure modification of a database table via SQL language
It should be possible (within certain limits) to modify the structure of a database table using the Top-Logic SQL language. This includes:
- Adding a new column
- Removing a column
- Changing a column’s “non-null” property
- Changing a column’s data type
- Adding an index
- Deleting an index.
See tl:com.top_logic.basic.db.sql.SQLPart
Test
TestAlterTable