Skip to content

Commit

Permalink
fix: don't quote column names
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 18, 2024
1 parent 064efc4 commit 174cf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ impl TheDB {
r#"
SELECT *
FROM '{name}'
ORDER BY '{first_column}'
ORDER BY {first_column}
LIMIT {ROWS_PER_PAGE}
OFFSET {offset}
"#
Expand Down

0 comments on commit 174cf9e

Please sign in to comment.