}
function quote($string) {
- return "'" . $this->_link->escapeString($string) . "'";
+ return (is_utf8($string)
+ ? "'" . $this->_link->escapeString($string) . "'"
+ : "x'" . reset(unpack('H*', $string)) . "'"
+ );
}
function store_result() {
Link to descending order
Link to original table in EXPLAIN of SELECT * FROM table t
MySQL: inform about disabled event_scheduler
+SQLite: support binary data
PostgreSQL: approximate row count in table overview
Oracle: schema, processlist, table overview numbers
Replace JSMin by better JavaScript minifier