-
**Is your feature request related to a problem? Please describe.**
Today users have two ways to query for a Universe leaf:
* `QueryProof`: allows to query based on a combination of: universe ID,…
-
### What do you want to change?
Recently I had to write a plugin for slight alterations of the default behavior of the golang generator for postgres.
To build the plugin, I needed to
- copy over …
-
sqlc, like protoc, aims to generate code for multiple languages. The second language we're looking to add is TypeScript.
>
### Getting started
> [!WARNING]
> The TypeScript plugin (sqlc-g…
-
これに対応したい
```sql
CREATE TABLE users
(
id integer NOT NULL PRIMARY KEY,
name varchar(255) NOT NULL,
age integer NULL
);
CREATE TABLE posts
(
id integer NO…
-
### Version
1.11.0
### What happened?
In v1.11.0, when I use an alias for a subquery table, sqlc will report an error for table alias does not exist, but when I change version to v1.10.0 everything…
-
### Version
Other
### What happened?
This is on version 1.11.0, main from today.
I have an enum field where one of the values is "-", eg, in this line from a create table:
```
`my_enum_field` …
-
I was reading [this](https://github.com/ent/ent/issues/3814) issue in closed issues section and i was facing the same issue in my project as well
We are unable to build the project in 16GB RAM.
It t…
-
### What do you want to change?
Currently, generating a table from the basic SQL will strip the field comments completely:
```
CREATE TABLE test (
id text PRIMARY KEY,
-- Some helpful comment t…
-
### Version
1.25.0
### What happened?
I just need to perform a query that joins multiple rows from same table and i expect sqlc to take alias from query when build final go structs
In current ve…
-
I am creating two distinct functions but sqlc (both v1.7.0 and v1.8.0) seems to think they are the same function!
```sql
CREATE FUNCTION myfunction(text[], text[]) RETURNS real
LANGUAGE plpgs…