Welcome Guest, Not a member yet? Register   Sign In
sqlite_forge bug
#1

[eluser]Unknown[/eluser]
In sqlite_forge, the following line is imho buggy:

if ($if_not_exists === TRUE && version_compare($this->_version(), '3.3.0', '>=') === TRUE)

it should really be

if ($if_not_exists === TRUE && version_compare($this->db->_version(), '3.3.0', '>=') === TRUE)

as $this doesn't have _version?

Best regards,
Andreas




Theme © iAndrew 2016 - Forum software by © MyBB