Skip to content

inet support #98

@lpil

Description

@lpil
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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    type requestA request to add support for a PG type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions