Skip to content

Commit 1426000

Browse files
committed
Compiled native query should be JSON-compatible.
1 parent 4efa94e commit 1426000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machines/compile-statement.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
outputVariableName: 'report',
3737
outputDescription: 'The `nativeQuery` property is the compiled native query for the database. The `meta` property is reserved for custom adapter-specific extensions.',
3838
example: {
39-
nativeQuery: '===',
39+
nativeQuery: '*',
4040
meta: '==='
4141
}
4242
},

0 commit comments

Comments
 (0)