Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 420 Bytes

File metadata and controls

1 lines (1 loc) · 420 Bytes
  • select(), include(), group(), distinct(), and forUpdate() can now start a query-builder chain directly on the model class (e.g. model("Person").select("id,firstName").where("department", "engineering").get()), matching where() and the other entry-position builder methods. forUpdate() is also available when transitioning from a scope chain. (#3346)