aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/driver_interface.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-0/+10
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-0/+84
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12282] Add new line at EOF of the interfaceJoas Schilling2014-04-011-1/+1
* [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-011-0/+355
="hl kwa">public function effectively_installed() { return phpbb_version_compare($this->config['version'], '3.1.9-RC1', '>='); } static public function depends_on() { return array( '\phpbb\db\migration\data\v31x\v318', ); } public function update_data() { return array( array('config.update', array('version', '3.1.9-RC1')), ); } }