You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to use INSERT INTO table SET x=1, y=2 and get the insert builder functions?
As of now it returns $this->db->query('INSERT INTO table SET x=1, y=2');, which works fine but not ideal
The text was updated successfully, but these errors were encountered:
@Rod911 Great suggestion! I was not using thins Insert type and totally forgot it exists! I look forward to work on this. Or anyone who is interested can support on this issue until is open. Thanks Rod.
Rod911
added a commit
to Rod911/sql-to-ci-builder
that referenced
this issue
Oct 12, 2022
Would it be possible to use
INSERT INTO table SET x=1, y=2
and get the insert builder functions?As of now it returns
$this->db->query('INSERT INTO table SET x=1, y=2');
, which works fine but not idealThe text was updated successfully, but these errors were encountered: