@prisma/studio-core 0.0.0-dev.202504151900 → 0.0.0-dev.202504151908
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-DnrnbSIC.d.ts → adapter-DOfxRYJO.d.cts} +23 -6
- package/dist/{adapter-B6MTgAD1.d.cts → adapter-dDnGaS1S.d.ts} +23 -6
- package/dist/{chunk-YMPRBKIC.js → chunk-CDTENDXB.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 +3 -3
- package/dist/data/index.d.ts +3 -3
- package/dist/data/pglite/index.cjs +1 -1
- package/dist/data/pglite/index.d.cts +3 -3
- package/dist/data/pglite/index.d.ts +3 -3
- 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 +8 -4
- package/dist/data/postgres-core/index.d.ts +8 -4
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/{executor-CySfZPUK.d.ts → executor-DI7JTcqO.d.ts} +1 -1
- package/dist/{executor-BLAClqkI.d.cts → executor-DbZM00RR.d.cts} +1 -1
- package/dist/{index-RCHJGGEM.css → index-F7IW2RD6.css} +2 -5
- package/dist/type-utils-u92OZz8n.d.cts +4 -0
- package/dist/type-utils-u92OZz8n.d.ts +4 -0
- package/dist/ui/index.cjs +117 -117
- package/dist/ui/index.d.cts +2 -2
- package/dist/ui/index.d.ts +2 -2
- package/dist/ui/index.js +1 -1
- package/package.json +1 -2
- package/dist/type-utils-rTHUvEmt.d.cts +0 -3
- package/dist/type-utils-rTHUvEmt.d.ts +0 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as Adapter, c as
|
|
2
|
-
import { E as Executor, B as BuilderRequirements, Q as Query, a as QueryResult } from '../../executor-
|
|
3
|
-
import '../../type-utils-
|
|
1
|
+
import { A as Adapter, c as AdapterQueryDetails } from '../../adapter-DOfxRYJO.cjs';
|
|
2
|
+
import { E as Executor, B as BuilderRequirements, Q as Query, a as QueryResult } from '../../executor-DbZM00RR.cjs';
|
|
3
|
+
import '../../type-utils-u92OZz8n.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
|
|
6
6
|
interface PostgresAdapterRequirements {
|
|
@@ -17,8 +17,12 @@ declare function createPostgresAdapter(requirements: PostgresAdapterRequirements
|
|
|
17
17
|
* Example: '(0,23)' represents the 24th row in the first block of the table.
|
|
18
18
|
*/
|
|
19
19
|
type CTIDasText = `(${number},${number})`;
|
|
20
|
-
|
|
20
|
+
/**
|
|
21
|
+
* Returns a query that selects all columns from a table, along with the `ctid` column, and unbound row count as `oid` (reserved column name that cannot conflict with user columns).
|
|
22
|
+
*/
|
|
23
|
+
declare function getSelectQuery(details: AdapterQueryDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
|
|
21
24
|
[x: string]: unknown;
|
|
25
|
+
oid: `${number}`;
|
|
22
26
|
ctid: `(${number},${number})`;
|
|
23
27
|
}>;
|
|
24
28
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as Adapter, c as
|
|
2
|
-
import { E as Executor, B as BuilderRequirements, Q as Query, a as QueryResult } from '../../executor-
|
|
3
|
-
import '../../type-utils-
|
|
1
|
+
import { A as Adapter, c as AdapterQueryDetails } from '../../adapter-dDnGaS1S.js';
|
|
2
|
+
import { E as Executor, B as BuilderRequirements, Q as Query, a as QueryResult } from '../../executor-DI7JTcqO.js';
|
|
3
|
+
import '../../type-utils-u92OZz8n.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
|
|
6
6
|
interface PostgresAdapterRequirements {
|
|
@@ -17,8 +17,12 @@ declare function createPostgresAdapter(requirements: PostgresAdapterRequirements
|
|
|
17
17
|
* Example: '(0,23)' represents the 24th row in the first block of the table.
|
|
18
18
|
*/
|
|
19
19
|
type CTIDasText = `(${number},${number})`;
|
|
20
|
-
|
|
20
|
+
/**
|
|
21
|
+
* Returns a query that selects all columns from a table, along with the `ctid` column, and unbound row count as `oid` (reserved column name that cannot conflict with user columns).
|
|
22
|
+
*/
|
|
23
|
+
declare function getSelectQuery(details: AdapterQueryDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
|
|
21
24
|
[x: string]: unknown;
|
|
25
|
+
oid: `${number}`;
|
|
22
26
|
ctid: `(${number},${number})`;
|
|
23
27
|
}>;
|
|
24
28
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g}from"../../chunk-CDTENDXB.js";import"../../chunk-2FW6TKD6.js";export{g as createPostgresAdapter,a as getSelectQuery,c as getTablesQuery,e as getTimezoneQuery,b as mockSelectQuery,d as mockTablesQuery,f as mockTimezoneQuery};
|
|
@@ -731,8 +731,8 @@ video {
|
|
|
731
731
|
.ps-w-0 {
|
|
732
732
|
width: 0px;
|
|
733
733
|
}
|
|
734
|
-
.ps-w-
|
|
735
|
-
width:
|
|
734
|
+
.ps-w-16 {
|
|
735
|
+
width: 4rem;
|
|
736
736
|
}
|
|
737
737
|
.ps-w-2 {
|
|
738
738
|
width: 0.5rem;
|
|
@@ -856,9 +856,6 @@ video {
|
|
|
856
856
|
.ps-items-start {
|
|
857
857
|
align-items: flex-start;
|
|
858
858
|
}
|
|
859
|
-
.ps-items-end {
|
|
860
|
-
align-items: flex-end;
|
|
861
|
-
}
|
|
862
859
|
.ps-items-center {
|
|
863
860
|
align-items: center;
|
|
864
861
|
}
|