|
impl/memory: Fix time serialization encoding.
In a PropertyMap, time is serialized as an integer type. However, for
queries, time is serialized as a time type. This causes all queries on
time fields to select any encoded time properties, since PTTime > PTInt.
This patch causes queries to serialize PTTime properties as PTInts to
match the indexes.
Fixes #34.
Committed: https://github.com/luci/gae/commit/21185c790cd5f81b3a9378109e23aab22bd99356
Total comments: 3
Total comments: 4
Total comments: 2
Total comments: 1
Total comments: 10
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+463 lines, -191 lines) |
Patch |
 |
M |
impl/memory/datastore_index_test.go
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
impl/memory/datastore_query.go
|
View
|
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
impl/memory/datastore_query_execution_test.go
|
View
|
1
2
3
|
4 chunks |
+80 lines, -2 lines |
0 comments
|
Download
|
 |
M |
service/datastore/key.go
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
service/datastore/pls_impl.go
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
service/datastore/properties.go
|
View
|
1
2
3
4
5
6
7
8
9
10
|
14 chunks |
+266 lines, -115 lines |
0 comments
|
Download
|
 |
M |
service/datastore/properties_test.go
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
service/datastore/serialize/serialize.go
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+77 lines, -58 lines |
0 comments
|
Download
|
 |
M |
service/datastore/serialize/serialize_test.go
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
Total messages: 33 (7 generated)
|