Hi,

I just learnt, that I need to activate the foreign_keys with a SQLie3
database on every connection by sending the command:

  PRAGMA foreign_keys ON;

How can I implement this with Zend\Db\Adapter? Can it be done with the
"driver_options" or should I create a factory that sends this command
after instantation?

Any ideas?

Regards,

Ralf

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to