Aleksey Grunin

Results 4 comments of Aleksey Grunin

> > but we get an error at the output: ASC is applied twice > > What do you mean? What is the exact error message? The following error is...

> > The first parameter contains the name of the column you would like to order by. > > https://codeigniter4.github.io/CodeIgniter4/database/query_builder.html#orderby > > Do you think the following is the name...

> Could you paste text instead of screenshots? Screenshots are difficult to read. Logs: ```php CRITICAL - 2024-10-03 11:05:19 --> [Caused by] ErrorException: pg_query(): Query failed: ERROR: column "hourInterval" does...

> In my understanding, when using Query Builder, if you do not specify simple column names, try to set `$escape` to `false` (and surely escape by yourself). > > If...