Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(40)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
Delta Between Two Patch Sets: MANIFEST.in
Issue
4248045
:
python-sql: select examples (Closed)
Left Patch Set: Use property to assert values
Created 13 years, 7 months ago
Right Patch Set: Add setup.py and fix AliasManager for Python 2.7
Created 13 years, 3 months ago
Left:
Base
Patch Set 1: None
Patch Set 2: Don't use list for select but *args
Patch Set 3: Implementation of the examples
Patch Set 4: Implement all comparison operators
Patch Set 5: Add all aggregate functions
Patch Set 6: Improve JOIN, alias thread-safe, add subquery
Patch Set 7: Add Insert and Delete queries
Patch Set 8: Fix comments
Patch Set 9: Refactoring and add more operators
Patch Set 10: Use property to assert values
Patch Set 11: Add __slots__
Patch Set 12: Add order_by example
Patch Set 13: Rename pysql into python-sql
Patch Set 14: Add missing import
Patch Set 15: Pyflakes and pep8
Patch Set 16: Add setup.py and fix AliasManager for Python 2.7
Right:
Patch Set 1: None
Patch Set 2: Don't use list for select but *args
Patch Set 3: Implementation of the examples
Patch Set 4: Implement all comparison operators
Patch Set 5: Add all aggregate functions
Patch Set 6: Improve JOIN, alias thread-safe, add subquery
Patch Set 7: Add Insert and Delete queries
Patch Set 8: Fix comments
Patch Set 9: Refactoring and add more operators
Patch Set 10: Use property to assert values
Patch Set 11: Add __slots__
Patch Set 12: Add order_by example
Patch Set 13: Rename pysql into python-sql
Patch Set 14: Add missing import
Patch Set 15: Pyflakes and pep8
Patch Set 16: Add setup.py and fix AliasManager for Python 2.7
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Jump to:
COPYRIGHT
LICENSE
MANIFEST.in
README
setup.py
sql/__init__.py
sql/aggregate.py
sql/conditionals.py
sql/functions.py
sql/operators.py
Right:
Side by side diff
|
Download
« no previous file with change/comment
|
« LICENSE
('k') |
README »
('j') |
no next file with change/comment »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
LEFT
RIGHT
(no file at all)
1
include LICENSE
2
include COPYRIGHT
3
include README
LEFT
RIGHT
« LICENSE
('k') |
README »
('j') |
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Toggle Comments
('s')
Issue 4248045: python-sql: select examples (Closed)
Created 14 years ago by ced
Modified 13 years, 3 months ago
Reviewers: nicoe, bch, thomas.sharoon
Base URL:
Comments: 40
Recent Issues
|
This issue
This is Rietveld
f62528b