Ticket #510 (closed Feature Request: fixed)

Opened 9 months ago

Last modified 6 weeks ago

MySQL and PgSQL PDO Driver

Reported by: Nowaker Owned by: zombor
Priority: trivial Milestone: 2.3
Component: Libraries:Database Version: SVN HEAD
Keywords: pdo database driver mysql pgsql Cc:

Description

Do you think that writing a Database driver for MySQL and/or PgSQL using PDO would be a good idea? PDO can bind parameters (escape it depending on the type), can roll back unsuccessful queries, has the same syntax both for MySQL and PgSQL (almost).

Change History

in reply to: ↑ description   Changed 8 months ago by HarryR

Replying to Nowaker:

Do you think that writing a Database driver for MySQL and/or PgSQL using PDO would be a good idea? PDO can bind parameters (escape it depending on the type), can roll back unsuccessful queries, has the same syntax both for MySQL and PgSQL (almost).

Would this be for the new DB layer stuff?

I'm quite happy to provide these, along with SQLite, and incorporating bound parameters into the stuff i've already done shouldn't be a problem.

Ideas?

  Changed 6 weeks ago by Shadowhand

  • status changed from new to closed
  • version set to SVN HEAD
  • resolution set to fixed
  • milestone changed from 2.2 to 2.3

This is fixed in r3592 by making object_db built using PDO.

Note: See TracTickets for help on using tickets.