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
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
..
components feature connection alias (#129) 3 years ago
database Fix JSON conversion of the table name which is also a keyword (#133) 2 years ago
event fix typo (#130) 3 years ago
ui Add SQL Editor component (#84) 3 years ago
app.rs Create PropertiesComponent and redesign layout (#128) 3 years ago
cli.rs Some minor modifications (#60) 3 years ago
clipboard.rs Use command for clipboard instead of copypasta (#36) 3 years ago
config.rs feature connection alias (#129) 3 years ago
log.rs Add SQL Editor component (#84) 3 years ago
main.rs create version module 3 years ago
version.rs create version module 3 years ago