Angel Lai
Angel Lai
@webmdt Thanks for the sample. I need to test more databases for this case and check out what alias characters can be accepted. However, to avoid the name conflict, the...
Check out: https://github.com/catfan/Medoo/issues/553
@hediet This issue has been fixed since 0.48.0-dev-20240329. However, the 0.48.0-rc has the problem again, but 0.49.0-dev-20240423 is working. Is it about the building problem?
Use the raw object for the column. https://medoo.in/api/raw
Thank you for your contribution. The `FIND_IN_SET` is only available for MySQL and MariaDB. It's not a general function. I may design a new operator to support every database function...
You are passing a string to the second select() parameter. Please read the documentation. https://medoo.in/api/select.
@stefankummer Sorry, my mistake. However, it should work. It's on the test case. https://github.com/catfan/Medoo/blob/d1ff4e0e873a3e032e3d8804031dd6be4e013b22/tests/SelectTest.php#L60-L73 Please provide the full code you called.
Use `` to quote the column or table name. It will add the prefix. https://medoo.in/api/raw
That request has not merged.
You can check out the database type via `$database->type` and run a different query for it.