Lucy Zhang
Lucy Zhang
## Description Fixes https://github.com/Azure/azure-functions-sql-extension/issues/936 Adding a test for sql input, output, and trigger. --- ### PR information - [ ] The title of the PR is clear and informative. -...
#### Repro steps 1. Run the following function from templates: ```java package com.function; import java.util.*; import com.microsoft.azure.functions.annotation.*; import com.microsoft.azure.functions.*; /** * Azure Functions with HTTP Trigger. */ public class HttpTriggerJava1...
Error logs from SQL Trigger are not showing up in the function Monitor Logs tab. The function's Monitor Logs tab is empty even though I can see the logs in...
Add template here: https://github.com/Azure/azure-functions-templates/tree/dev/Functions.Templates/Templates-v2
E2E tests has been added for SQL Bindings in java worker: https://github.com/Azure/azure-functions-java-worker/pull/742. Need to add a test for Sql Trigger.
The default Newtonsoft serializer cannot serialize Sql Geometry and Geography types and we would need a custom convertor. https://stackoverflow.com/questions/45848550/newtonsoft-json-jsonserializationexception-error-getting-value-from-value-on
It would be nice to follow this up with merging these into a single Tuple list - avoids confusion about why we'd need to have two separate lists that both...
Instead of doing the steps listed [here](https://github.com/Azure/azure-functions-sql-extension/issues/459) to update our local extension bundle with latest sql dll, we could install the latest SQL extension into the non-Csharp projects and not...