Rafael Carrasco
Rafael Carrasco
I'm trying to connect to a SQL Server database, but SchemaSpy attempts to connect fail. My config file is as follows: ``` schemaspy.t=mssql schemaspy.dp=/home/foo/bin/jars/mssql-jdbc-7.0.0.jre8.jar schemaspy.host=dbms.foo.com schemaspy.port=1433 schemaspy.db=FooBar schemaspy.u=foo schemaspy.p=pass! schemaspy.o=/home/foo/gen/schemaspy/...
### Apiato Core Version 8.x ### PHP Version 8.1.x ### Database Driver & Version _No response_ ### Description Suppose we have an action that receives it's concrete Request as parameter...
## Description There is an Apiato bug that prevented arrays of decoded ids to be nullable, due to the `HashIdTrait` `processField()` method working over null data. This PR fixes that.