benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.34k stars 1.14k forks source link

filterData #1528

Closed junglaCODE closed 3 years ago

junglaCODE commented 3 years ago

Which branch are you using? 2/3/*4 (branch used should match CodeIgniter version)

What commit hash are you on? Attempt updating to the latest commit on your branch.

What CodeIgniter version are you using? v2/v3/*v4

What PHP version are you using? PHP 5.4/5.6/5.7/7.0/*7.4/etc

Describe the bug

FilterData no it does not work getFieldNames , I think the error is related to https://forum.codeigniter.com/thread-65675.html

thanks

junglaCODE commented 3 years ago

the database is posgresql 12

benedmunds commented 3 years ago

Can you confirm that you're on the latest commit of CI?

junglaCODE commented 3 years ago

yes is the latest commit, i belive problem it's related to https://forum.codeigniter.com/thread-65675.html. I used postgresql 12 . I hope I can solve it and send the patch. Thanks. I am going to try mysql

junglaCODE commented 3 years ago

Solve this problem with this modification in the function. I hope it is helpful for this library. :) #developersjunglaCode From Villagran Guanajuato

/**

benedmunds commented 3 years ago

Can you submit a new PR with just this change? Looks like the other PR is against the master branch instead of the 4 branch so I'm going to close that one.

benedmunds commented 3 years ago

Closing due to inactivity. Please feel free to re-open when the PR is ready for another review.