Evan Rittenhouse
Evan Rittenhouse
LGTM, please just fix the failing tests :)
@ephys I can take this one. I see `mysql` is the marked DB type, but this should affect all of them, no?
@ephys sorry, got really busy with stuff and just starting to look into this. Unless I'm wrong, this just looks like changing the return value of `bulkInsert` from `results[0]` to...
@ephys Cool. Read through the PR you linked [here](https://github.com/sequelize/sequelize/issues/14325#issuecomment-1089276253), and I don't necessarily see a reason for the returned array to include the number of rows affected. As far as...
@ephys I'm a little confused on the example given above. I don't see this behavior with SQLite tests, so I don't think it happens on all databases. Before installing MySQL...
@ephys It looks like this behavior actually differs between dialects. [Here](https://github.com/sequelize/sequelize/blob/9950b4bee896e9b50f6752be2767e28c9ba84a12/src/dialects/abstract/query.js#L83), the insert ID field is `insertId`. In SQLite, though, there's a different insert ID - `lastInsertID`. These return two...
@youknowone How difficult do you think this would be?
@DimitrisJim how difficult do you think this would be?
Sure! I'd love to get onto the compiler side. Do you have a recommendation for where I should look?
So this is what it looks like with the Rust Treesitter parser installed (previously, I don't think it was. Still some weird highlight colors, specifically parameter names, macros, and crates)....