@mikro-orm/mssql 7.1.8-dev.1 → 7.1.8-dev.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/MsSqlSchemaHelper.js +1 -0
- package/package.json +3 -3
package/MsSqlSchemaHelper.js
CHANGED
|
@@ -400,6 +400,7 @@ export class MsSqlSchemaHelper extends SchemaHelper {
|
|
|
400
400
|
on ep.major_id = o.object_id and ep.minor_id = 0 and ep.name = 'MS_Description'
|
|
401
401
|
where o.type in ('P', 'FN', 'IF', 'TF')
|
|
402
402
|
and o.is_ms_shipped = 0
|
|
403
|
+
order by s.name, o.name
|
|
403
404
|
`;
|
|
404
405
|
const [rows, paramsAndReturns] = await Promise.all([
|
|
405
406
|
connection.execute(sql),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikro-orm/mssql",
|
|
3
|
-
"version": "7.1.8-dev.
|
|
3
|
+
"version": "7.1.8-dev.11",
|
|
4
4
|
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"data-mapper",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"copy": "node ../../scripts/copy.mjs"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@mikro-orm/sql": "7.1.8-dev.
|
|
50
|
+
"@mikro-orm/sql": "7.1.8-dev.11",
|
|
51
51
|
"kysely": "0.29.4",
|
|
52
52
|
"tarn": "3.1.2",
|
|
53
53
|
"tedious": "20.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@mikro-orm/core": "^7.1.7"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@mikro-orm/core": "7.1.8-dev.
|
|
60
|
+
"@mikro-orm/core": "7.1.8-dev.11"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">= 22.17.0"
|