[Table Storage] Azurite query behavior different from Azure for null values #2471
Labels
alignment
Alignment between Azurite with Azure Storage production
table-query
table-storage
Relating to Azurite table storage implementation
The behavior when querying Azurite table storage and real Azure table storage is different.
The query
myCol eq null
works without issue against Azurite table storage, but when executed against real Azure table storage the error occures.Azurite log output:
Error when the same query is executed against Azure table storage from Nodejs Azure function
Azurite 3.32.0
The text was updated successfully, but these errors were encountered: