flowable / flowable/flowable-engine
Increase column size for processdefinition id
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.9k
- Merge medio
- 7h 8m
- PR unite (30g)
- 2
Descrizione
Since the use of uuid's the ID_ field size (64) is too low for process definitions as the uuid almost takes all the space from the field. We hit the size limit of the field when we use a key that's a bit longer, when this happens the ID_ field does not include the key.
Normally the ID_ field should look like this KEY-uuid.
So when I request a process I can't see the definitionKey instantly, then I have to do an extra rest call just to know the definition key.
field: ID_
table: ACT_RE_PROCDEF
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia individuando la definizione dello schema o della migrazione per la tabella ACT_RE_PROCDEF e il relativo campo ID_. Riproduci il problema con una chiave di definizione del processo più lunga del limite attuale, quindi verifica che l'ID_ memorizzato e restituito mantenga il valore KEY-uuid completo senza troncamenti.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- databases
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100