@ronin/compiler 0.8.8-leo-ron-1083-experimental-195 → 0.8.8-leo-ron-1083-experimental-196
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -62,7 +62,7 @@ Once the RONIN queries have been compiled down to SQL statements, the statements
|
|
62
62
|
executed and their results can be formatted by the compiler as well:
|
63
63
|
|
64
64
|
```typescript
|
65
|
-
|
65
|
+
// `rows` are provided by the database engine
|
66
66
|
const results: Array<Result> = transaction.prepareResults(rows);
|
67
67
|
```
|
68
68
|
|