-
-
Notifications
You must be signed in to change notification settings - Fork 198
Comparing changes
Open a pull request
base repository: adonisjs/lucid
base: v3.0.3
head repository: adonisjs/lucid
compare: v3.0.4
- 9 commits
- 14 files changed
- 1 contributor
Commits on Aug 12, 2016
-
feat(lucid): add support for findByOrFail
just like findOrFail, findByOrFail can also remove lots of clauses
Configuration menu - View commit details
-
Copy full SHA for 2ec6a52 - Browse repository at this point
Copy the full SHA 2ec6a52View commit details -
feat(lucid): add support for fill method
fill method can be used to fill bulk values for saving/updating
Configuration menu - View commit details
-
Copy full SHA for fee8e31 - Browse repository at this point
Copy the full SHA fee8e31View commit details -
test(lucid): clean tests to have isolated state
each lucid test now has its own test state
Configuration menu - View commit details
-
Copy full SHA for d6b028e - Browse repository at this point
Copy the full SHA d6b028eView commit details -
feat(lucid): add static truncate
static truncate to truncate model database table name
Configuration menu - View commit details
-
Copy full SHA for 87f16a2 - Browse repository at this point
Copy the full SHA 87f16a2View commit details -
feat(lucid): add fresh method to grab fresh instance
fresh method will return the fresh instance by making a query, it is helpful when db has defaults and you want them after writes
Configuration menu - View commit details
-
Copy full SHA for 4d72794 - Browse repository at this point
Copy the full SHA 4d72794View commit details -
fix(lucid:relations): keep relation output consistent
eager loading relations has inconsistent output, whereas it needs to be consistent Closes #45
Configuration menu - View commit details
-
Copy full SHA for c74e081 - Browse repository at this point
Copy the full SHA c74e081View commit details -
feat(lucid): add support for transactions
now model instance useTransaction method makes it easier to use transactions for database writes Closes #43
Configuration menu - View commit details
-
Copy full SHA for 59cfa02 - Browse repository at this point
Copy the full SHA 59cfa02View commit details
Commits on Aug 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bc33105 - Browse repository at this point
Copy the full SHA bc33105View commit details -
Configuration menu - View commit details
-
Copy full SHA for fff3e5f - Browse repository at this point
Copy the full SHA fff3e5fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.3...v3.0.4