iTanken

Results 7 comments of iTanken

* Use v1.8.1 in VS Code: ![image](https://user-images.githubusercontent.com/23544702/168531559-47984ac6-48a8-4e8e-a248-9d7bed7796b4.png) * Use v1.8.2 in VS Code: ![image](https://user-images.githubusercontent.com/23544702/168531575-026e10e2-f624-4b06-b8be-f6fec30b4ccd.png)

Perhaps this problem can be temporarily resolved with the following command: ```shell go run github.com/swaggo/swag/cmd/[email protected] fmt go run github.com/swaggo/swag/cmd/[email protected] init ```

@pagehelper 应该是升级 jsqlparser 导致的: https://stackoverflow.com/questions/59135053/how-to-handle-characters-on-jsqlparser

@nitram509 Thanks! It seems that the formatting in v1.8.12 has indeed resolved the issue. However, replacing some of the space characters with tabs may have caused some content to appear...

![image](https://github.com/go-gorm/sqlserver/assets/23544702/ba14c874-fdb4-4541-8425-1b5c40e04ca5) SQL Server 2016 支持这个语法

@jinzhu If you have time, please review this PR. Feel free to close it if there are any issues.

> Could you write some test cases? If we remove the Valid = true, it means we haven't found a valid default value from the database schema information. Yeah, my...