Fixed queries without assignment operators failing to be properly canonized.

This commit is contained in:
Markus Makela
2015-10-26 20:12:04 +02:00
parent bed6666338
commit 9064212353
4 changed files with 74 additions and 1 deletions

View File

@ -277,6 +277,7 @@ size_t get_decimal_len(size_t s);
char* replace_literal(char* haystack,
const char* needle,
const char* replacement);
char* replace_quoted(const char* str);
bool is_valid_posix_path(char* path);
bool strip_escape_chars(char*);
int simple_str_hash(char* key);