Fixed
Status Update
Comments
pr...@google.com <pr...@google.com> #2
That is your application id?
[Deleted User] <[Deleted User]> #4
This is hugely annoying and seems to be implemented as of V1.7.2. Please fix asap it's driving me insane!
kd...@bonline.com <kd...@bonline.com> #5
There is a limited workaround for this problem: if you type in the namespace _and_ enter a GQL query in the Options area then a result will be returned. However you need to enter the namespace and the GQL query every time you want to query the datastore, whereas before the chosen namespace remained in force until you explicitly changed it or performed an update or delete query.
I agree with the previous poster that this seems to have been introduced by 1.7.2.
I agree with the previous poster that this seems to have been introduced by 1.7.2.
[Deleted User] <[Deleted User]> #6
In addition to last comment, you need to enter the GQL query first, then the namespace. Alternatively include the namespace and query and/or kind in the url. This is tedious. Could we have it the way it used to be? Thanks.
pr...@google.com <pr...@google.com> #7
Escalated to the engineering team.
ca...@rahmstrom.com <ca...@rahmstrom.com> #8
We run a multitenant schema using namespaces and the Datastore Viewer is now useless to us. This must be fixed in 1.7.3. A complete makeover of the UI would be nice. The Query part is very confusing.
as...@gmail.com <as...@gmail.com> #9
When will this be fixed?
Thanks.
Thanks.
ho...@gmail.com <ho...@gmail.com> #10
This one is urgent over here as well. It's impossible to view and manage entities within namespaces.
Thanks a lot!
Thanks a lot!
as...@gmail.com <as...@gmail.com> #11
[Comment deleted]
br...@googlemail.com <br...@googlemail.com> #12
Is there a new Workaround?
[Deleted User] <[Deleted User]> #13
Yeah the work around is to manually enter the namespace in the url. If you look at the url you will see a namespace= param, with no value. You need to enter your namespace after the = sign. If you do not see namespace= in the url at all, then add it yourself (ie &namespace=yournamespace)
as...@gmail.com <as...@gmail.com> #14
For a given namespace, I am not able to do queries involving keys and get correct results in the Admin console
I am doing the following GQL query for the given namespace in the Admin Console
SELECT * FROM AcctgTransaction where __key__ = KEY('AcctgTransacation', 1002, 'Party', 20)
It is returning back all the rows in the admin console.
I am doing the following GQL query for the given namespace in the Admin Console
SELECT * FROM AcctgTransaction where __key__ = KEY('AcctgTransacation', 1002, 'Party', 20)
It is returning back all the rows in the admin console.
[Deleted User] <[Deleted User]> #15
[Comment deleted]
[Deleted User] <[Deleted User]> #16
I've written a little userscript that works in Firefox and Chrome to work around this bug.
I wrote it for my own use so it is provided with no assurances and I accept no liability if it breaks.
Feel free to edit yourself for your specific needs.
Hope it helps :)
EDIT:
Now in GitHub.
https://github.com/JohnGale87/namespace_fix
I wrote it for my own use so it is provided with no assurances and I accept no liability if it breaks.
Feel free to edit yourself for your specific needs.
Hope it helps :)
EDIT:
Now in GitHub.
as...@gmail.com <as...@gmail.com> #17
Any progress on this please...
I am not able to query the production data for analysis and debugging purpose.
I am not able to query the production data for analysis and debugging purpose.
as...@gmail.com <as...@gmail.com> #18
The userscript from john.g... is very helpful. Wish the datastore viewer has a similar interface for namespaces queries.
Description
* Start typing the namespace name
* Select the namespace name
The KINDS are shown in the dropdown.
After doing this, earlier, the namespace text field was shown above. Now, this is missing.
I select the KIND from the dropdown, then it says there are no entities in the empty namespace.
If there are fewer namespaces in the app-id, then a dropdown is shown to select the namespace. Then everything is fine for the app-id.
However, if there are large number of namespaces in the app-id, then the suggest box is shown. While select the namespace here and browsing, then we are not able to view the entities in the namespace.