Major
Detail
Bugfix
Major
Detail
#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
                         
                    
                    Detail
#26363
Structure modification of a database table via SQL language
It should be possible (to a certain extent) to modify the structure of a database table using the Top-Logic SQL language. This includes:
- Adding a new column
- Removing a column
- Changing the "non-null" property of a column.
- Changing the type of a column.
- Adding an index.
- Deleting an index.
See tl:com.top_logic.basic.db.sql.SQLPart
Test
TestAlterTable