mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Make a cosmetic adjustment
This commit is contained in:
parent
928170fcb9
commit
cbc5544a3b
@ -161,7 +161,7 @@ fn statement_count() {
|
||||
#[test]
|
||||
fn statement_name() {
|
||||
let connection = setup_users(":memory:");
|
||||
let statement = "SELECT id, name, age, photo as user_photo FROM users";
|
||||
let statement = "SELECT id, name, age, photo AS user_photo FROM users";
|
||||
let statement = ok!(connection.prepare(statement));
|
||||
|
||||
let names = statement.names();
|
||||
|
Loading…
x
Reference in New Issue
Block a user