|
79d704083a
|
Add many eslint rules and fix all linting issues
|
2020-09-28 14:15:22 +02:00 |
|
|
2f822aa61c
|
ModelRelation: simplify foreign model constructor parameter
|
2020-09-07 14:30:11 +02:00 |
|
|
0e37014667
|
ModelQuery: add nested eagerloading
|
2020-09-07 13:43:02 +02:00 |
|
|
25f890e082
|
Remove unnecessary db query to determine whether a model exists in db
|
2020-09-06 10:45:26 +02:00 |
|
|
e403dfa863
|
ModelQuery: fix field disambiguation
|
2020-09-05 15:51:44 +02:00 |
|
|
84f2f7118a
|
Csrf protection test: migrate to supertest
|
2020-08-05 12:06:21 +02:00 |
|
|
76811dd0b8
|
Add more tests for Model
|
2020-08-05 10:45:13 +02:00 |
|
|
be6e659ca2
|
ModelFactory: refactor make into create
|
2020-07-27 10:52:39 +02:00 |
|
|
c0dd48d064
|
Fix missing fields by default and fix model construction flow
|
2020-07-24 15:40:40 +02:00 |
|
|
ec5b2b9aa0
|
Revamp model system
- Add model relations
- Get rid of SQL_CALC_FOUND_ROWS (deprecated)
- Eager loading
|
2020-06-27 14:45:05 +02:00 |
|
|
0970ff3116
|
Make model primaryKey dynamic (allows for composite primary keys)
|
2020-06-04 14:59:41 +02:00 |
|
|
3bf4f93b74
|
Force an application to register migrations
|
2020-04-23 16:03:54 +02:00 |
|
|
e77ee6bbdd
|
Add tests
|
2020-04-23 11:40:55 +02:00 |
|