simongroenewolt

Results 13 comments of simongroenewolt

@jordanaubert if you copied my example code you might have missed that the $key2 is the correct one, but the line below assigning it still uses $key, so that would...

As additional info I think it's useful to know what the collation of your mysql tables is. You can easily find your table collations using: SHOW TABLE STATUS FROM your_db_name;...

So, this might be interesting information. In a fresh bolt/project setup (using sqlite) I did a {% setcontent pages = 'pages' where {title: '%Test%'} printquery %} And this was the...

Additional insight: * the data is in json columns, this might be related/relevant: https://stackoverflow.com/questions/49782240/can-i-do-case-insensitive-search-with-json-extract-in-mysql * there is code lowercasing parameters, I don't know why, and I also don't know if...

Hmm, the phpunit errors do not look like they are related to my changes, or are they? Update: there _were_ related to my changes, pushed a fix.

I've been thinking a bit more about the general Bolt configuration setup, and while I do think this PR could make sense, I'm wondering if it is the right approach...

> I've successfully managed to get around that by replacing all the "php extensions....." occurrences with the correct php7.4 path. Just a note for the next time you do this,...

@bobdenotter I just realized that without talking about it this PR will just be forgotten :-) Are you interested in getting this merged? I've still marked it WIP as the...

Now this PR actually re-enbles the use of different table prefixes -- I've reverted the workaround. As I didn't have time to actually test it I'll mark the PR 'work...

Note: @FrankHermes and I managed to 'fix' this by upgrading to Bolt 5.2.0 beta.