betr-io / terraform-provider-mssql

Terraform provider for Microsoft SQL Server
https://registry.terraform.io/providers/betr-io/mssql/latest
MIT License
35 stars 28 forks source link

feat: add String_Split function if not exist #17

Closed ghost closed 2 years ago

ghost commented 2 years ago

Create function Split_String if not exist.

Fix https://github.com/betr-io/terraform-provider-mssql/issues/7

ghost commented 2 years ago

I have tested on a base where it is not present and it is functional. I was careful not to affect other users.