@prisma/studio-core 0.0.0-dev.202504282354 → 0.0.0-dev.202504290002
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/dist/{adapter-Gn7PTGBr.d.cts → adapter-DnY5GQR_.d.cts} +2 -2
- package/dist/{adapter-Gn7PTGBr.d.ts → adapter-DnY5GQR_.d.ts} +2 -2
- package/dist/{chunk-AXFPRC2V.js → chunk-UVMSMMNS.js} +1 -1
- package/dist/data/accelerate/index.d.cts +2 -2
- package/dist/data/accelerate/index.d.ts +2 -2
- package/dist/data/bff/index.d.cts +2 -2
- package/dist/data/bff/index.d.ts +2 -2
- package/dist/data/index.d.cts +2 -2
- package/dist/data/index.d.ts +2 -2
- package/dist/data/pglite/index.cjs +1 -1
- package/dist/data/pglite/index.d.cts +2 -2
- package/dist/data/pglite/index.d.ts +2 -2
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +1 -1
- package/dist/data/postgres-core/index.d.cts +6 -3
- package/dist/data/postgres-core/index.d.ts +6 -3
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/{index-ZKzLi7Ad.d.ts → index-7Rl3ArFE.d.ts} +1 -1
- package/dist/{index-BKlrKTNV.d.cts → index-DJNljgpQ.d.cts} +1 -1
- package/dist/ui/index.cjs +46 -46
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +18 -18
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-
|
|
2
|
-
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-
|
|
1
|
+
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-DnY5GQR_.cjs';
|
|
2
|
+
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-DJNljgpQ.cjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
|
|
5
5
|
interface PostgresAdapterRequirements {
|
|
@@ -26,7 +26,10 @@ declare function mockIntrospect(): {
|
|
|
26
26
|
*/
|
|
27
27
|
type CTIDasText = `(${number},${number})`;
|
|
28
28
|
/**
|
|
29
|
-
* Inserts
|
|
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.
|
|
30
33
|
*/
|
|
31
34
|
declare function getInsertQuery(details: AdapterInsertDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
|
|
32
35
|
[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-
|
|
2
|
-
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-
|
|
1
|
+
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-DnY5GQR_.js';
|
|
2
|
+
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-7Rl3ArFE.js';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
|
|
5
5
|
interface PostgresAdapterRequirements {
|
|
@@ -26,7 +26,10 @@ declare function mockIntrospect(): {
|
|
|
26
26
|
*/
|
|
27
27
|
type CTIDasText = `(${number},${number})`;
|
|
28
28
|
/**
|
|
29
|
-
* Inserts
|
|
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.
|
|
30
33
|
*/
|
|
31
34
|
declare function getInsertQuery(details: AdapterInsertDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
|
|
32
35
|
[x: string]: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-UVMSMMNS.js";import"../../chunk-RGBMDID6.js";import"../../chunk-2FW6TKD6.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};
|