Anthony S. Wu
Anthony S. Wu
Thanks for your reply. I see, I was guessing the file `startupRAMDiskandCacheMover` was actually the one. Just my 2 cents, I think it would be much better for the startup...
+1 ran into the exact same problem too.
@bllim Thanks for the update! @swilla I am doing aliases with join tables too, but got no problems. What would happen if you do that with just a `->get()`? I...
I think the issue is that `DataTables.php` lines 380 and 390 are trying to `preg_match` the alias on query's select and parse it as the table name and column, as...
Here is the code I used. But I am using the whole table name before. What I am thinking is, would that be possible when @swilla did `composer update` it...
@bllim on prefix table, with table alias: Fail on prefx table, without table alias: Success no prefix table, with table alias: Fail no prefix table, without table alias: Success ```...
When it comes to prefix table with alias, event without DataTables, it looks like the actual query will throw a column not found exception. I wrote a simple quick checks,...
I also happened to get the exact same error when using 3.2.2 using Gradle Kotlin. OS: macOS Ventura 13.6 Podman: 1.7.1 ``` * What went wrong: Execution failed for task...
Yes, I would like to sort it like it behaves in SQL. Here is a slightly modified version borrowed from comments of http://php.net/array_multisort so that it accepts dot-notation keys and...
Yes. Edit: I am also thinking the possibilities of catching exceptions so I can handle errors in my code.