Skip to content

Commit

Permalink
Merge pull request #2578 from Sytten/patch-1
Browse files Browse the repository at this point in the history
Add missing export for Typescript raw SQL template
  • Loading branch information
timsuchanek committed May 28, 2020
2 parents 0c192cb + d8d46ee commit 0568edf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/packages/client/src/generation/TSClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ export { PrismaClientRustPanicError }
export { PrismaClientInitializationError }
export { PrismaClientValidationError }
/**
* Re-export of sql-template-tag
*/
export { default as sql, empty, join, raw } from 'sql-template-tag';
/**
* Prisma Client JS version: ${clientVersion}
* Query Engine version: ${engineVersion}
Expand Down

0 comments on commit 0568edf

Please sign in to comment.