Victor Hugo
Victor Hugo
> Hi @victorhugofr , thanks for reporting this issue. I am not an expert in PostgreSQL, so it might be a misunderstanding on our part. Can you provide some more...
In an attempt to mitigate the errors, I moved all entities to the 'public' schema. Now, EvoMaster is unable to connect to the database, with the following error: 
In parallel, I attempted to run the blackbox, and the following error was returned:  ``` java.lang.IllegalStateException: LimitObjectGene has no value at org.evomaster.core.search.gene.LimitObjectGene.getValueAsPrintableString(LimitObjectGene.kt:32) at org.evomaster.core.search.gene.Gene.getValueAsPrintableString$default(Gene.kt:267) at org.evomaster.core.search.gene.OptionalGene.getValueAsPrintableString(OptionalGene.kt:143) at org.evomaster.core.search.service.FitnessFunction.calculateIndividualWithPostHandling(FitnessFunction.kt:104) at...
> por enquanto, você também pode tentar desabilitar o suporte SQL, por exemplo, com`--generateSqlDataWithSearch false --heuristicsForSQL false` Thank you very much for the support, it seems that we've made progress:...