mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-10-31 03:20:33 +00:00
upper case
This commit is contained in:
parent
bba5883c5f
commit
4dbf3fd922
@ -183,7 +183,7 @@ impl Pool for MySqlPool {
|
||||
)
|
||||
} else {
|
||||
format!(
|
||||
"SELECT * FROM `{}`.`{}` limit {page}, {limit}",
|
||||
"SELECT * FROM `{}`.`{}` LIMIT {page}, {limit}",
|
||||
database.name,
|
||||
table.name,
|
||||
page = page,
|
||||
|
Loading…
Reference in New Issue
Block a user