sql-to-ci-builder icon indicating copy to clipboard operation
sql-to-ci-builder copied to clipboard

Support for INSERT SET syntax?

Open Rod911 opened this issue 1 year ago • 1 comments

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

Rod911 avatar Oct 11 '22 09:10 Rod911

@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.

rexshijaku avatar Oct 11 '22 18:10 rexshijaku