SeaQL / sea-query

πŸ”± A dynamic SQL query builder for MySQL, Postgres and SQLite
https://www.sea-ql.org
Other
1.12k stars 182 forks source link

insert builder supports values from iterator #739

Closed brahmlower closed 7 months ago

brahmlower commented 7 months ago

PR Info

Hey again! πŸ‘‹

The InsertStatement builder doesn't seem to support adding a dynamic number of items without breaking the functional pattern exhibited throughout the docs. I went ahead and added a method for it since it was pretty simple and was a nice quality of life feature.

Though I've got a PR here, there are a few points that I'd like to ask about:

New Features

Bug Fixes

Breaking Changes

Changes

brahmlower commented 7 months ago

Didn't realize this had had a failing test- got that fixed up πŸ‘

tyt2y3 commented 7 months ago

This is the last update before the next major release haha