Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

03-filter.md: Fix 'since 1930' -> 'before 1930' typo #46

Merged
merged 2 commits into from
Mar 26, 2015

Conversation

wking
Copy link
Contributor

@wking wking commented Mar 26, 2015

And drop the equality for the 1930 comparison.

wking added 2 commits March 25, 2015 20:42
Since 1930 would have been:

  dated >= "1930-00-00"

but the subsequent query has:

  dated <= "1930-00-00"
The equality case (1930-00-00) isn't before 1930, so we shouldn't
return it.
@mckays630 mckays630 self-assigned this Mar 26, 2015
mckays630 added a commit that referenced this pull request Mar 26, 2015
03-filter.md: Fix 'since 1930' -> 'before 1930' typo
@mckays630 mckays630 merged commit 43dadb4 into swcarpentry:gh-pages Mar 26, 2015
@wking wking deleted the fix-since-1930-typo branch March 28, 2015 18:43
@wking wking mentioned this pull request Apr 5, 2015
rgaiacs pushed a commit to rgaiacs/swc-sql-novice-survey that referenced this pull request May 6, 2017
Minor correction: Author of "Thinking Physics"
zkamvar pushed a commit that referenced this pull request May 8, 2023
03-filter.md: Fix 'since 1930' -> 'before 1930' typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants