-
Notifications
You must be signed in to change notification settings - Fork 346
Querybuilder rewrite
WanWizard edited this page Jul 25, 2011
·
19 revisions
Changes at least necessary:
- The compilation should go into the sql engine driver instead of in the QB
- PDO will be the "default" driver, with mysql & mysqli drivers included for legacy support
- Mssql and other tSQL implementation won't be supported officially, but Harro will probably release unofficial drivers (?)
- The base PDO driver will have specialized extensions for mySQL, SQLite and PostgreSQL (?)
Proposals:
- Let's look into merging the DBUtil class into the drivers of the Query Builder (Jelmer)
- Define generic syntax for DBUtil so it becomes more portable (Harro)