[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 4e534c: Fix Export and Copy of Tables with Generated/Virtu...

Michal Čihař michal at cihar.com
Fri Sep 16 10:34:03 CEST 2016


  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 4e534c977f7bf51aa2c5c6879d2112c79d1bedda
      https://github.com/phpmyadmin/phpmyadmin/commit/4e534c977f7bf51aa2c5c6879d2112c79d1bedda
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-09-09 (Fri, 09 Sep 2016)

  Changed paths:
    M libraries/Table.php
    M libraries/export.lib.php

  Log Message:
  -----------
  Fix Export and Copy of Tables with Generated/Virtual columns

We include only the non-generated columns insert using INSERT INTO .. SELECT .. FROM .. while copying data.

In Export too, we export the data of only the non-generated columns

Fix #12221
Fix #12518

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 429c679f776e780db22481e94d31e07d81977dbd
      https://github.com/phpmyadmin/phpmyadmin/commit/429c679f776e780db22481e94d31e07d81977dbd
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-09-09 (Fri, 09 Sep 2016)

  Changed paths:
    M libraries/Table.php
    M test/classes/TableTest.php

  Log Message:
  -----------
  Fix tests, added testcase for Generated columns in moveCopy

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 37ff86315b448cfa70814a6d4fa7f070491e0acc
      https://github.com/phpmyadmin/phpmyadmin/commit/37ff86315b448cfa70814a6d4fa7f070491e0acc
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
    M libraries/Table.php

  Log Message:
  -----------
  Fix usage of backquote parameter in getNonGenerated func

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 3424fae6422a0ac344c6a27a085139ee3ae5d6f5
      https://github.com/phpmyadmin/phpmyadmin/commit/3424fae6422a0ac344c6a27a085139ee3ae5d6f5
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
    M libraries/Table.php
    M libraries/export.lib.php
    M test/classes/TableTest.php

  Log Message:
  -----------
  Merge pull request #12548 from devenbansod/fix_12518

Fix Export and Copy of Tables with Generated/Virtual columns


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/ee7d7d0b45b6...3424fae6422a


More information about the Git mailing list