wisydb / wisy

Open Source CMS for Training and Educational Purposes
Other
1 stars 3 forks source link

Refactor DB_Admin->execute() #81

Closed pascalhuerten closed 3 months ago

pascalhuerten commented 3 months ago

Update DB_Admin->execute() to take to_encoding and from_encoding parameters instead of bool covertToISO. This is to allow for the conversion of the sql parameters to the specified database encoding and decoding of the results back to the application encoding.

Method DB_Admin->createINClause() will now also return the "IN (...)" to prevent errors in application of the method. Fixed Bugs: