Created
October 29, 2020 02:39
-
-
Save billywhizz/38bd84428a48e32baff9b19e507bc82e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sock.allFortunes = await compile(sock, { | |
formats: [], | |
sql: 'select * from Fortune', | |
fields: [{ format: 1, oid: INT4OID }, { format: 0, oid: VARCHAROID }], | |
name: 's2', | |
portal: '', | |
maxRows: 0, | |
htmlEscape: true, | |
params: [] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment