We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
完善社区组件 contrib/drivers/mssql 的单元测试。
contrib/drivers/mssql
组件地址:https://github.com/gogf/gf/tree/master/contrib/drivers/mssql
要求:
Model
CURD
Model/Raw
All/One/Value/Array/Scan/Count
Where
Insert/Replace/Save
Update
Delete
DB
Query/Exec
GetAll/GetOne/GetValue/GetCount/GetArray/GetScan
Tables/TableFields
注意事项:不支持的方法断言返回的错误即可。
The text was updated successfully, but these errors were encountered:
已经提交了 #1827
Sorry, something went wrong.
wenzi1
No branches or pull requests
完善社区组件
contrib/drivers/mssql
的单元测试。组件地址:https://github.com/gogf/gf/tree/master/contrib/drivers/mssql
要求:
Model
的CURD
用例,至少包含这些方法的测试用例:Model/Raw
All/One/Value/Array/Scan/Count
Where
组合用例Insert/Replace/Save
Update
Delete
DB
接口的CURD
用例,至少包含这些方法的测试用例:Query/Exec
GetAll/GetOne/GetValue/GetCount/GetArray/GetScan
Insert/Replace/Save
Update
Delete
Tables/TableFields
特别重要注意事项:不支持的方法断言返回的错误即可。
The text was updated successfully, but these errors were encountered: