should be INSERT INTO tip.collections (source_id, name) OUTPUT INSERTED.id
Actual behavior
INSERT INTO tip.collections (source_id, name) OUTPUT i_n_s_e_r_t_e_d.id
Workaround
Don't use SnakeCase mode.
@getquill/maintainers
The text was updated successfully, but these errors were encountered:
easel
changed the title
Insert returning on MS SQL Server returns OUTPUT i_n_s_e_r_t_e_d.id
Insert returning on MS SQL Server in SnakeCase mode returns OUTPUT i_n_s_e_r_t_e_d.id
Jan 19, 2020
Expected behavior
Generated sql from
should be INSERT INTO tip.collections (source_id, name) OUTPUT INSERTED.id
Actual behavior
INSERT INTO tip.collections (source_id, name) OUTPUT i_n_s_e_r_t_e_d.id
Workaround
Don't use SnakeCase mode.
@getquill/maintainers
The text was updated successfully, but these errors were encountered: