@mikro-orm/sql
Advanced tools
@@ -105,2 +105,9 @@ import { type AnyEntity, type Collection, type Configuration, type ConnectionType, type Constructor, type CountOptions, DatabaseDriver, type DeleteOptions, type Dictionary, type DriverMethodOptions, type EntityData, type EntityDictionary, type EntityField, EntityManagerType, type EntityMetadata, type EntityName, type EntityProperty, type FilterQuery, type FindOneOptions, type FindOptions, type FormulaTable, type LockOptions, type LoggingOptions, type NativeInsertUpdateManyOptions, type NativeInsertUpdateOptions, type ObjectQuery, type Options, type OrderDefinition, type PopulateOptions, type Primary, type QueryOrderMap, type QueryResult, type Raw, RawQueryFragment, type StreamOptions, type Transaction, type UpsertManyOptions, type UpsertOptions } from '@mikro-orm/core'; | ||
| /** | ||
| * Walks the TPT inheritance chain of `leafMeta` and INNER JOINs each parent table. | ||
| * Registers the parent aliases in `qb.state.tptAlias` so column resolution finds them | ||
| * when filter conditions reference parent-table columns. | ||
| * @internal | ||
| */ | ||
| protected addTPTParentJoinsForRelation<T extends object>(qb: AnyQueryBuilder<T>, leafMeta: EntityMetadata, leafAlias: string, basePath: string): void; | ||
| /** | ||
| * Adds LEFT JOINs and fields for TPT polymorphic loading when populating a relation to a TPT base class. | ||
@@ -107,0 +114,0 @@ * @internal |
+2
-2
| { | ||
| "name": "@mikro-orm/sql", | ||
| "version": "7.0.16-dev.13", | ||
| "version": "7.0.16-dev.14", | ||
| "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.", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
| "peerDependencies": { | ||
| "@mikro-orm/core": "7.0.16-dev.13" | ||
| "@mikro-orm/core": "7.0.16-dev.14" | ||
| }, | ||
@@ -59,0 +59,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
880356
0.16%18653
0.12%133
0.76%