yao/dsl/io
Max cb9606681e Refactor boolean value handling in fmtRow function
- Simplified the conversion of 'readable' and 'built_in' fields to boolean values by utilizing a new toBool function, enhancing code readability and maintainability.
- Removed debug SQL print statements from the Update method to clean up the output and improve performance.
2025-07-15 18:37:42 +08:00
..
cases_test.go Enhance DSL data handling and model structure 2025-07-15 18:28:01 +08:00
db.go Refactor boolean value handling in fmtRow function 2025-07-15 18:37:42 +08:00
db_test.go Enhance DSL data handling and model structure 2025-07-15 18:28:01 +08:00
fs.go Refactor DSL list retrieval to support conditional data source selection 2025-07-15 16:58:41 +08:00
fs_test.go Enhance DSL data handling and model structure 2025-07-15 18:28:01 +08:00
utils.go Refactor boolean value handling in fmtRow function 2025-07-15 18:37:42 +08:00