ypnos-web / cakephp-datatables

CakePHP3 Plugin for DataTables plug-in for jQuery
MIT License
27 stars 24 forks source link

Add ::text cast for LIKE conditions for Postgres #48

Closed ThomasNucleus closed 6 years ago

ThomasNucleus commented 6 years ago

As discussed in issue #46

ypnos-web commented 6 years ago

Thank you for your valuable contribution.

I wonder, is there a performance penalty in PostgreSQL for the ::text casting when the field is already VARCHAR or TEXT which might warrant the extra effort to only do this for non-text fields?

ypnos-web commented 6 years ago

Thank you, I might clean it up a bit later.