Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Table Storage: Query tables always return not found ERROR #169

Closed
wankes2000 opened this issue Mar 17, 2018 · 2 comments
Closed

Table Storage: Query tables always return not found ERROR #169

wankes2000 opened this issue Mar 17, 2018 · 2 comments
Assignees
Labels

Comments

@wankes2000
Copy link

Hi

When I try to retrieve one previously created table using Azurite emulator by calling:

GET http://127.0.0.1:10002/devstoreaccount1/Tables

I always receive the same ERROR response:

<?xml version="1.0" encoding="utf-8"?>
<Error>
    <Code>TableNotFound</Code>
    <Message>The table specified does not exist.</Message>
</Error>

Is Table Storage query tables feature fully implemented. Thank you in advance

@arafato arafato self-assigned this Mar 17, 2018
@arafato arafato added the bug label Mar 17, 2018
@arafato
Copy link
Owner

arafato commented Mar 17, 2018

Hi @wankes2000 ! Thanks for reporting! Just fixed this bug and released as v2.6.1.
The table storage support is almost fully implemented except batch operations and $select query syntax. Please be aware, however, that table storage support is currently not tested very well. Will start thorough testing when batch feature is implemented.

@wankes2000
Copy link
Author

Thank you very much for your quick response

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants