You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gobang/src/database
Santo Cariotti de0d57c9a3
Fix JSON conversion of the table name which is also a keyword (#133)
Similarly to escape the table name in the SELECT command query, here we
escape the table name with apostrophes.
In fact, `to_json()` raised a "Syntax error" for table that uses a keyword as
its name.
2 years ago
..
mod.rs Add SQL Editor component (#84) 3 years ago
mysql.rs Changed to check case insensitively (#132) 2 years ago
postgres.rs Fix JSON conversion of the table name which is also a keyword (#133) 2 years ago
sqlite.rs Changed to check case insensitively (#132) 2 years ago