@ronin/compiler
Advanced tools
Comparing version 0.12.7 to 0.12.8
{ | ||
"name": "@ronin/compiler", | ||
"version": "0.12.7", | ||
"version": "0.12.8", | ||
"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 @@ ``` |
1072806
347
347