Skip to content

Releases: MasoniteFramework/orm

v1.0.44

02 Apr 03:04
Compare
Choose a tag to compare

Change Log

Added

  • Added truncate to the query builder
  • Added add_foreign to the schema builder
  • Added ability to specify multiple columns for primary keys to create composite keys

Fixed

  • Fixed DB.statement error

Changed

  • Changed primary keys from being column constraints to table constraints

v1.0.43

24 Mar 22:13
Compare
Choose a tag to compare

Change Log

Added

  • Added ability to not specify a column name to add indexes to the previous column

v1.0.42

24 Mar 03:08
Compare
Choose a tag to compare

Change Log

Added

  • Added high level way to change constraint names

v1.0.41

17 Mar 01:16
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed issue where Postgres was being passed a dictionary when trying to cast to JSON type

Changed

  • Cast objects now must have a set method to them.

v1.0.40

12 Mar 03:25
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed issue where print statement was inside the grammar class

Added

  • Added new join_on method for specifying additional clauses for joins

v1.0.39

11 Mar 20:13
542ab41
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed issue where join would not be passed to query builder

v1.0.38

10 Mar 17:43
Compare
Choose a tag to compare

Change Log

Added

  • Added directory options for all commands

v1.0.37

10 Mar 01:02
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed issue when not specifying foreign and local keys in relationships

Added

  • Added skip and take as aliases for offset and limit to help me more compatible with Orator

v1.0.36

06 Mar 21:30
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed issue where to_sql would alter queries before running the get method.

v1.0.35

06 Mar 02:53
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed to_sql() resetting the query builder