Assigned
Status Update
Comments
sg...@ford.com <sg...@ford.com> #2
I have forwarded your request to our engineering team. I cannot provide an E.T.A. or guarantee that this feature will be deployed. Rest assured that your feedback is always seriously taken. Any future updates will be posted on this thread.
om...@henkel.com <om...@henkel.com> #3
Is there any progress with that feature request?
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com> #4
I'm also very interested in having this extension in cloudsql for postgres since it's blocking the emigration of one of ours databases
da...@cvshealth.com <da...@cvshealth.com> #5
+1 to voting for the ip4r extension. Currently not supported in Cloud SQL and we make use of it.
Description
This will create a feature request which anybody can view and comment on.
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish: Support SQL server CLR Assemblies
Enable CLR Assemblies in Microsoft SQL Sever instances to allow the use of .Net Framework assemblies written in C# or F# that can be used for functions, triggers, stored procedures, user defined types, streaming table-valued functions and user defined aggregates. sp_configure 'CLR ENABLED', 1 ALTER DATABASE <DBNAME> SET TRUSTWORTHY ON;