iTanken

Results 19 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...

Can you provide a complete example code? I can't see where the problem is based on the information provided. #### Reference - https://github.com/sijms/go-ora/blob/master/examples/named_pars/main.go - https://github.com/sijms/go-ora/blob/master/examples/stored_proc/main.go > This GORM driver is...

Example of executing a stored procedure: https://github.com/godoes/gorm-oracle/blob/main/oracle_ora_test.go#L111 > This issue was closed because it has been not responded for a long time.

可以,但不推荐。我在生产环境用了,还没遇到什么大问题,但我也不敢打包票。