Pierre Noël
|
3ffc748b86
|
improve max query in updateRelations - connect
|
2022-09-30 10:54:39 +02:00 |
|
Pierre Noël
|
43106732a2
|
improve max query in insertRelations
|
2022-09-30 10:54:39 +02:00 |
|
Pierre Noël
|
2cebbc2de4
|
fix unique index
|
2022-09-30 10:54:38 +02:00 |
|
Pierre Noël
|
a9819dc375
|
use onConflict in updateRelations
|
2022-09-30 10:54:38 +02:00 |
|
Pierre Noël
|
3b0d6b6e7f
|
refactor deleteAllRelations
|
2022-09-30 10:54:37 +02:00 |
|
Pierre Noël
|
4ce09c5193
|
various fixes
|
2022-09-30 10:54:37 +02:00 |
|
Pierre Noël
|
4ef5e1fa48
|
fix set issues
|
2022-09-30 10:54:36 +02:00 |
|
Pierre Noël
|
c1d82b6f9e
|
use set format
|
2022-09-30 10:54:36 +02:00 |
|
Pierre Noël
|
5d0eb61fae
|
start factorizing code
|
2022-09-30 10:54:35 +02:00 |
|
Pierre Noël
|
e7428cdf83
|
fix tests
|
2022-09-30 10:54:35 +02:00 |
|
Pierre Noël
|
e2d4cb483c
|
fix delete previous relations for anyToOne
|
2022-09-30 10:54:34 +02:00 |
|
Pierre Noël
|
eaf0d84224
|
add decrements to queryBuilder + use it
|
2022-09-30 10:54:34 +02:00 |
|
Pierre Noël
|
59417498ab
|
use NULL as default order + better handle migration
|
2022-09-30 10:54:33 +02:00 |
|
Pierre Noël
|
83c29436ca
|
adapt all entity-manager with 2 order columns
|
2022-09-30 10:54:33 +02:00 |
|
Pierre Noël
|
c4031449fb
|
implement 2 columns + adapt attachRelations
|
2022-09-30 10:54:32 +02:00 |
|
Pierre Noël
|
a1d1879ffb
|
fix create entity with relations in connect
|
2022-09-30 10:54:32 +02:00 |
|
Pierre Noël
|
b7a1e312b4
|
implement simple partial update
|
2022-09-30 10:54:31 +02:00 |
|
Pierre Noël
|
e29c069e2a
|
add first base for reordering
|
2022-09-30 10:54:31 +02:00 |
|
Jamie Howard
|
9270ee9f27
|
fix(database): detect clashing DB tables
chore: rollback front end implementation
|
2022-09-27 17:25:48 +01:00 |
|
Pierre Noël
|
b601daa36b
|
Merge branch 'main' into feature/relations-main-view
|
2022-09-14 11:36:44 +02:00 |
|
Pierre Noël
|
72eec1fb7c
|
Merge branch 'main' into fix/upload-new-file-to-entity
|
2022-09-13 16:00:05 +02:00 |
|
Alexandre Bodin
|
0d73def370
|
Implicit transactioning
|
2022-09-12 15:26:08 +02:00 |
|
Pierre Noël
|
3f72ff3a73
|
Merge branch 'main' into feature/relations-main-view
|
2022-09-08 15:41:31 +02:00 |
|
Alexandre BODIN
|
59b83c5953
|
Merge pull request #14320 from strapi/chore/eslint
chore/eslint
|
2022-09-08 14:45:12 +02:00 |
|
Pierre Noël
|
79e0671e61
|
Merge branch 'main' into fix/upload-new-file-to-entity
|
2022-09-08 11:49:27 +02:00 |
|
Alexandre Bodin
|
886fcc015d
|
Create id column as nullable to avoid conflict with default null values
|
2022-09-07 15:59:07 +02:00 |
|
Alexandre BODIN
|
c84fe78a13
|
Merge pull request #14332 from strapi/chore/increments-updates
Improve pk management in schema builder
|
2022-09-07 11:11:15 +02:00 |
|
Alexandre Bodin
|
019e13d8e9
|
Improve pk management in schema builder
|
2022-09-07 09:11:50 +02:00 |
|
Pierre Noël
|
1850264b3c
|
Merge pull request #14262 from strapi/relations-main-view/get-relations
Add "get relations" route and remove "preview relations"
|
2022-09-06 16:56:49 +02:00 |
|
Gustav Hansen
|
931f6cdc8f
|
Merge branch 'main' into feature/relations-main-view
|
2022-09-06 14:39:03 +02:00 |
|
Alexandre BODIN
|
ec040e6075
|
Merge pull request #14267 from WalkingPizza/fix/14193
Allow USE RETURNING in SQLite
|
2022-09-06 14:28:07 +02:00 |
|
Pierre Noël
|
79355cf239
|
properly handle knex queries for in and notIn
|
2022-09-06 12:17:55 +02:00 |
|
Pierre Noël
|
1958e08559
|
replace previewMany by getExistingRelations
|
2022-09-06 12:17:54 +02:00 |
|
Alexandre Bodin
|
70b6966458
|
Fix eslint database
|
2022-09-05 19:44:58 +02:00 |
|
Pierre Noël
|
b68aa8fcc6
|
fix conflict
|
2022-09-05 16:31:05 +02:00 |
|
Pierre Noël
|
23657b7b5a
|
factorize code
|
2022-09-05 16:18:37 +02:00 |
|
Pierre Noël
|
aa53790bd5
|
refactor with groupby
|
2022-09-05 16:18:37 +02:00 |
|
Pierre Noël
|
a658c6cc0a
|
handle component use case
|
2022-09-05 16:18:36 +02:00 |
|
Pierre Noël
|
8100cffb3d
|
use a grouped approach for where
|
2022-09-05 16:18:36 +02:00 |
|
Pierre Noël
|
f681c064c4
|
Fix relation not correctly set when uploadinga new file to an entity
|
2022-09-05 16:18:35 +02:00 |
|
WalkingPizza
|
f40c1f517a
|
Allow USE RETURNING in SQLite
|
2022-08-31 10:56:06 +02:00 |
|
Pierre Noël
|
b4f6c87fd4
|
avoid using db metadata
|
2022-08-30 15:12:05 +02:00 |
|
Pierre Noël
|
7f521c9348
|
refactor relation findNew route
|
2022-08-30 15:12:03 +02:00 |
|
Marc-Roig
|
b2abaa9018
|
Merge branch 'main' into fix/delete-components-when-deleting-entity
|
2022-08-29 09:08:59 +02:00 |
|
Marc-Roig
|
6f2134bcd6
|
load components from entity manager load
|
2022-08-26 14:22:05 +02:00 |
|
Alexandre Bodin
|
8f44422e8e
|
Handles sqlite not able to add an increment table
|
2022-08-19 11:14:38 +02:00 |
|
Alexandre Bodin
|
714268f310
|
Add primary keys to relational table
|
2022-08-19 09:58:20 +02:00 |
|
Alexandre BODIN
|
2a9050d0d7
|
Merge pull request #14017 from strapi/chore/use-eslint-config
Chore/use eslint config
|
2022-08-11 16:19:29 +02:00 |
|
Pierre Noël
|
d49d687e72
|
Merge pull request #14032 from strapi/fix/populate-dz
Ignore if populating a scalar attribute
|
2022-08-11 15:38:41 +02:00 |
|
Alexandre Bodin
|
b4572b7fb5
|
Refactor some multi class files
|
2022-08-11 10:20:50 +02:00 |
|