Thijs Damsma
Thijs Damsma
Add a `.alias('Desired name') ` clause to the column query passed into ColumnDT
@vsevolod-kolchinsky Sorry for missing this PR. Can you provide an example of the injection? As far as I am aware all results shuld be returned as json adn thus not...
I expect you can fix this by casting to String, not Text. Postgres doesn't care about the difference, Orcale apparently does
Don't know if I understood the question, but you can query and filter results combined from multiple tables by joining them
@Pegase745, I propose to run black formatter first (see #133), then rebase this PR on to get a proper diff. @kartikeyas00 I don't fully understand what usecase this is solving....
> > > @tdamsma @Pegase745 Any update on this? There are still a bunch of merge conflicts, making it really hard to see what the scope of the changes is....
I'm still around, but not too often. I missed this discussion, will have a look. PR's are always welcome
No, that is not supported directly, search input is translated to a where clause. Probably you can work around this by doing a subquery first and then filtering (using where)...
@grakic, please forgive my ignorance, but can you explain to me what the benefit of this is? Could you select a subset of the columns client side and only have...
@Pegase745 What do you think of this PR?