MCPcopy Create free account
hub / github.com/porsager/postgres / select

Function select

tests/index.js:1815–1815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1813
1814t('Recreate prepared statements on RevalidateCachedQuery error', async() => {
1815 const select = () => sql`select name from test`
1816 await sql`create table test (name text)`
1817 await sql`insert into test values ('1')`
1818 await select()

Callers 1

index.jsFile · 0.70

Calls 1

sqlFunction · 0.50

Tested by

no test coverage detected