Skip to content

Generate deterministic column ordering in insert and update queries

Compare
Choose a tag to compare
@VaporBot VaporBot released this 02 May 16:32
· 33 commits to main since this release
e53acf9
This patch was authored and released by @gwynne.

This is an updated version of #556 by @rausnitz which updates the generation of INSERT queries to be both deterministic and more performant by eliding pointless repetition of the Fluent -> SQL conversion of the field list.

Additional kudos for @rausnitz for his enthusiasm, which inspired me to take another hard look at the existing logic!

Closes #543