Luke English
Luke English
+1 for this I am trying to access the same id that is returned when you push the job, from inside the job. Not possible at the moment I believe...
This is still happenin in 2.0.38. Has there been a fix?
Looks like AdminLTE3 by almaseed2010 is soon to be released. Will this repo be updated to work with this change or should I spin up a branch to start working...
+1
I tried this, does not appear to work? Would be nice to be able to specify this in the compose.yml file too...rather than on the command line
I imagine we can put them anywhere. But I agree some structure and keeping them together is best. Do you seperate your business logic into folders like “Blog” and then...
I can open the merge request to fix this, but I wanted to check why we call `$this->db->getSlavePdo()->quote($str)` when not using odbc? ``` if (mb_stripos($this->db->dsn, 'odbc:') === false && ($value...
That works fine, but if you have fallbackToMaster set to false (we have overridden it in db/Connection) you get a database exception. So I think whenever you call getSlavePdo for...
$fallbackToMaster is true by default, and when its true everything works fine. However, if you set this to false (we do this so we can try to connec to a...