Skip to content

Commit

Permalink
forgot pdomysql nullDate default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Uhl committed Aug 9, 2016
1 parent 393e9f8 commit 03cca45
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libraries/joomla/database/driver/pdomysql.php
Expand Up @@ -52,6 +52,15 @@ class JDatabaseDriverPdomysql extends JDatabaseDriverPdo
*/
protected static $dbMinimum = '5.0.4';

/**
* The null or zero representation of a timestamp for the database driver. This should be
* defined in child classes to hold the appropriate value for the engine.
*
* @var string
* @since 3.4
*/
protected $nullDate = '0000-00-00 00:00:00';

/**
* Constructor.
*
Expand Down

0 comments on commit 03cca45

Please sign in to comment.