mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).
git-svn-id: file:///svn/phpbb/trunk@7788 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -295,6 +295,7 @@ p a {
|
||||
<li>[Fix] Correctly check permissions on the UCP subscription/bookmark pages (Bug #12595)</li>
|
||||
<li>[Fix] Only convert non-orphaned PMs</li>
|
||||
<li>[Fix] Fixed a few Postgres related errors (Bug #12587)</li>
|
||||
<li>[Feature] New DBAL wrapper for LIKE expressions / sql_like_expression()</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user