Nick Saccente

Results 1 issues of Nick Saccente

This PR addresses [issue 57](https://github.com/fastapi/sqlmodel/issues/57). The original issue explains that attempting to use a Literal type annotation in a SQLModel raises a type error from `issubclass`. This is because `Literal`...

feature