getkirby-v2 / toolkit

This is the deprecated toolkit for Kirby v2.
http://getkirby.com
81 stars 50 forks source link

Refactor database classes #156

Closed lukasbestle closed 8 years ago

lukasbestle commented 8 years ago

To improve security and code readability, I have refactored the database classes Database, Database\Query and Sql. Some minor features have been added along the way. Full changelog:

Because of the added validations, some existing code may break (that's good!). Also, maybe there are some edge cases that will currently not work. So this definitely needs to be included in a Kirby beta before release.