mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12671] Possibility to use NOT LIKE expression
PHPBB3-12671
This commit is contained in:
@@ -191,6 +191,10 @@ namespace phpbb\db\driver
|
||||
{
|
||||
}
|
||||
|
||||
function sql_not_like_expression($expression)
|
||||
{
|
||||
}
|
||||
|
||||
function sql_fetchrowset($query_id = false)
|
||||
{
|
||||
return array(
|
||||
|
Reference in New Issue
Block a user