dnlnln / generate-sql-merge

Generate SQL MERGE statements with Table data
MIT License
337 stars 151 forks source link

Added @serializable option #112

Closed drmcclelland closed 2 months ago

drmcclelland commented 2 months ago

@dnlnln I would like to add the @serializable option (which defaults to the current behavior) to control whether the generated MERGE will include the WITH (SERIALIZABLE) table hint.

dnlnln commented 2 months ago

Thanks for your contribution!