- Notifications
You must be signed in to change notification settings - Fork 976
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Given the following tables and queries, type overrides should apply to the inputs of GetFoo and GetBar.
CREATETABLEfoo (id bigserialnot null); CREATETABLEbar (id bigserialnot null); -- name: GetFoo :oneSELECT*FROM foo WHERE id = $1; -- name: GetBar :oneSELECT*FROM bar WHERE id = $1;ahobsonsayers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request