Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for INSERT SET syntax? #4

Open
Rod911 opened this issue Oct 11, 2022 · 1 comment
Open

Support for INSERT SET syntax? #4

Rod911 opened this issue Oct 11, 2022 · 1 comment

Comments

@Rod911
Copy link

Rod911 commented Oct 11, 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 ideal

@rexshijaku
Copy link
Owner

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants