Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changes "enum" values when comparing Java and Python backends.
  • Loading branch information
danholevoet committed Feb 5, 2013
1 parent 59913dc commit fc3e2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ but there are a few key differences:
than in Java, even though the hold the same data. This will cause the generated
classes corresponding to the schema to have different names.
- Python supports enums and uses `'WHEN'` and `'TEXT'` for the `order` field in
queries, while Java simply uses `"0"` and `"1"`, respectively.
queries, while Java simply uses `"1"` and `"2"`, respectively.
- The Python backend stores the current user for authenticated requests, but does
not return the user in the score insert response or score list response.

Expand Down

0 comments on commit fc3e2a0

Please sign in to comment.