-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add-column / drop-column for multiple fields #415
Comments
I checked on some other databases -- including my "home" MySQL -- and, yeah, HoneySQL's behavior here is just wrong. |
This looks reasonably straightforward for drop but hard for add -- I'll have to give this some thought... |
It's not even straightforward for drop since you can optionally have |
Multiple columns are now supported in |
(postgres specific?)
It's currently not possible to add / drop multiple columns using honeysql
Expected
["ALTER TABLE account DROP COLUMN name, DROP COLUMN email"]
HoneySQL Version 1
The text was updated successfully, but these errors were encountered: