/
germanubis
/
sqlx
Обзор
Документация
Войти
/
germanubis
/
sqlx
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/ui/sqlite/expression-column-type.stderr
7 строк
378 B
Austin Bonander
fix UI tests
28 апр 2020, 05:43
28 апр 2020, 05:43
a7d0399
Код
Авторство
О чём код?
error: database couldn't tell us the type of column #1 ("id"); this can happen for columns that are the result of an expression --> $DIR/expression-column-type.rs:2:13 | 2 | let _ = sqlx::query!("select 1 as id"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)