sqlite3 and result ordering according to non-ASCII collations |
It seems there is no way to generate the query `ORDER BY last_name COLLATE LT DESC` with orderBy().
https://github.com/codeigniter4/CodeIgni...1449-L1497 You need to extend the orderBy() method. |
Messages In This Thread |
sqlite3 and result ordering according to non-ASCII collations - by dgvirtual - 06-17-2024, 12:09 AM
RE: sqlite3 and result ordering according to non-ASCII collations - by kenjis - 06-17-2024, 01:38 AM
RE: sqlite3 and result ordering according to non-ASCII collations - by dgvirtual - 06-17-2024, 04:08 AM
RE: sqlite3 and result ordering according to non-ASCII collations - by kenjis - 06-17-2024, 04:17 PM
RE: sqlite3 and result ordering according to non-ASCII collations - by dgvirtual - 06-18-2024, 09:06 AM
RE: sqlite3 and result ordering according to non-ASCII collations - by dgvirtual - 07-14-2024, 08:25 AM
|