@prisma/studio-core 0.0.0-dev.202504291606 → 0.0.0-dev.202504291620

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.
@@ -1,5 +1,5 @@
1
- import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-CFSQua4g.cjs';
2
- import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-BL6qndHh.cjs';
1
+ import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-ClY8JSgB.cjs';
2
+ import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-BanPmfQa.cjs';
3
3
  import 'kysely';
4
4
 
5
5
  interface PostgresAdapterRequirements {
@@ -26,10 +26,7 @@ declare function mockIntrospect(): {
26
26
  */
27
27
  type CTIDasText = `(${number},${number})`;
28
28
  /**
29
- * Inserts a row into a table and returns the inserted row along with its `ctid`.
30
- * The `ctid` is returned as a string in the format `(blockNumber, tupleIndex)`.
31
- * This is useful for identifying the row in the table, even if it has no primary key or unique constraints.
32
- * The `ctid` is a system column that represents the physical location of a row in a table.
29
+ * Inserts one or more rows into a table and returns the inserted rows along with their `ctid`.
33
30
  */
34
31
  declare function getInsertQuery(details: AdapterInsertDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
35
32
  [x: string]: unknown;
@@ -1,5 +1,5 @@
1
- import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-CFSQua4g.js';
2
- import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-D7XZ_gj4.js';
1
+ import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-ClY8JSgB.js';
2
+ import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-LzQyewM3.js';
3
3
  import 'kysely';
4
4
 
5
5
  interface PostgresAdapterRequirements {
@@ -26,10 +26,7 @@ declare function mockIntrospect(): {
26
26
  */
27
27
  type CTIDasText = `(${number},${number})`;
28
28
  /**
29
- * Inserts a row into a table and returns the inserted row along with its `ctid`.
30
- * The `ctid` is returned as a string in the format `(blockNumber, tupleIndex)`.
31
- * This is useful for identifying the row in the table, even if it has no primary key or unique constraints.
32
- * The `ctid` is a system column that represents the physical location of a row in a table.
29
+ * Inserts one or more rows into a table and returns the inserted rows along with their `ctid`.
33
30
  */
34
31
  declare function getInsertQuery(details: AdapterInsertDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
35
32
  [x: string]: unknown;
@@ -1 +1 @@
1
- import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-CE4EEKBY.js";import"../../chunk-RGBMDID6.js";import"../../chunk-BMVJYUJW.js";export{i as createPostgresAdapter,a as getInsertQuery,b as getSelectQuery,e as getTablesQuery,g as getTimezoneQuery,d as getUpdateQuery,j as mockIntrospect,c as mockSelectQuery,f as mockTablesQuery,h as mockTimezoneQuery};
1
+ import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-QTG5SZZY.js";import"../../chunk-RGBMDID6.js";import"../../chunk-BMVJYUJW.js";export{i as createPostgresAdapter,a as getInsertQuery,b as getSelectQuery,e as getTablesQuery,g as getTimezoneQuery,d as getUpdateQuery,j as mockIntrospect,c as mockSelectQuery,f as mockTablesQuery,h as mockTimezoneQuery};
@@ -1,4 +1,4 @@
1
- import { T as Table, E as Either } from './adapter-CFSQua4g.cjs';
1
+ import { T as Table, E as Either } from './adapter-ClY8JSgB.cjs';
2
2
  import { WhereInterface, DialectAdapter, QueryCompiler } from 'kysely';
3
3
 
4
4
  interface BuilderRequirements {
@@ -1,4 +1,4 @@
1
- import { T as Table, E as Either } from './adapter-CFSQua4g.js';
1
+ import { T as Table, E as Either } from './adapter-ClY8JSgB.js';
2
2
  import { WhereInterface, DialectAdapter, QueryCompiler } from 'kysely';
3
3
 
4
4
  interface BuilderRequirements {