ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:for_removal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
v5:database:for_removal [2020/01/08 03:23] mnewnhamv5:database:for_removal [2020/01/09 03:45] – [LDAP Driver] mnewnham
Line 29: Line 29:
 | [[v5:database:odbc#mssql2012ODBC mssql2012]]  | odbc_mssql2012                               | Make the extended feature of this driver the default in the parent             | | [[v5:database:odbc#mssql2012ODBC mssql2012]]  | odbc_mssql2012                               | Make the extended feature of this driver the default in the parent             |
 | [[v5:database:sqlite]]                        | sqlite3                                      | merge current version back to **sqlite**                                       | | [[v5:database:sqlite]]                        | sqlite3                                      | merge current version back to **sqlite**                                       |
-| [[v5:database:postgresql]]                    | postgres64, postgres7, postgres8, postgres9  | Merge all versions back to **postgres**                                       |+| [[v5:database:postgresql]]                    | postgres64, postgres7, postgres8, postgres9  | Merge all versions back to **postgres**                                        | 
 +| [[v5:database:pdo#mssql|PDO mssql]]           | mssql                                        | Obsolete driver                                                                |
  
 ===== Remaining ===== ===== Remaining =====
Line 46: Line 47:
  
  
- + ===== The thing about the PDO driver ===== 
 +Take, for example, pdo_mysql. This driver is really just the mysql driver. It doesn't really have anything to do with PDO. This is the same for all the PDO drivers.  
 + 
 +If you were going to make the drivers loadable classes, it would make no sense to have these as extensions of PDO, they should be an extension of the native driver so that they all have access to the already written methods in the native driver. 
 + 
 +How to link them to the base driver I have no idea. 
 + 
 +===== LDAP Driver ===== 
 +Isn't really the same thing as all the others. It's useful, but doesnt really fit in with the others. Maybe we should break it off to its own directory or something. 
 +===== ociquercus ===== 
 +This seems to have a lot of complicated cursor stuff in it. I think John was a bit of an oracle hacker. would be a shame to lose it but not quite sure what to do with it
  
v5/database/for_removal.txt · Last modified: 2020/01/09 04:03 by mnewnham