Lucy Zhang

Results 10 issues of 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...

Enhancement
New Feature
needs-discussion
Break Change
reviewed

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...

Needs: Triage (Functions)

Add template here: https://github.com/Azure/azure-functions-templates/tree/dev/Functions.Templates/Templates-v2

engineering

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.

engineering

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

enhancement

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...

output-binding
engineering

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...

engineering