Skip to content

Datastrore.transaction.select & Datastore.transaction.filter not working properly in GCloud v0.14+  #806

@jiminikiz

Description

@jiminikiz

I have tried the following code snippets in v-0.[14,15,16,17,18]

transaction.filter("email = ", email);

.filter works for v[14,15,16] but not v[17,18] with no changes to my code base. In [17,18] the full amount of rows from the table is returned.

transaction.select(["date","account"]);

.select just hasn't worked for any version [14+]; the full amount of columns is always returned. I have not tested .select with any version before [14].

Metadata

Metadata

Labels

api: datastoreIssues related to the Datastore API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions