when using the raw query, the database prefix gets changed.
For example, my prefix is gda and when using the raw query, i get an error saying
"Base table or view not found: 1146 Table 'gda.product' doesn't exist ".
I've set the prefix doing: `$db->setPrefix('gda');`
What can be the issue here?
Hello,
when using the raw query, the database prefix gets changed. For example, my prefix is gda and when using the raw query, i get an error saying "Base table or view not found: 1146 Table 'gda.product' doesn't exist ". I've set the prefix doing: `$db->setPrefix('gda');` What can be the issue here?
Cheers!