@ronin/compiler 0.8.8-leo-ron-1083-experimental-195 → 0.8.8-leo-ron-1083-experimental-196
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
|