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

Query Examples #1

Open
19 of 41 tasks
parkerl opened this issue Nov 9, 2015 · 0 comments
Open
19 of 41 tasks

Query Examples #1

parkerl opened this issue Nov 9, 2015 · 0 comments

Comments

@parkerl
Copy link
Owner

parkerl commented Nov 9, 2015

  • distinct
    • generic
    • with query expression
    • with order by
  • from
    • basic
    • with multiples
  • group_by
  • having
  • join
    • basic
    • with fragment
  • limit
  • first
  • last
  • lock
  • offset
  • order_by
    • basic
    • DESC
    • with atom field names
    • interpolated kw list
  • preload
    • basic
    • with joins
    • nested
    • with a query
  • select
  • update
    • basic
    • increment
    • push
    • pull
  • where
  • exclude
  • subquery
  • map update syntax. Example: from p in Post, select: %{p | title: "fixed"}
  • custom select field in preload queries
  • struct fields to be selected with struct/2 and map fields with map/2, including support for dynamic fields
  • :on field to be specified with association joins
  • Support prepared queries in adapters
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

No branches or pull requests

1 participant