mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
mssql version bump;
updated ormconfig.json;
This commit is contained in:
parent
56300d810e
commit
9d8573454b
@ -62,7 +62,10 @@
|
||||
"username": "sa",
|
||||
"password": "Admin12345",
|
||||
"database": "tempdb",
|
||||
"logging": false
|
||||
"logging": false,
|
||||
"extra": {
|
||||
"trustServerCertificate": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"skip": true,
|
||||
|
||||
@ -54,7 +54,10 @@
|
||||
"username": "sa",
|
||||
"password": "Admin12345",
|
||||
"database": "tempdb",
|
||||
"logging": false
|
||||
"logging": false,
|
||||
"extra": {
|
||||
"trustServerCertificate": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"skip": true,
|
||||
|
||||
@ -96,7 +96,7 @@
|
||||
"lint-staged": "^10.0.8",
|
||||
"mocha": "^8.1.3",
|
||||
"mongodb": "^3.5.4",
|
||||
"mssql": "^6.1.0",
|
||||
"mssql": "^7.0.0-beta.3",
|
||||
"mysql": "^2.18.1",
|
||||
"mysql2": "^2.1.0",
|
||||
"oracledb": "^5.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user