Open Issues Need Help
View All on GitHubAI Summary: The task is to fix a bug in the Jet SQL builder's schema serializer for PostgreSQL. Currently, schemas starting with a number are not properly quoted, leading to incorrect SQL generation. The solution requires modifying the serializer to correctly quote schema names that begin with a digit, ensuring compatibility with PostgreSQL's syntax.
Type safe SQL builder with code generation and automatic query result data mapping
AI Summary: The task is to remove the `/examples/` directory from the Go module's distribution to prevent syntax completion issues caused by its inclusion. This involves adding a `go.mod` file to the `/examples/` directory to make it a separate module, thus excluding it from the main library's distribution.
Type safe SQL builder with code generation and automatic query result data mapping