Skip to content

Cargo build fails on windows with link error 1318 when using sqlite as database #4128

@zszep

Description

@zszep

I have found these related issues/pull requests

Description

The build failse with error: linking with link.exe failed: exit code: 1318. My cargo.toml: sqlx = { version = "0.8", ```
features = [
"runtime-tokio-rustls",
"sqlite",
"chrono",
] }


### Reproduction steps

It is a link error.

### SQLx version

0.8

### Enabled SQLx features

runtime-toko-rustls, sqlite, chrono

### Database server and version

sqlite

### Operating system

Windows 11

### Rust version

1.92.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions