wittyneko
wittyneko
1. 生成文件原本空格和tab混用统一改为空格,样式小调整更接近` dart format`格式化结果。 2. 在 #114 基础上添加`pubspec.yaml`兼容配置`json_serializable_compat`为`true`才启用`json_serializable`兼容模式,没配置默认不启用。
In MySQL use `comment` to add comments. ```sql CREATE TABLE Users( id BIGINT AUTO_INCREMENT PRIMARY KEY COMMENT 'user id' ) COMMENT='user info' ``` Can you support it like this. ```kt...
like `SELECT * FROM users WHERE email NOT REGEXP '^[A-Z0-9._%-]+@[A-Z0-9.-]+.[A-Z]{2,4}$'`
### Feature type DOM API ### The spec link. https://developer.mozilla.org/en-US/docs/Web/API/Document/scripts ### How much important for you third-party library need
### Affected version 0.13.1+1 ### No same issues found - [X] Yes, I search all issues but not found. ### Bug type JavaScript ### Which frontend framework you are using....