mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: Fixed bug #68771 SQL syntax error in sqlite lib
This commit is contained in:
commit
5f68ffad71
1 changed files with 1 additions and 1 deletions
|
@ -139813,7 +139813,7 @@ static int fts3SqlStmt(
|
||||||
/* 12 */ "SELECT idx, start_block, leaves_end_block, end_block, root "
|
/* 12 */ "SELECT idx, start_block, leaves_end_block, end_block, root "
|
||||||
"FROM %Q.'%q_segdir' WHERE level = ? ORDER BY idx ASC",
|
"FROM %Q.'%q_segdir' WHERE level = ? ORDER BY idx ASC",
|
||||||
/* 13 */ "SELECT idx, start_block, leaves_end_block, end_block, root "
|
/* 13 */ "SELECT idx, start_block, leaves_end_block, end_block, root "
|
||||||
"FROM %Q.'%q_segdir' WHERE level BETWEEN ? AND ?"
|
"FROM %Q.'%q_segdir' WHERE level BETWEEN ? AND ? "
|
||||||
"ORDER BY level DESC, idx ASC",
|
"ORDER BY level DESC, idx ASC",
|
||||||
|
|
||||||
/* 14 */ "SELECT count(*) FROM %Q.'%q_segdir' WHERE level = ?",
|
/* 14 */ "SELECT count(*) FROM %Q.'%q_segdir' WHERE level = ?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue