lostluna1

Results 6 issues of lostluna1

【主库】状态不可用,等待后台检查程序恢复方可使用。Connection request timed out 数据库连接串:user id=system;password=asd123;data source=//192.168.200.128:1521/MES;Pooling=true;Max Pool Size=5

In Template Studio for WinUI, I can create a page in the current project folder by right-clicking and have the necessary ViewModels, Models, and Services, as well as dependency injection,...

enhancement

Right click on the blank space in the header to pop up the filter

enhancement

Display item count in filter,like this: ![issue](https://github.com/user-attachments/assets/449d4e52-eaa7-49c1-93f9-e046f1c61630) ![issue1](https://github.com/user-attachments/assets/d71f10ff-6991-44e7-a038-cfd89ac86ff1)

enhancement

` ---------------------------------------------------------------------------- -- 1. FOREIGN-KEY METADATA ---------------------------------------------------------------------------- WITH fk_info AS ( SELECT JSON_OBJECT( KEY 'schema' VALUE a.owner, KEY 'table' VALUE a.table_name, KEY 'column' VALUE b.column_name, KEY 'foreign_key_name' VALUE a.constraint_name, KEY...