-
It seems that inserting conditions via a preformatted string in a statement does not work. More precisely, consider the follwing piece of code:
``` ocaml
module Sqlexpr = Sqlexpr_sqlite.Make(Sqlexpr_…
Gbury updated
8 years ago
-
Support dynamic table prefix specification in the mysql and pgsql storage backends. E.g. you can specify "mynano_" as the prefix and it would get prepended to the table names like "mynano_devices".
-
### What do you want to change?
See prior #1442 #930 #1076 #2207
[ngrok/sqlmw](https://github.com/ngrok/sqlmw) provides `database/sql` interface interceptors (middleware), but does not work with…
-
- unified mapping from chain types to db types
- define a proper db schema (consider pk/fk/idx)
- reduce the use of jsonb objects
- db should return its own types (models)
- https://github…
-
### Version
1.26.0
### What happened?
When using the same numbered parameter multiple times in the same statement, or when using sqlc.arg or sqlc.narg with the same parameter name with a PgVector V…
-
### What do you want to change?
Currently, I am in the process of replacing Ent with SQLC. Our workflow involves writing our database schema, generate functions that map to sql queries, which s…
-
### Version
1.15.0
### What happened?
In the playground example I supplied, you can see that I have used both `sqlc.arg` and `sqlc.narg` when casting to `TEXT[]`, but the generated code does …
-
If I create a `DataFrame` through `SapSQLContext` and invoke an SQL that performs a join, it fails with a serialization exception. However, an identical code works fine with the plain `SQLContext`. He…
-
### Version
1.18.0
### What happened?
I was testing to implement sqlc.embed() in order to simplify my conversions routines from sqlc to protobuf.
I have this query:
```sql
-- name: GetCh…
-
### Version
1.17.2
### What happened?
I can't seem to be able to install sqlc on my system. Even though I have the GCC compiler in my system.
![Screenshot (778)](https://github.com/kylecon…