laulau
laulau
when retrieving a relation which return zero element, cortex gives null instead of a CortexCollection. this is confusing, and forces us to tread those cases with custom code : -...
hi ; is it possible, and what would be the fieldConf of a 1:m self referring relationship ? example : employee table has a manager field, which is a foreign...
F3 v3.8.1 PHP v8.2 trying to set the property like this : ``` /* $object is a SQLMapper */ $object->status = "value"; var_dump($object); ``` output : ``` object(model\InstanceMdl)#10 (14) {...
**Is your feature request related to a problem? Please describe.** when playing some high rate video (from a gopro for example), with many in the same folder, the viewer preloads...
It seems that `current_timestamp()` is quoted into the SQL query. maybe the framework ? runtime/logs/error.log content : > 2020-12-30 14:25:59 [127.0.0.1][admin][9b00825e7d1196eced5e56c583ce0ba0][error][yii\db\Exception] PDOException: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value:...
see the update : https://www.gamingonlinux.com/articles/counter-strike-global-offensive-now-64bit-on-linux.7286 the hack simply doesn't work, as it doesn't react to CSGO launching.
transactions amounts are returned as float, whereas balance amount is returned as string. with some banks (french caisse d'épargne), balance amount has comma instead of dot as decimal separator (ie....
Hi ; Here are some small bugs with those jquery-timepicker options : - "required" attr is only correctly applied by browser if we don't use "useSelect" option - "minTime" is...
Hi ; I come with a really annoying bug : using has() function with nested relations, involving M:M relation, sometimes it does not fetch the expected data. I build a...