This commit is contained in:
John Guo
2025-12-08 16:36:04 +08:00
parent bfe31a4be7
commit 17906e31cb

View File

@ -77,7 +77,6 @@ import _ "github.com/gogf/gf/contrib/drivers/mssql/v2"
Note:
- It does not support `Replace` features.
- It supports server version >= `SQL Server2005`
- It ONLY supports datetime2 and datetimeoffset types for auto handling created_at/updated_at/deleted_at columns, because datetime type does not support microseconds precision when column value is passed as string.