ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Variables | |
if($argc< 2) | $paths |
foreach($paths as $path) | $dsn = $argv[1] |
$user = isset($argv[2]) ? $argv[2] : null | |
$pass = isset($argv[3]) ? $argv[3] : null | |
$backupPostfix = time() | |
$pdo = new PDO($dsn, $user, $pass) | |
$driver = $pdo->getAttribute(PDO::ATTR_DRIVER_NAME) | |
switch ( $driver) | |
$addValueType = false | |
try | |
$row = $result->fetch(\PDO::FETCH_ASSOC) | |
if(! $row) | $columnCount = count($row) |
if($columnCount===3) | else |
$migrateCalendars = true | |
catch(Exception $e) | if ( $migrateCalendars) |
$addValueType = false |
Definition at line 85 of file migrateto32.php.
$backupPostfix = time() |
Definition at line 61 of file migrateto32.php.
if (! $row) $columnCount = count($row) |
Definition at line 204 of file migrateto32.php.
Referenced by Matrix\Matrix\dropColumns(), Matrix\Matrix\getColumns(), and PhpOffice\PhpSpreadsheet\Reader\Gnumeric\processColumnLoop().
$driver = $pdo->getAttribute(PDO::ATTR_DRIVER_NAME) |
Definition at line 69 of file migrateto32.php.
foreach ( $paths as $path) $dsn = $argv[1] |
Definition at line 57 of file migrateto32.php.
$migrateCalendars = true |
Definition at line 210 of file migrateto32.php.
$pass = isset($argv[3]) ? $argv[3] : null |
Definition at line 59 of file migrateto32.php.
if ( $argc< 2) $paths |
Definition at line 45 of file migrateto32.php.
$pdo = new PDO($dsn, $user, $pass) |
Definition at line 65 of file migrateto32.php.
$row = $result->fetch(\PDO::FETCH_ASSOC) |
Definition at line 197 of file migrateto32.php.
$user = isset($argv[2]) ? $argv[2] : null |
Definition at line 58 of file migrateto32.php.
if ( $columnCount===3) else |
Definition at line 208 of file migrateto32.php.
catch (Exception $e) if($migrateCalendars) |
Definition at line 218 of file migrateto32.php.
switch($driver) |
Definition at line 71 of file migrateto32.php.
catch (Exception $e) try |
Definition at line 86 of file migrateto32.php.