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

Improve implementation of associations!! #363

Closed
wants to merge 2 commits into from

Commits on Jun 28, 2016

  1. Improve implementation of associations!!

    diesel:
    * allow to implement the join_dsl for multiple joins between the same
      table. All join related traits are now abstract over the foreign key!!
    * Implement JoinTo for already joined tables to allow joins containing
      multiple tables. Currently it's not possible to join two tables
      multiple times.
    * remove select_column_workaround! and add generic implementations for
      this
    * remove join_through, because it's now possible to build joins
      containing more than two tables
    
    diesel_codegen:
    * add an optional parameter to the has_many and belongs_to annotation
      naming the foreign key column
    * improve name building in codegen (use the Inflector crate for this. We
      don't need to implement this on our own)
    weiznich committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    b710b16 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Configuration menu
    Copy the full SHA
    4b52fe4 View commit details
    Browse the repository at this point in the history