1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16:39 +02:00

implemented escapeLike() and modifiers %~like, %like~, %~like~

This commit is contained in:
David Grudl
2010-08-25 18:45:48 +02:00
parent 46a3b8a42c
commit b8e518f44b
13 changed files with 168 additions and 2 deletions

View File

@@ -255,6 +255,19 @@ class DibiSqliteDriver extends DibiObject implements IDibiDriver, IDibiResultDri
/**
* Encodes string for use in a LIKE statement.
* @param string
* @param int
* @return string
*/
public function escapeLike($value, $pos)
{
throw new NotSupportedException;
}
/**
* Decodes data from result set.
* @param string value