← Back to team overview

phpdevshell team mailing list archive

[Bug 943806] Re: Mysql Connector to PDO Connector Conversion

 

https://blueprints.launchpad.net/phpdevshell/+spec/pdo

** Tags added: database

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/943806

Title:
  Mysql Connector to PDO Connector Conversion

Status in Open Source PHP RAD Framework with UI.:
  In Progress

Bug description:
  The idea of this development conversion is to move as many query
  elements from php based methods to wrapped PDO methods. Meaning, as
  many old methods needs to call PDO features rather. It should always
  be kept in mind that backwards compatibility is essential.

  This development cycle will be viewed as successful if PHPDevShell is
  fully operational under the PDO connector.  This development cycle
  DOES NOT include making PHPDevShell on the 3 major (sqlite, mysql,
  postgre) databases, but does include making it possible to do an
  alternative connection to one of these databases.

  For the development cycle success we will;

  1. Make PHPDevShell work on the PDO database layer.
  2. Move as many PHPDS_query methods over to call PDO methods where possible.
  3. Maintain backwards compatibility.
  4. Support both :foo, bar: (PDO native) and %(foo)s, %(bar) (PHPDS native).
  5. New configuration connection string will be required.

  Thanks for all your time those who will be involved in this process.
  Also thank you Don for investing in PHPDevShell for this leap forward
  and your willingness for both the documentation and the completion of
  this project.

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/943806/+subscriptions


References