We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
seeTopGenes().flatMap()
seeAllGenes()
1 parent 368d889 commit a75b4d1Copy full SHA for a75b4d1
1 file changed
core/src/main/kotlin/org/evomaster/core/sql/SqlActionUtils.kt
@@ -155,8 +155,7 @@ object SqlActionUtils {
155
156
for (i in 0 until actions.size) {
157
val currentAction = actions[i]
158
- val currentFkGenes = currentAction.seeTopGenes()
159
- .flatMap { it.flatView() }
+ val currentFkGenes = currentAction.seeAllGenes()
160
.filterIsInstance<SqlForeignKeyGene>()
161
162
currentFkGenes.find { !it.nullable && !it.isBound() }
0 commit comments