Releases: MasoniteFramework/orm
Releases · MasoniteFramework/orm
v1.0.44
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
Change Log
Added
- Added ability to not specify a column name to add indexes to the previous column
v1.0.42
Change Log
Added
- Added high level way to change constraint names
v1.0.41
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
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
Change Log
Fixed
- Fixed issue where join would not be passed to query builder
v1.0.38
Change Log
Added
- Added directory options for all commands
v1.0.37
Change Log
Fixed
- Fixed issue when not specifying foreign and local keys in relationships
Added
- Added
skip
andtake
as aliases foroffset
andlimit
to help me more compatible with Orator
v1.0.36
Change Log
Fixed
- Fixed issue where
to_sql
would alter queries before running the get method.
v1.0.35
Change Log
Fixed
- Fixed
to_sql()
resetting the query builder