Welcome Guest, Not a member yet? Register   Sign In
Undefined Property with MSSQL and Active Records
#2

[eluser]Unknown[/eluser]
It is a bug in DB_active_rec.php which is corrected in the newest version under http://bitbucket.org/ellislab/codeigniter

<code>
// some platforms require an escape sequence definition for LIKE wildcards
if ($this->_like_escape_str != '')
{
$like_statement = $like_statement.sprintf($this->_like_escape_str, $this->_like_escape_chr);
}
</code>

($this->_like_escape_char is replaced by $this->_like_escape_chr)


Messages In This Thread
Undefined Property with MSSQL and Active Records - by El Forum - 12-23-2009, 02:37 AM
Undefined Property with MSSQL and Active Records - by El Forum - 09-14-2010, 01:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB