@prisma/studio-core 0.0.0-dev.202504231907 → 0.0.0-dev.202504231921
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.
|
@@ -65,7 +65,7 @@ declare function mockSelectQuery(): [{
|
|
|
65
65
|
readonly role: "poweruser";
|
|
66
66
|
}];
|
|
67
67
|
/**
|
|
68
|
-
* Returns a query that updates a row in a table
|
|
68
|
+
* Returns a query that updates a given row in a table with given changes.
|
|
69
69
|
*/
|
|
70
70
|
declare function getUpdateQuery(details: AdapterUpdateDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
|
|
71
71
|
[x: string]: unknown;
|
|
@@ -65,7 +65,7 @@ declare function mockSelectQuery(): [{
|
|
|
65
65
|
readonly role: "poweruser";
|
|
66
66
|
}];
|
|
67
67
|
/**
|
|
68
|
-
* Returns a query that updates a row in a table
|
|
68
|
+
* Returns a query that updates a given row in a table with given changes.
|
|
69
69
|
*/
|
|
70
70
|
declare function getUpdateQuery(details: AdapterUpdateDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
|
|
71
71
|
[x: string]: unknown;
|