Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Support for postgres 0.16.0-rc.2 (or 0.16) #16

Closed
@SitiSchu

Description

@SitiSchu

Currently when trying to use this crate with postgres = "0.16.0-rc.2" the example on Enums will error with

error: cannot find macro `to_sql_checked!` in this scope
 --> src/main.rs:6:17
  |
6 | #[derive(Debug, ToSql, FromSql)]

  |                 ^^^^^
error[E0726]: implicit elided lifetime not allowed here
 --> src/main.rs:6:24
  |
6 | #[derive(Debug, ToSql, FromSql)]
  |                        ^^^^^^^- help: indicate the anonymous lifetime: `<'_>`

Are there any plans to support postgres 0.16.0-rc.2 right now or will support be added when postgres 0.16 is released(or would this issue be better suited on the postgres repo itself) ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions