-
### What do you want to change?
Currently using SQL databases generally operate in the mode that every query is possible and they create an execution plan at runtime, based on data statistics and a…
mitar updated
4 months ago
-
When you start a project, the boneless uses predefined settings, like fiber, sqlc and migrate.
I suggest use more options in the future, saving this preference on local config file.
-
### Version
1.26.0
### What happened?
I'm using SQLite to create the following query:
```sql
-- name: GetAllPaginatedForumPosts :many
SELECT p.id, p.title, p.content, p.created_at, p.updated_a…
-
Which is the best license for this project?
-
### Version
1.13.0
### What happened?
All DDL statements in queries.sql are parsed as schema definition, rather than as queries that can be executed at runtime.
I want to create temporary tables…
Jille updated
10 months ago
-
### Version
1.10.0
### What happened?
Generated code using the `interval` type in Postgres causes `invalid syntax` errors.
I've created a sample application to test the behaviour (as I am …
-
docker run \
-d \
-p 11211:11211 \
memcached:1.6.9-alpine
this should be included in readme if mem cached is still used. sqlc episode is providing hint about postgres docker container but …
-
### What do you want to change?
I use SQLC to generate data storage model, repository interfaces, and their implementations from SQL files (obviously!), and absolutely love what the tool offers. I'…
-
You can use `go bug` to have a cool, automatically filled out bug template, or
fill out the template below.
### Describe the bug
cannot use (*sql.DB)(db) (value of type *sql.DB) as sqlc.DBTX v…
-
### Version
1.25.0
### What happened?
Using the schema and query below, I would expect the `manager_name` column to be nullable because the `manager_id` field is nullable. However, when sqlc genera…