$this->PDOStatement->execute();
// 调试结束
$this->debug(false, '', $master);
// 返回结果集
return $this->getResult($pdo, $procedure);
} catch (\PDOException $e) {
if ($this->isBreak($e)) {
return $this->close()->query($sql, $bind, $master, $pdo);
}
throw new PDOException($e, $this->config, $this->getLastsql());
} catch (\Throwable $e) {
if ($this->isBreak($e)) {
return $this->close()->query($sql, $bind, $master, $pdo);
}
throw $e;
} catch (\Exception $e) {
if ($this->isBreak($e)) {
return $this->close()->query($sql, $bind, $master, $pdo);
}
SQLSTATE | 42000 |
Driver Error Code | 1064 |
Driver Error Message | You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'xu zhi yu ' yu ' shi zhi dao ' ti yan duo zhong wan fa 。 si zhou nian qing zho' at line 1 |
Error Code | 10501 |
Error Message | SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'xu zhi yu ' yu ' shi zhi dao ' ti yan duo zhong wan fa 。 si zhou nian qing zho' at line 1 |
Error SQL | SELECT name, MATCH(pinyin) AGAINST('you ci liang zai di da ling lu shan qian de shen fen shi ? hen duo xiao huo ban dou xiang yao zhi dao zhe ge da an dao di shi shen me ne ? xiang bi da jia dou hen xiang zhi dao zhe ci wen ti de da an ba 。 xia mian xiao bian jiu wei da jia dai lai le yin yang shi lu hai gui tu qiu zhi e ling da ti 。 you ci liang zai di da ling lu shan qian de shen fen shi ? da an : xun bao lie ren lu hai gui tu huo dong jie shao huo dong shi jian : 9 . 2 3 ~ 9 . 3 0 huo dong qi jian yin yang shi da ren zhi shen ling lu shan zhi zhong , zai ' xu zhi yu ' yu ' shi zhi dao ' ti yan duo zhong wan fa 。 si zhou nian qing zhong bang qing bao da fang song yin yang shi si zhou nian qing zhong bang qing bao da fang song , quan xin shi shen 、 jing mei wai guan 、 nian du ju qing xin zhang 、 si zhou nian xi lie fu li huo dong 、 duo yuan de kua jie he zuo deng zhong bang qing bao jie xiao !' IN NATURAL LANGUAGE MODE) AS similarity FROM ad_download_lang WHERE MATCH(pinyin) AGAINST('you ci liang zai di da ling lu shan qian de shen fen shi ? hen duo xiao huo ban dou xiang yao zhi dao zhe ge da an dao di shi shen me ne ? xiang bi da jia dou hen xiang zhi dao zhe ci wen ti de da an ba 。 xia mian xiao bian jiu wei da jia dai lai le yin yang shi lu hai gui tu qiu zhi e ling da ti 。 you ci liang zai di da ling lu shan qian de shen fen shi ? da an : xun bao lie ren lu hai gui tu huo dong jie shao huo dong shi jian : 9 . 2 3 ~ 9 . 3 0 huo dong qi jian yin yang shi da ren zhi shen ling lu shan zhi zhong , zai ' xu zhi yu ' yu ' shi zhi dao ' ti yan duo zhong wan fa 。 si zhou nian qing zhong bang qing bao da fang song yin yang shi si zhou nian qing zhong bang qing bao da fang song , quan xin shi shen 、 jing mei wai guan 、 nian du ju qing xin zhang 、 si zhou nian xi lie fu li huo dong 、 duo yuan de kua jie he zuo deng zhong bang qing bao jie xiao !' IN NATURAL LANGUAGE MODE) ORDER BY similarity DESC LIMIT 150 |
type | mysql |
hostname | localhost |
database | td.880772.xyz |
hostport | |
dsn | |
params | [] |
charset | utf8mb4 |
prefix | ad_ |
debug | false |
deploy | 0 |
rw_separate | false |
master_num | 1 |
slave_no | |
read_master | false |
fields_strict | true |
result_type | 2 |
resultset_type | array |
auto_timestamp | false |
datetime_format | false |
sql_explain | false |
builder | |
query | \think\db\Query |
break_reconnect | false |