kastermester / hhvm-pgsql

Postgres Extension for the HipHop PHP Virtual Machine
Other
1 stars 0 forks source link

LOBs should be supported #3

Open kastermester opened 10 years ago

kastermester commented 10 years ago

This is a two fold issue:

  1. There are code paths in the getColumn method that needs an implementation, this should be doable.
  2. The PgSql specific PDO functions (pgsqlLOBCreate and friends) needs to be implemented. However, at least for now this is not possible with the way the PDO implementation is done inside HHVM. Some changes needs to happen in ext_pdo and possibly pdo_driver as well.