Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 450322c7dbc2afc02349af68f21f9465b3b97e62
      
https://github.com/phpmyadmin/phpmyadmin/commit/450322c7dbc2afc02349af68f21f9465b3b97e62
  Author: hastenax <[email protected]>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M libraries/CommonFunctions.class.php

  Log Message:
  -----------
  Update libraries/CommonFunctions.class.php

added new function backquote_compat for improved mssql export support


  Commit: 0d1cd54dcce003cb2fac1c666fa1ee7c1cad0791
      
https://github.com/phpmyadmin/phpmyadmin/commit/0d1cd54dcce003cb2fac1c666fa1ee7c1cad0791
  Author: hastenax <[email protected]>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Extended MSSQL compatibility exporting mode.


  Commit: b210f1339ea8c1fa6b8a506b78b32a3c149000d1
      
https://github.com/phpmyadmin/phpmyadmin/commit/b210f1339ea8c1fa6b8a506b78b32a3c149000d1
  Author: hastenax <[email protected]>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Extended MSSQL compatibility features.


  Commit: 335218a8bc2e37bb18b687867228ff3722a25e83
      
https://github.com/phpmyadmin/phpmyadmin/commit/335218a8bc2e37bb18b687867228ff3722a25e83
  Author: hastenax <[email protected]>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M libraries/CommonFunctions.class.php

  Log Message:
  -----------
  Update libraries/CommonFunctions.class.php

Misprint correction.


  Commit: a54bee033d5dd5c392579aa145970b65c6a4be3c
      
https://github.com/phpmyadmin/phpmyadmin/commit/a54bee033d5dd5c392579aa145970b65c6a4be3c
  Author: hastenax <[email protected]>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Rewrited for new method backqoute_compat with SQL $compatibility param.


  Commit: 93d8688340f8859d51aff82c803fb745d5f5904c
      
https://github.com/phpmyadmin/phpmyadmin/commit/93d8688340f8859d51aff82c803fb745d5f5904c
  Author: hastenax <[email protected]>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M libraries/CommonFunctions.class.php

  Log Message:
  -----------
  Update libraries/CommonFunctions.class.php

Added new $compatibility param for backquote_compat method.


  Commit: b062ebdec7f2bf2cc1145af70145878beed44ccc
      
https://github.com/phpmyadmin/phpmyadmin/commit/b062ebdec7f2bf2cc1145af70145878beed44ccc
  Author: hastenax <[email protected]>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M test/libraries/common/PMA_quoting_slashing_test.php

  Log Message:
  -----------
  Update test/libraries/common/PMA_quoting_slashing_test.php

Added test for PMA_CommonFunctions::getInstance()->backquote_compat function.


  Commit: da855d34d00021d7f07e216f2b127336982fd704
      
https://github.com/phpmyadmin/phpmyadmin/commit/da855d34d00021d7f07e216f2b127336982fd704
  Author: hastenax <[email protected]>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Rewrited, backquote_compat parameters order changed. Prevented multiple 
IDENTITY_INSERTs.


  Commit: 2bc1d1d4bd1065a3c7336d2adcfb3ce4259fa1c6
      
https://github.com/phpmyadmin/phpmyadmin/commit/2bc1d1d4bd1065a3c7336d2adcfb3ce4259fa1c6
  Author: hastenax <[email protected]>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M libraries/CommonFunctions.class.php

  Log Message:
  -----------
  Update libraries/CommonFunctions.class.php

Refactored, changed backquote_compat parameters order.


  Commit: 0249919c15d132f39374f6fdb40533827411a853
      
https://github.com/phpmyadmin/phpmyadmin/commit/0249919c15d132f39374f6fdb40533827411a853
  Author: hastenax <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Fixed issue with int, date, unsigned text inside DEFAULT field value.


  Commit: a0b17d99c7ae75974d3720793ea51c7dd56dbc88
      
https://github.com/phpmyadmin/phpmyadmin/commit/a0b17d99c7ae75974d3720793ea51c7dd56dbc88
  Author: hastenax <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Fixed DEFAULT field value replacing issue.


  Commit: 967166f0d7b93912482d174824d49d900839d7d0
      
https://github.com/phpmyadmin/phpmyadmin/commit/967166f0d7b93912482d174824d49d900839d7d0
  Author: hastenax <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Removed length on TINYINT fields.


  Commit: 1167d32baf4a47f747695916be55a70f8abdffca
      
https://github.com/phpmyadmin/phpmyadmin/commit/1167d32baf4a47f747695916be55a70f8abdffca
  Author: hastenax <[email protected]>
  Date:   2012-08-07 (Tue, 07 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Removed length on SMALLINT and BIGINT fields.


  Commit: a0786385cd7da5820808629ae1db19a66487ad9c
      
https://github.com/phpmyadmin/phpmyadmin/commit/a0786385cd7da5820808629ae1db19a66487ad9c
  Author: hastenax <[email protected]>
  Date:   2012-08-08 (Wed, 08 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Formatting and removed DOUBLE datatype, used FLOAT instead.


  Commit: 9e4a839bc4d2ddb6e5723cb8d696362827d90d3e
      
https://github.com/phpmyadmin/phpmyadmin/commit/9e4a839bc4d2ddb6e5723cb8d696362827d90d3e
  Author: hastenax <[email protected]>
  Date:   2012-08-09 (Thu, 09 Aug 2012)

  Changed paths:
    M libraries/plugins/export/ExportSql.class.php

  Log Message:
  -----------
  Update libraries/plugins/export/ExportSql.class.php

Fixed DOUBLE precision issue.


  Commit: df1badb0fdb53544d6e7ecd8229509b48a373e39
      
https://github.com/phpmyadmin/phpmyadmin/commit/df1badb0fdb53544d6e7ecd8229509b48a373e39
  Author: Michal Čihař <[email protected]>
  Date:   2012-08-13 (Mon, 13 Aug 2012)

  Changed paths:
    M libraries/CommonFunctions.class.php
    M libraries/plugins/export/ExportSql.class.php
    M test/libraries/common/PMA_quoting_slashing_test.php

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/hastenax/phpmyadmin into 
hastenax-master

Conflicts:
        libraries/plugins/export/ExportSql.class.php


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/46bfb2598e36...df1badb0fdb5
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to