-
-
Notifications
You must be signed in to change notification settings - Fork 31
inet support #98
Copy link
Copy link
Open
Labels
type requestA request to add support for a PG typeA request to add support for a PG type
Description
Error: Unsupported type
╭─ ./src/craft/login/sql/create_session.sql
│
1 │ --
2 │ -- Create a new session that can be used to login a user device.
3 │ --
4 │ insert into sessions (user_id, user_agent, ip_address)
5 │ values ($1, $2, $3)
6 │ returning id;
7 │
┆
One of the rows returned by this query has type `inet` which I cannot currently
generate code for.
If you would like for this type to be supported, please open an issue at
https://github.com/giacomocavalieri/squirrel/issues/new
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type requestA request to add support for a PG typeA request to add support for a PG type