@ronin/compiler
Advanced tools
Comparing version 0.13.13 to 0.13.14
@@ -371,17 +371,6 @@ /** | ||
declare class Transaction { | ||
#private; | ||
statements: Array<Statement>; | ||
models: Array<Model>; | ||
private internalStatements; | ||
constructor(queries: Array<Query>, options?: TransactionOptions); | ||
/** | ||
* Composes SQL statements for the provided RONIN queries. | ||
* | ||
* @param queries - The RONIN queries for which SQL statements should be composed. | ||
* @param models - A list of models. | ||
* @param options - Additional options to adjust the behavior of the statement generation. | ||
* | ||
* @returns The composed SQL statements. | ||
*/ | ||
private compileQueries; | ||
private formatRows; | ||
formatResults<Record>(results: Array<Array<RawRow>>, raw?: true): Array<Result<Record>>; | ||
@@ -388,0 +377,0 @@ formatResults<Record>(results: Array<Array<ObjectRow>>, raw?: false): Array<Result<Record>>; |
{ | ||
"name": "@ronin/compiler", | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Compiles RONIN queries to SQL statements.", |
Sorry, the diff of this file is too big to display
105582
2393