jsanders
jsanders
@wilsonge _1) Joomla has defined the following parameters:_ JOOMLA\libraries\vendor\joomla\database\src\Sqlsrv\SqlsrvStatement.php protected $parameterTypeMapping = [ ParameterType::BOOLEAN => ParameterType::BOOLEAN, ParameterType::INTEGER => ParameterType::INTEGER, ParameterType::LARGE_OBJECT => ParameterType::LARGE_OBJECT, ParameterType::NULL => ParameterType::NULL, ParameterType::STRING => ParameterType::STRING, ]; _2)...
This is an example of what I mean. The `ParameterType::DOUBLE` is not available. ``` $test = (float) $value; // e.g. $value = 2.2311 $query = $db->getQuery(true) ->select($db->quoteName('id')) ->from($db->quoteName('#__example')) ->where($db->quoteName('test') ....
>Please rebase on 4.1-dev It's just a small extension, a new feature might be a bit exaggerated. Or is there some other argument?This comment was created with the J!Tracker Application...
>Some checks were not successful: continuous-integration/drone/pr — Build is failing What does this mean? Action? [EDIT] I see that this problem has resolved itself.
> We have 27 release blocker and most of the time I only see some new stuff if no one fixes the release blocker and only add new fancy stuff...
> You don't need to, I changed your target branch to 4.1-dev I see it has already happened. :smiley: Thanks.
>Please rebase on 4.1-dev Please test in Joomla [4.1]. @maikol-ortigueira / @pabloariasThis comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30834.
Thanks all.
>Again: I would merge it, I would merge it, but I think the parameter are not necessary. Sorry, I read about this. Do you mean both parameters? For now I...
>If someone want to disable the messages, he/she/it can just make a language override to an empty string. I have the following notes: 1) Not everyone likes a login /...