1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[feature/sphinx-fulltext-search] use CASE instead of IF

IF is not supported in pgsql, use CASE instead supported in both mysql
and pgsql.

PHPBB3-10946
This commit is contained in:
Dhruv
2012-07-12 16:30:45 +05:30
parent 118b57f71d
commit b81941a997
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ source source_phpbb_{SPHINX_ID}_main
p.post_id AS id,
\
p.forum_id,
\
\
p.topic_id,
\
p.poster_id,
@@ -47,7 +47,7 @@ source source_phpbb_{SPHINX_ID}_delta : source_phpbb_{SPHINX_ID}_main
sql_attr_uint = forum_id
sql_attr_uint = topic_id
sql_attr_uint = poster_id
sql_attr_bool = topic_first_post
sql_attr_bool = topic_first_post
sql_attr_bool = deleted
sql_attr_timestamp = post_time
sql_attr_timestamp = topic_last_post_time