@ronin/compiler 0.17.8-leo-ron-1099-experimental-396 → 0.17.8-leo-ron-1099-experimental-397
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -434,7 +434,7 @@ declare class Transaction {
|
|
434
434
|
* Formats an individual result of a query (each query has one individual result).
|
435
435
|
*
|
436
436
|
* @param queryType - The type of query that is being executed.
|
437
|
-
* @param queryInstructions - The instructions
|
437
|
+
* @param queryInstructions - The instructions of the query that is being executed.
|
438
438
|
* @param model - The model for which the query is being executed.
|
439
439
|
* @param rows - The rows that were returned from the database for the query (in the
|
440
440
|
* form of an array containing arrays that contain strings).
|
package/dist/index.js
CHANGED
@@ -2216,7 +2216,7 @@ var Transaction = class {
|
|
2216
2216
|
* Formats an individual result of a query (each query has one individual result).
|
2217
2217
|
*
|
2218
2218
|
* @param queryType - The type of query that is being executed.
|
2219
|
-
* @param queryInstructions - The instructions
|
2219
|
+
* @param queryInstructions - The instructions of the query that is being executed.
|
2220
2220
|
* @param model - The model for which the query is being executed.
|
2221
2221
|
* @param rows - The rows that were returned from the database for the query (in the
|
2222
2222
|
* form of an array containing arrays that contain strings).
|
package/package.json
CHANGED