@ronin/compiler
Advanced tools
Comparing version 0.12.6 to 0.12.7-leo-ron-1071-experimental-261
{ | ||
"name": "@ronin/compiler", | ||
"version": "0.12.6", | ||
"version": "0.12.7-leo-ron-1071-experimental-261", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Compiles RONIN queries to SQL statements.", |
@@ -68,6 +68,6 @@ # RONIN Compiler | ||
```typescript | ||
// Passing `rawResults` (rows being of arrays of values) provided by the database (ideal) | ||
// Passing `rawResults` (rows being arrays of values) provided by the database (ideal) | ||
const results: Array<Result> = transaction.formatResults(rawResults); | ||
// Passing `objectResults` (rows being of objects) provided by a driver | ||
// Passing `objectResults` (rows being objects) provided by a driver | ||
const results: Array<Result> = transaction.formatResults(objectResults, false); | ||
@@ -74,0 +74,0 @@ ``` |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1072836