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

Repository query page #343

Open
3 of 6 tasks
davydovanton opened this issue Jun 14, 2017 · 1 comment
Open
3 of 6 tasks

Repository query page #343

davydovanton opened this issue Jun 14, 2017 · 1 comment
Assignees

Comments

@davydovanton
Copy link
Member

davydovanton commented Jun 14, 2017

We should add a new page with repository query examples.

TODO

  • joins;
  • groub by;
  • where with block (ILIKE, IN, etc);
  • order;
  • some SQL functions (type casting for example);
  • #exist?

If you want to see something special please, add comment with it

@malin-as
Copy link
Contributor

malin-as commented Oct 3, 2017

Hi,

Based on my experience with my current project, I'd like to propose docs on (or a small snippet about the feature not being available):

  • "chained associations", for instance A has_many B, B has_many C, and C has_many D
  • composite primary keys (doesn't seem to work at the moment?)
  • transactions
  • using SELECT COUNT(*) rather than using the count method on a SELECT *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants