Skip to content

Instantly share code, notes, and snippets.

@billywhizz
Created October 29, 2020 02:39
Show Gist options
  • Save billywhizz/38bd84428a48e32baff9b19e507bc82e to your computer and use it in GitHub Desktop.
Save billywhizz/38bd84428a48e32baff9b19e507bc82e to your computer and use it in GitHub Desktop.
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