Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mikro-orm/sql

Package Overview
Dependencies
Maintainers
1
Versions
603
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mikro-orm/sql - npm Package Compare versions

Comparing version
7.0.16-dev.13
to
7.0.16-dev.14
+7
-0
AbstractSqlDriver.d.ts

@@ -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