Jan Aagaard Meier
Jan Aagaard Meier
Pretty sure they don't right now, but they probably should
Closing, no response
@felipejfc Which postgres 9.5.2 feature will help us here :) ?
As i read the issue, its about doing `SET field1 = 'foo' WHERE id = 1, SET field1 = 'bar' WHERE id = 2` in a single query, which is...
We are cool kids too! https://github.com/sdepold/sequelize/blob/master/lib/dialects/mysql/query-generator.js Have a look at the selectQuery function ;-). You can access this magical SQL creator through `Sequelize.getQueryInterface().QueryGenerator`
@connor4312 As far as I can see, this completely foregoes sequelize models? You'd get the same by using squel directly and calling `sequelize.query` with that, right? We have improved support...
Exemption Request: I do not think this change qualifies for an integration test. It should not change the output of `cdk synth`. Additionally, the PR already changes unit tests, which...
Turns out mock-fs does not work with node 20 https://github.com/tschaub/mock-fs/issues/384 Managed to fix the latest failing test :crossed_fingers:
@aws-cdk-automation Can I talk to a human please? I believe my PR is ready for review