new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust...
commit7347514d9ba6f77d65799f1d3710eab6b3258e0e
authoracydburn <acydburn@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sat, 23 Jun 2007 12:16:20 +0000 (23 12:16 +0000)
committeracydburn <acydburn@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sat, 23 Jun 2007 12:16:20 +0000 (23 12:16 +0000)
tree7fb1714171d4744d4df35138da1a3e799f28db90
parent98a6ee4b664f7bcd4ad823cee6c6792ea8fa0f81
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: http://code.phpbb.com/svn/phpbb/trunk@7788 89ea8834-ac86-4346-8a33-228a782c2dd0
18 files changed:
phpBB/docs/CHANGELOG.html
phpBB/includes/acp/acp_permission_roles.php
phpBB/includes/acp/acp_permissions.php
phpBB/includes/acp/acp_prune.php
phpBB/includes/acp/acp_users.php
phpBB/includes/acp/auth.php
phpBB/includes/auth.php
phpBB/includes/db/dbal.php
phpBB/includes/db/mssql.php
phpBB/includes/db/mssql_odbc.php
phpBB/includes/db/sqlite.php
phpBB/includes/functions.php
phpBB/includes/functions_admin.php
phpBB/includes/search/search.php
phpBB/includes/template.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/memberlist.php
phpBB/search.php