Skip to content

Conversation

Eh2406
Copy link
Contributor

@Eh2406 Eh2406 commented Feb 18, 2017

This is a fix for #524.

@Eh2406
Copy link
Contributor Author

Eh2406 commented Feb 18, 2017

I don't know what || '::%' syntax means so I left it.

@carols10cents
Copy link
Member

Looks great!!!

The || '::%' syntax means:

  • || is the concat operator in postgres, confusingly
  • :: is the separator we're using to separate categories and subcategories
  • % is the wildcard operator in postgres

so this finds all subcategories beneath a category. So leaving it there is the correct thing to do!

Thank you!!! 🎏

@carols10cents carols10cents merged commit 68149f9 into rust-lang:master Feb 21, 2017
@Eh2406 Eh2406 deleted the fix524 branch February 22, 2017 03:30
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