lcarli / NodeRed-Azure-SQL

NodeRed node to query easily Azure SQL
Apache License 2.0
1 stars 6 forks source link

Read write updates to Azure SQL node #2

Closed rasavant-ms closed 6 years ago

rasavant-ms commented 6 years ago
  1. Fixed null client issue during Read
  2. Read query now emits JSON response per row
  3. Insert query now working. Returns ID of inserted item, if applicable
  4. Fixed intermittent connection issue
  5. Modified README.txt with changes
rasavant-ms commented 6 years ago

@jonbgallant