[phpMyAdmin Git] [phpmyadmin/localized_docs] a30eb7: Translated using Weblate (Spanish)

2017-01-06 Thread Herman Andres Figueroa
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: a30eb75913de769b45f212b65414f64e084d731b
  
https://github.com/phpmyadmin/localized_docs/commit/a30eb75913de769b45f212b65414f64e084d731b
  Author: Herman Andres Figueroa 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M po/es.mo
M po/es.po

  Log Message:
  ---
  Translated using Weblate (Spanish)

Currently translated at 62.5% (1458 of 2331 strings)

[CI skip]


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] fee392: Update SQL parser to 3.4.16

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: fee3923f488e34ce4e9d93c01ba2006c10add4b7
  
https://github.com/phpmyadmin/phpmyadmin/commit/fee3923f488e34ce4e9d93c01ba2006c10add4b7
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M libraries/sql-parser/src/Component.php
M libraries/sql-parser/src/Components/AlterOperation.php
M libraries/sql-parser/src/Components/Array2d.php
M libraries/sql-parser/src/Components/ArrayObj.php
M libraries/sql-parser/src/Components/CaseExpression.php
M libraries/sql-parser/src/Components/Condition.php
M libraries/sql-parser/src/Components/CreateDefinition.php
M libraries/sql-parser/src/Components/DataType.php
M libraries/sql-parser/src/Components/Expression.php
M libraries/sql-parser/src/Components/ExpressionArray.php
M libraries/sql-parser/src/Components/FunctionCall.php
M libraries/sql-parser/src/Components/IntoKeyword.php
M libraries/sql-parser/src/Components/JoinKeyword.php
M libraries/sql-parser/src/Components/Key.php
M libraries/sql-parser/src/Components/Limit.php
M libraries/sql-parser/src/Components/OptionsArray.php
M libraries/sql-parser/src/Components/OrderKeyword.php
M libraries/sql-parser/src/Components/ParameterDefinition.php
M libraries/sql-parser/src/Components/PartitionDefinition.php
M libraries/sql-parser/src/Components/Reference.php
M libraries/sql-parser/src/Components/RenameOperation.php
M libraries/sql-parser/src/Components/SetOperation.php
M libraries/sql-parser/src/Components/UnionKeyword.php
M libraries/sql-parser/src/Context.php
M libraries/sql-parser/src/Contexts/ContextMySql5.php
M libraries/sql-parser/src/Contexts/ContextMySql50100.php
M libraries/sql-parser/src/Contexts/ContextMySql50500.php
M libraries/sql-parser/src/Contexts/ContextMySql50600.php
M libraries/sql-parser/src/Contexts/ContextMySql50700.php
M libraries/sql-parser/src/Exceptions/LexerException.php
M libraries/sql-parser/src/Exceptions/ParserException.php
M libraries/sql-parser/src/Lexer.php
M libraries/sql-parser/src/Parser.php
M libraries/sql-parser/src/Statement.php
M libraries/sql-parser/src/Statements/AlterStatement.php
M libraries/sql-parser/src/Statements/AnalyzeStatement.php
M libraries/sql-parser/src/Statements/BackupStatement.php
M libraries/sql-parser/src/Statements/CallStatement.php
M libraries/sql-parser/src/Statements/CheckStatement.php
M libraries/sql-parser/src/Statements/ChecksumStatement.php
M libraries/sql-parser/src/Statements/CreateStatement.php
M libraries/sql-parser/src/Statements/DeleteStatement.php
M libraries/sql-parser/src/Statements/DropStatement.php
M libraries/sql-parser/src/Statements/ExplainStatement.php
M libraries/sql-parser/src/Statements/InsertStatement.php
M libraries/sql-parser/src/Statements/MaintenanceStatement.php
M libraries/sql-parser/src/Statements/NotImplementedStatement.php
M libraries/sql-parser/src/Statements/OptimizeStatement.php
M libraries/sql-parser/src/Statements/RenameStatement.php
M libraries/sql-parser/src/Statements/RepairStatement.php
M libraries/sql-parser/src/Statements/ReplaceStatement.php
M libraries/sql-parser/src/Statements/RestoreStatement.php
M libraries/sql-parser/src/Statements/SelectStatement.php
M libraries/sql-parser/src/Statements/SetStatement.php
M libraries/sql-parser/src/Statements/ShowStatement.php
M libraries/sql-parser/src/Statements/TransactionStatement.php
M libraries/sql-parser/src/Statements/TruncateStatement.php
M libraries/sql-parser/src/Statements/UpdateStatement.php
M libraries/sql-parser/src/Token.php
M libraries/sql-parser/src/TokensList.php
M libraries/sql-parser/src/UtfString.php
M libraries/sql-parser/src/Utils/BufferedQuery.php
M libraries/sql-parser/src/Utils/CLI.php
M libraries/sql-parser/src/Utils/Error.php
M libraries/sql-parser/src/Utils/Formatter.php
M libraries/sql-parser/src/Utils/Misc.php
M libraries/sql-parser/src/Utils/Query.php
M libraries/sql-parser/src/Utils/Routine.php
M libraries/sql-parser/src/Utils/Table.php
M libraries/sql-parser/src/Utils/Tokens.php
M libraries/sql-parser/src/common.php

  Log Message:
  ---
  Update SQL parser to 3.4.16

* Coding style fixes.
* Properly handle operators AND, NOT, OR, XOR, DIV, MOD

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] fee392: Update SQL parser to 3.4.16

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: fee3923f488e34ce4e9d93c01ba2006c10add4b7
  
https://github.com/phpmyadmin/phpmyadmin/commit/fee3923f488e34ce4e9d93c01ba2006c10add4b7
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M libraries/sql-parser/src/Component.php
M libraries/sql-parser/src/Components/AlterOperation.php
M libraries/sql-parser/src/Components/Array2d.php
M libraries/sql-parser/src/Components/ArrayObj.php
M libraries/sql-parser/src/Components/CaseExpression.php
M libraries/sql-parser/src/Components/Condition.php
M libraries/sql-parser/src/Components/CreateDefinition.php
M libraries/sql-parser/src/Components/DataType.php
M libraries/sql-parser/src/Components/Expression.php
M libraries/sql-parser/src/Components/ExpressionArray.php
M libraries/sql-parser/src/Components/FunctionCall.php
M libraries/sql-parser/src/Components/IntoKeyword.php
M libraries/sql-parser/src/Components/JoinKeyword.php
M libraries/sql-parser/src/Components/Key.php
M libraries/sql-parser/src/Components/Limit.php
M libraries/sql-parser/src/Components/OptionsArray.php
M libraries/sql-parser/src/Components/OrderKeyword.php
M libraries/sql-parser/src/Components/ParameterDefinition.php
M libraries/sql-parser/src/Components/PartitionDefinition.php
M libraries/sql-parser/src/Components/Reference.php
M libraries/sql-parser/src/Components/RenameOperation.php
M libraries/sql-parser/src/Components/SetOperation.php
M libraries/sql-parser/src/Components/UnionKeyword.php
M libraries/sql-parser/src/Context.php
M libraries/sql-parser/src/Contexts/ContextMySql5.php
M libraries/sql-parser/src/Contexts/ContextMySql50100.php
M libraries/sql-parser/src/Contexts/ContextMySql50500.php
M libraries/sql-parser/src/Contexts/ContextMySql50600.php
M libraries/sql-parser/src/Contexts/ContextMySql50700.php
M libraries/sql-parser/src/Exceptions/LexerException.php
M libraries/sql-parser/src/Exceptions/ParserException.php
M libraries/sql-parser/src/Lexer.php
M libraries/sql-parser/src/Parser.php
M libraries/sql-parser/src/Statement.php
M libraries/sql-parser/src/Statements/AlterStatement.php
M libraries/sql-parser/src/Statements/AnalyzeStatement.php
M libraries/sql-parser/src/Statements/BackupStatement.php
M libraries/sql-parser/src/Statements/CallStatement.php
M libraries/sql-parser/src/Statements/CheckStatement.php
M libraries/sql-parser/src/Statements/ChecksumStatement.php
M libraries/sql-parser/src/Statements/CreateStatement.php
M libraries/sql-parser/src/Statements/DeleteStatement.php
M libraries/sql-parser/src/Statements/DropStatement.php
M libraries/sql-parser/src/Statements/ExplainStatement.php
M libraries/sql-parser/src/Statements/InsertStatement.php
M libraries/sql-parser/src/Statements/MaintenanceStatement.php
M libraries/sql-parser/src/Statements/NotImplementedStatement.php
M libraries/sql-parser/src/Statements/OptimizeStatement.php
M libraries/sql-parser/src/Statements/RenameStatement.php
M libraries/sql-parser/src/Statements/RepairStatement.php
M libraries/sql-parser/src/Statements/ReplaceStatement.php
M libraries/sql-parser/src/Statements/RestoreStatement.php
M libraries/sql-parser/src/Statements/SelectStatement.php
M libraries/sql-parser/src/Statements/SetStatement.php
M libraries/sql-parser/src/Statements/ShowStatement.php
M libraries/sql-parser/src/Statements/TransactionStatement.php
M libraries/sql-parser/src/Statements/TruncateStatement.php
M libraries/sql-parser/src/Statements/UpdateStatement.php
M libraries/sql-parser/src/Token.php
M libraries/sql-parser/src/TokensList.php
M libraries/sql-parser/src/UtfString.php
M libraries/sql-parser/src/Utils/BufferedQuery.php
M libraries/sql-parser/src/Utils/CLI.php
M libraries/sql-parser/src/Utils/Error.php
M libraries/sql-parser/src/Utils/Formatter.php
M libraries/sql-parser/src/Utils/Misc.php
M libraries/sql-parser/src/Utils/Query.php
M libraries/sql-parser/src/Utils/Routine.php
M libraries/sql-parser/src/Utils/Table.php
M libraries/sql-parser/src/Utils/Tokens.php
M libraries/sql-parser/src/common.php

  Log Message:
  ---
  Update SQL parser to 3.4.16

* Coding style fixes.
* Properly handle operators AND, NOT, OR, XOR, DIV, MOD

Signed-off-by: Michal Čihař 


  Commit: a4d616fbacb7356ec4f6ca9350f996a30a8f137a
  
https://github.com/phpmyadmin/phpmyadmin/commit/a4d616fbacb7356ec4f6ca9350f996a30a8f137a
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Log Message:
  ---
  Merge branch 'QA_4_6'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/6dbd4233c8da...a4d616fbacb7___
Git mailing 

[phpMyAdmin Git] [phpmyadmin/sql-parser] 18a18d: Update changelog

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 18a18d5106aa04ad7c7b79d9b92f123069ceea6e
  
https://github.com/phpmyadmin/sql-parser/commit/18a18d5106aa04ad7c7b79d9b92f123069ceea6e
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Update changelog

* move entries to correct location
* release today

Signed-off-by: Michal Čihař 


  Commit: d07bed1a72f1af97e4a601f9537eea0869e7bd92
  
https://github.com/phpmyadmin/sql-parser/commit/d07bed1a72f1af97e4a601f9537eea0869e7bd92
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Prepeare for next version

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/sql-parser/compare/6bb07eaa6672...d07bed1a72f1___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser]

2017-01-06 Thread nijel
  Branch: refs/tags/v3.4.16
  Home:   https://github.com/phpmyadmin/sql-parser
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] 6bb07e: Properly handle operators AND, NOT, OR, XOR, DIV, ...

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 6bb07eaa6672ae56f02e24ec449dfa71d456385b
  
https://github.com/phpmyadmin/sql-parser/commit/6bb07eaa6672ae56f02e24ec449dfa71d456385b
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M CHANGELOG.md
M src/Components/Expression.php
M tests/Parser/SelectStatementTest.php
A tests/data/parser/parseSelect11.in
A tests/data/parser/parseSelect11.out

  Log Message:
  ---
  Properly handle operators AND, NOT, OR, XOR, DIV, MOD

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 681e90: Fix check for user groups freatures being enabled

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 681e9089912ee168a92ce6644a1f5e7790497a19
  
https://github.com/phpmyadmin/phpmyadmin/commit/681e9089912ee168a92ce6644a1f5e7790497a19
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M ChangeLog
M libraries/server_privileges.lib.php

  Log Message:
  ---
  Fix check for user groups freatures being enabled

Fixes #12868

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 681e90: Fix check for user groups freatures being enabled

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 681e9089912ee168a92ce6644a1f5e7790497a19
  
https://github.com/phpmyadmin/phpmyadmin/commit/681e9089912ee168a92ce6644a1f5e7790497a19
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M ChangeLog
M libraries/server_privileges.lib.php

  Log Message:
  ---
  Fix check for user groups freatures being enabled

Fixes #12868

Signed-off-by: Michal Čihař 


  Commit: 6dbd4233c8daef363912b540acc5d783f5f2dd8a
  
https://github.com/phpmyadmin/phpmyadmin/commit/6dbd4233c8daef363912b540acc5d783f5f2dd8a
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M ChangeLog
M libraries/server_privileges.lib.php

  Log Message:
  ---
  Merge branch 'QA_4_6'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/811c73bbab25...6dbd4233c8da___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 39c9c4: Translated using Weblate (Polish)

2017-01-06 Thread Flavius Nopcea
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 39c9c4fb8879d0d86019fb5004223806f2db69f6
  
https://github.com/phpmyadmin/phpmyadmin/commit/39c9c4fb8879d0d86019fb5004223806f2db69f6
  Author: Mateusz Wasik 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M po/pl.po

  Log Message:
  ---
  Translated using Weblate (Polish)

Currently translated at 82.1% (2661 of 3239 strings)

[CI skip]


  Commit: 8769a646edd56c03b3446134d34c22aca92cc3c8
  
https://github.com/phpmyadmin/phpmyadmin/commit/8769a646edd56c03b3446134d34c22aca92cc3c8
  Author: Flavius Nopcea 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M po/ro.po

  Log Message:
  ---
  Translated using Weblate (Romanian)

Currently translated at 53.3% (1727 of 3239 strings)

[CI skip]


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/13390a9eb1c8...8769a646edd5___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 8efea2: Use same query for display and execution when drop...

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 8efea217ff1236a02e5565dcd7d387f4ef309cd4
  
https://github.com/phpmyadmin/phpmyadmin/commit/8efea217ff1236a02e5565dcd7d387f4ef309cd4
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M ChangeLog
M libraries/Index.php

  Log Message:
  ---
  Use same query for display and execution when dropping index

Fixes #12872

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 3a4ed9: Translated using Weblate (Indonesian)

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 3a4ed9ac454ab0d9beed25aea7e6c0f850acc4b3
  
https://github.com/phpmyadmin/phpmyadmin/commit/3a4ed9ac454ab0d9beed25aea7e6c0f850acc4b3
  Author: Dadan Setia 
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
M po/id.po

  Log Message:
  ---
  Translated using Weblate (Indonesian)

Currently translated at 69.6% (2245 of 3222 strings)

[CI skip]


  Commit: 48d584794dbd17a619ab7f196f490469ce033cdd
  
https://github.com/phpmyadmin/phpmyadmin/commit/48d584794dbd17a619ab7f196f490469ce033cdd
  Author: Daniel Palmeira Huanca 
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
M po/pt_BR.po

  Log Message:
  ---
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 94.5% (3048 of 3222 strings)

[CI skip]


  Commit: ae34ebc9299876964d34c781e1964aeb41567e37
  
https://github.com/phpmyadmin/phpmyadmin/commit/ae34ebc9299876964d34c781e1964aeb41567e37
  Author: Flavius Nopcea 
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
M po/ro.po

  Log Message:
  ---
  Translated using Weblate (Romanian)

Currently translated at 53.6% (1729 of 3222 strings)

[CI skip]


  Commit: 5c7f0cc7ac24e4f17272bcf08e942422713a0365
  
https://github.com/phpmyadmin/phpmyadmin/commit/5c7f0cc7ac24e4f17272bcf08e942422713a0365
  Author: Weblate 
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
M ChangeLog
M js/functions.js

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6


  Commit: 737cfafb927904524b52bc101e4c6d500030deb7
  
https://github.com/phpmyadmin/phpmyadmin/commit/737cfafb927904524b52bc101e4c6d500030deb7
  Author: Mateusz Wasik 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M po/pl.po

  Log Message:
  ---
  Translated using Weblate (Polish)

Currently translated at 82.8% (2669 of 3222 strings)

[CI skip]


  Commit: 03cc2253033687e7f1bcf5d53a838b487486f06d
  
https://github.com/phpmyadmin/phpmyadmin/commit/03cc2253033687e7f1bcf5d53a838b487486f06d
  Author: Flavius Nopcea 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M po/ro.po

  Log Message:
  ---
  Translated using Weblate (Romanian)

Currently translated at 53.7% (1732 of 3222 strings)

[CI skip]


  Commit: 8efea217ff1236a02e5565dcd7d387f4ef309cd4
  
https://github.com/phpmyadmin/phpmyadmin/commit/8efea217ff1236a02e5565dcd7d387f4ef309cd4
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M ChangeLog
M libraries/Index.php

  Log Message:
  ---
  Use same query for display and execution when dropping index

Fixes #12872

Signed-off-by: Michal Čihař 


  Commit: f14511b09cdf2a89eb2102ab1ea3a96339af9eb9
  
https://github.com/phpmyadmin/phpmyadmin/commit/f14511b09cdf2a89eb2102ab1ea3a96339af9eb9
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_4_6'


  Commit: 811c73bbab25fa3d6abfa7c4654856d14272d297
  
https://github.com/phpmyadmin/phpmyadmin/commit/811c73bbab25fa3d6abfa7c4654856d14272d297
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M ChangeLog
M libraries/Index.php

  Log Message:
  ---
  Merge branch 'QA_4_6'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/8769a646edd5...811c73bbab25___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 737cfa: Translated using Weblate (Polish)

2017-01-06 Thread Flavius Nopcea
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 737cfafb927904524b52bc101e4c6d500030deb7
  
https://github.com/phpmyadmin/phpmyadmin/commit/737cfafb927904524b52bc101e4c6d500030deb7
  Author: Mateusz Wasik 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M po/pl.po

  Log Message:
  ---
  Translated using Weblate (Polish)

Currently translated at 82.8% (2669 of 3222 strings)

[CI skip]


  Commit: 03cc2253033687e7f1bcf5d53a838b487486f06d
  
https://github.com/phpmyadmin/phpmyadmin/commit/03cc2253033687e7f1bcf5d53a838b487486f06d
  Author: Flavius Nopcea 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M po/ro.po

  Log Message:
  ---
  Translated using Weblate (Romanian)

Currently translated at 53.7% (1732 of 3222 strings)

[CI skip]


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/5c7f0cc7ac24...03cc22530336___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] cc3aac: Document changes

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/motranslator
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: cc3aac408fcefa4297059ca9ed97366dc7203b9b
  
https://github.com/phpmyadmin/sql-parser/commit/cc3aac408fcefa4297059ca9ed97366dc7203b9b
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Document changes

Signed-off-by: Michal Čihař 


  Commit: 1fae088096d4b36c761c586e038b25adfb31e538
  
https://github.com/phpmyadmin/sql-parser/commit/1fae088096d4b36c761c586e038b25adfb31e538
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Ignore php-cs-fixer cache file

Signed-off-by: Michal Čihař 


  Commit: 91e4709a3879703305b11a78b0f8424b09df56f8
  
https://github.com/phpmyadmin/sql-parser/commit/91e4709a3879703305b11a78b0f8424b09df56f8
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M .gitignore
M CHANGELOG.md

  Log Message:
  ---
  Merge branch 'master' into motranslator


  Commit: a01fa662234683936536621e3be74590fa3e1f37
  
https://github.com/phpmyadmin/sql-parser/commit/a01fa662234683936536621e3be74590fa3e1f37
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M locale/af/LC_MESSAGES/sqlparser.mo
M locale/af/LC_MESSAGES/sqlparser.po
M locale/ar/LC_MESSAGES/sqlparser.mo
M locale/ar/LC_MESSAGES/sqlparser.po
M locale/az/LC_MESSAGES/sqlparser.mo
M locale/az/LC_MESSAGES/sqlparser.po
M locale/be/LC_MESSAGES/sqlparser.mo
M locale/be/LC_MESSAGES/sqlparser.po
M locale/be@latin/LC_MESSAGES/sqlparser.mo
M locale/be@latin/LC_MESSAGES/sqlparser.po
M locale/bg/LC_MESSAGES/sqlparser.mo
M locale/bg/LC_MESSAGES/sqlparser.po
M locale/bn/LC_MESSAGES/sqlparser.mo
M locale/bn/LC_MESSAGES/sqlparser.po
M locale/br/LC_MESSAGES/sqlparser.mo
M locale/br/LC_MESSAGES/sqlparser.po
M locale/brx/LC_MESSAGES/sqlparser.mo
M locale/brx/LC_MESSAGES/sqlparser.po
M locale/bs/LC_MESSAGES/sqlparser.mo
M locale/bs/LC_MESSAGES/sqlparser.po
M locale/ca/LC_MESSAGES/sqlparser.mo
M locale/ca/LC_MESSAGES/sqlparser.po
M locale/ckb/LC_MESSAGES/sqlparser.mo
M locale/ckb/LC_MESSAGES/sqlparser.po
M locale/cs/LC_MESSAGES/sqlparser.mo
M locale/cs/LC_MESSAGES/sqlparser.po
M locale/cy/LC_MESSAGES/sqlparser.mo
M locale/cy/LC_MESSAGES/sqlparser.po
M locale/da/LC_MESSAGES/sqlparser.mo
M locale/da/LC_MESSAGES/sqlparser.po
M locale/de/LC_MESSAGES/sqlparser.mo
M locale/de/LC_MESSAGES/sqlparser.po
M locale/el/LC_MESSAGES/sqlparser.mo
M locale/el/LC_MESSAGES/sqlparser.po
M locale/en_GB/LC_MESSAGES/sqlparser.mo
M locale/en_GB/LC_MESSAGES/sqlparser.po
M locale/eo/LC_MESSAGES/sqlparser.mo
M locale/eo/LC_MESSAGES/sqlparser.po
M locale/es/LC_MESSAGES/sqlparser.mo
M locale/es/LC_MESSAGES/sqlparser.po
M locale/et/LC_MESSAGES/sqlparser.mo
M locale/et/LC_MESSAGES/sqlparser.po
M locale/eu/LC_MESSAGES/sqlparser.mo
M locale/eu/LC_MESSAGES/sqlparser.po
M locale/fa/LC_MESSAGES/sqlparser.mo
M locale/fa/LC_MESSAGES/sqlparser.po
M locale/fi/LC_MESSAGES/sqlparser.mo
M locale/fi/LC_MESSAGES/sqlparser.po
M locale/fr/LC_MESSAGES/sqlparser.mo
M locale/fr/LC_MESSAGES/sqlparser.po
M locale/fy/LC_MESSAGES/sqlparser.mo
M locale/fy/LC_MESSAGES/sqlparser.po
M locale/gl/LC_MESSAGES/sqlparser.mo
M locale/gl/LC_MESSAGES/sqlparser.po
M locale/gu/LC_MESSAGES/sqlparser.mo
M locale/gu/LC_MESSAGES/sqlparser.po
M locale/he/LC_MESSAGES/sqlparser.mo
M locale/he/LC_MESSAGES/sqlparser.po
M locale/hi/LC_MESSAGES/sqlparser.mo
M locale/hi/LC_MESSAGES/sqlparser.po
M locale/hr/LC_MESSAGES/sqlparser.mo
M locale/hr/LC_MESSAGES/sqlparser.po
M locale/hu/LC_MESSAGES/sqlparser.mo
M locale/hu/LC_MESSAGES/sqlparser.po
M locale/hy/LC_MESSAGES/sqlparser.mo
M locale/hy/LC_MESSAGES/sqlparser.po
M locale/ia/LC_MESSAGES/sqlparser.mo
M locale/ia/LC_MESSAGES/sqlparser.po
M locale/id/LC_MESSAGES/sqlparser.mo
M locale/id/LC_MESSAGES/sqlparser.po
M locale/it/LC_MESSAGES/sqlparser.mo
M locale/it/LC_MESSAGES/sqlparser.po
M locale/ja/LC_MESSAGES/sqlparser.mo
M locale/ja/LC_MESSAGES/sqlparser.po
M locale/ka/LC_MESSAGES/sqlparser.mo
M locale/ka/LC_MESSAGES/sqlparser.po
M locale/kk/LC_MESSAGES/sqlparser.mo
M locale/kk/LC_MESSAGES/sqlparser.po
M locale/km/LC_MESSAGES/sqlparser.mo
M locale/km/LC_MESSAGES/sqlparser.po
M locale/kn/LC_MESSAGES/sqlparser.mo
M locale/kn/LC_MESSAGES/sqlparser.po
M locale/ko/LC_MESSAGES/sqlparser.mo
M locale/ko/LC_MESSAGES/sqlparser.po
M locale/ksh/LC_MESSAGES/sqlparser.mo
M locale/ksh/LC_MESSAGES/sqlparser.po
M 

[phpMyAdmin Git] [phpmyadmin/sql-parser] cc3aac: Document changes

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: cc3aac408fcefa4297059ca9ed97366dc7203b9b
  
https://github.com/phpmyadmin/sql-parser/commit/cc3aac408fcefa4297059ca9ed97366dc7203b9b
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Document changes

Signed-off-by: Michal Čihař 


  Commit: 1fae088096d4b36c761c586e038b25adfb31e538
  
https://github.com/phpmyadmin/sql-parser/commit/1fae088096d4b36c761c586e038b25adfb31e538
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Ignore php-cs-fixer cache file

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/sql-parser/compare/f7d7348747e1...1fae088096d4___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] ddb7c1: Translated using Weblate (Polish)

2017-01-06 Thread Weblate
  Branch: refs/heads/motranslator
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: ddb7c1ade20efa03f4d1b415e2ef90531e3805e7
  
https://github.com/phpmyadmin/sql-parser/commit/ddb7c1ade20efa03f4d1b415e2ef90531e3805e7
  Author: Mateusz Wasik 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M locale/pl/LC_MESSAGES/sqlparser.mo
M locale/pl/LC_MESSAGES/sqlparser.po

  Log Message:
  ---
  Translated using Weblate (Polish)

Currently translated at 76.7% (33 of 43 strings)


  Commit: fec9ef475c2f0d5278bf8f14e56e26568ecb
  
https://github.com/phpmyadmin/sql-parser/commit/fec9ef475c2f0d5278bf8f14e56e26568ecb
  Author: Flavius Nopcea 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M locale/ro/LC_MESSAGES/sqlparser.mo
M locale/ro/LC_MESSAGES/sqlparser.po

  Log Message:
  ---
  Translated using Weblate (Romanian)

Currently translated at 6.9% (3 of 43 strings)


  Commit: b6e999a955fde06943450c6aa3bdcd379220e6c4
  
https://github.com/phpmyadmin/sql-parser/commit/b6e999a955fde06943450c6aa3bdcd379220e6c4
  Author: Weblate 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
A .php_cs
M src/Component.php
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Components/UnionKeyword.php
M src/Context.php
M src/Contexts/ContextMySql5.php
M src/Contexts/ContextMySql50100.php
M src/Contexts/ContextMySql50500.php
M src/Contexts/ContextMySql50600.php
M src/Contexts/ContextMySql50700.php
M src/Core.php
M src/Exceptions/LexerException.php
M src/Exceptions/ParserException.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/AnalyzeStatement.php
M src/Statements/BackupStatement.php
M src/Statements/CallStatement.php
M src/Statements/CheckStatement.php
M src/Statements/ChecksumStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/DropStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/NotImplementedStatement.php
M src/Statements/OptimizeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/RepairStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/RestoreStatement.php
M src/Statements/SelectStatement.php
M src/Statements/SetStatement.php
M src/Statements/ShowStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/TruncateStatement.php
M src/Statements/UpdateStatement.php
M src/Token.php
M src/TokensList.php
M src/Translator.php
M src/UtfString.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php
M src/Utils/Error.php
M src/Utils/Formatter.php
M src/Utils/Misc.php
M src/Utils/Query.php
M src/Utils/Routine.php
M src/Utils/Table.php
M src/Utils/Tokens.php
M tests/Builder/AlterStatementTest.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/DeleteStatementTest.php
M tests/Builder/ExplainStatement.php
M tests/Builder/InsertStatementTest.php
M tests/Builder/ReplaceStatementTest.php
M tests/Builder/SelectStatementTest.php
M tests/Builder/SetStatementTest.php
M tests/Builder/StatementTest.php
M tests/Builder/TransactionStatementTest.php
M tests/Components/Array2dTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ComponentTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionArrayTest.php
M tests/Components/ExpressionTest.php
M tests/Components/FunctionCallTest.php
M tests/Components/IntoKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/KeyTest.php
M tests/Components/LimitTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/OrderKeywordTest.php
M tests/Components/ParameterDefinitionTest.php
M 

[phpMyAdmin Git] [phpmyadmin/sql-parser] a6e45c: Apply php-cs-fixer

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/motranslator
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: a6e45c5e2e006bbd90306e1e947e25e601965657
  
https://github.com/phpmyadmin/sql-parser/commit/a6e45c5e2e006bbd90306e1e947e25e601965657
  Author: Damian Dlugosz 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
A .php_cs
M src/Component.php
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Components/UnionKeyword.php
M src/Context.php
M src/Exceptions/LexerException.php
M src/Exceptions/ParserException.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/AnalyzeStatement.php
M src/Statements/BackupStatement.php
M src/Statements/CallStatement.php
M src/Statements/CheckStatement.php
M src/Statements/ChecksumStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/DropStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/NotImplementedStatement.php
M src/Statements/OptimizeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/RepairStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/RestoreStatement.php
M src/Statements/SelectStatement.php
M src/Statements/SetStatement.php
M src/Statements/ShowStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/TruncateStatement.php
M src/Statements/UpdateStatement.php
M src/Token.php
M src/TokensList.php
M src/UtfString.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php
M src/Utils/Error.php
M src/Utils/Formatter.php
M src/Utils/Misc.php
M src/Utils/Query.php
M src/Utils/Routine.php
M src/Utils/Table.php
M src/Utils/Tokens.php
M src/common.php
M tests/Builder/AlterStatementTest.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/DeleteStatementTest.php
M tests/Builder/ExplainStatement.php
M tests/Builder/InsertStatementTest.php
M tests/Builder/ReplaceStatementTest.php
M tests/Builder/SelectStatementTest.php
M tests/Builder/SetStatementTest.php
M tests/Builder/StatementTest.php
M tests/Builder/TransactionStatementTest.php
M tests/Components/Array2dTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ComponentTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionArrayTest.php
M tests/Components/ExpressionTest.php
M tests/Components/FunctionCallTest.php
M tests/Components/IntoKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/KeyTest.php
M tests/Components/LimitTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/OrderKeywordTest.php
M tests/Components/ParameterDefinitionTest.php
M tests/Components/PartitionDefinitionTest.php
M tests/Components/ReferenceTest.php
M tests/Components/RenameOperationTest.php
M tests/Lexer/ContextTest.php
M tests/Lexer/IsMethodsTest.php
M tests/Lexer/LexerTest.php
M tests/Lexer/TokenTest.php
M tests/Lexer/TokensListTest.php
M tests/Misc/BugsTest.php
M tests/Misc/UtfStringTest.php
M tests/Parser/AlterStatementTest.php
M tests/Parser/CallStatementTest.php
M tests/Parser/CreateStatementTest.php
M tests/Parser/DeleteStatementTest.php
M tests/Parser/ExplainStatement.php
M tests/Parser/InsertStatementTest.php
M tests/Parser/ParserTest.php
M tests/Parser/RenameStatementTest.php
M tests/Parser/ReplaceStatementTest.php
M tests/Parser/RestoreStatementTest.php
M tests/Parser/SelectStatementTest.php
M tests/Parser/SetStatementTest.php
M tests/Parser/TransactionStatementTest.php
M tests/Parser/UpdateStatementTest.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/ErrorTest.php
M tests/Utils/FormatterTest.php
M tests/Utils/MiscTest.php
M tests/Utils/QueryTest.php
M 

[phpMyAdmin Git] [phpmyadmin/sql-parser] f7d734: Fix .php_cs using php-cs-fixer

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: f7d7348747e154c8276b0fba1ad6e1a70f92267d
  
https://github.com/phpmyadmin/sql-parser/commit/f7d7348747e154c8276b0fba1ad6e1a70f92267d
  Author: Michal Čihař 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M .php_cs

  Log Message:
  ---
  Fix .php_cs using php-cs-fixer

Issue #114

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] a6e45c: Apply php-cs-fixer

2017-01-06 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: a6e45c5e2e006bbd90306e1e947e25e601965657
  
https://github.com/phpmyadmin/sql-parser/commit/a6e45c5e2e006bbd90306e1e947e25e601965657
  Author: Damian Dlugosz 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
A .php_cs
M src/Component.php
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Components/UnionKeyword.php
M src/Context.php
M src/Exceptions/LexerException.php
M src/Exceptions/ParserException.php
M src/Lexer.php
M src/Parser.php
M src/Statement.php
M src/Statements/AlterStatement.php
M src/Statements/AnalyzeStatement.php
M src/Statements/BackupStatement.php
M src/Statements/CallStatement.php
M src/Statements/CheckStatement.php
M src/Statements/ChecksumStatement.php
M src/Statements/CreateStatement.php
M src/Statements/DeleteStatement.php
M src/Statements/DropStatement.php
M src/Statements/ExplainStatement.php
M src/Statements/InsertStatement.php
M src/Statements/MaintenanceStatement.php
M src/Statements/NotImplementedStatement.php
M src/Statements/OptimizeStatement.php
M src/Statements/RenameStatement.php
M src/Statements/RepairStatement.php
M src/Statements/ReplaceStatement.php
M src/Statements/RestoreStatement.php
M src/Statements/SelectStatement.php
M src/Statements/SetStatement.php
M src/Statements/ShowStatement.php
M src/Statements/TransactionStatement.php
M src/Statements/TruncateStatement.php
M src/Statements/UpdateStatement.php
M src/Token.php
M src/TokensList.php
M src/UtfString.php
M src/Utils/BufferedQuery.php
M src/Utils/CLI.php
M src/Utils/Error.php
M src/Utils/Formatter.php
M src/Utils/Misc.php
M src/Utils/Query.php
M src/Utils/Routine.php
M src/Utils/Table.php
M src/Utils/Tokens.php
M src/common.php
M tests/Builder/AlterStatementTest.php
M tests/Builder/CreateStatementTest.php
M tests/Builder/DeleteStatementTest.php
M tests/Builder/ExplainStatement.php
M tests/Builder/InsertStatementTest.php
M tests/Builder/ReplaceStatementTest.php
M tests/Builder/SelectStatementTest.php
M tests/Builder/SetStatementTest.php
M tests/Builder/StatementTest.php
M tests/Builder/TransactionStatementTest.php
M tests/Components/Array2dTest.php
M tests/Components/ArrayObjTest.php
M tests/Components/CaseExpressionTest.php
M tests/Components/ComponentTest.php
M tests/Components/ConditionTest.php
M tests/Components/CreateDefinitionTest.php
M tests/Components/ExpressionArrayTest.php
M tests/Components/ExpressionTest.php
M tests/Components/FunctionCallTest.php
M tests/Components/IntoKeywordTest.php
M tests/Components/JoinKeywordTest.php
M tests/Components/KeyTest.php
M tests/Components/LimitTest.php
M tests/Components/OptionsArrayTest.php
M tests/Components/OrderKeywordTest.php
M tests/Components/ParameterDefinitionTest.php
M tests/Components/PartitionDefinitionTest.php
M tests/Components/ReferenceTest.php
M tests/Components/RenameOperationTest.php
M tests/Lexer/ContextTest.php
M tests/Lexer/IsMethodsTest.php
M tests/Lexer/LexerTest.php
M tests/Lexer/TokenTest.php
M tests/Lexer/TokensListTest.php
M tests/Misc/BugsTest.php
M tests/Misc/UtfStringTest.php
M tests/Parser/AlterStatementTest.php
M tests/Parser/CallStatementTest.php
M tests/Parser/CreateStatementTest.php
M tests/Parser/DeleteStatementTest.php
M tests/Parser/ExplainStatement.php
M tests/Parser/InsertStatementTest.php
M tests/Parser/ParserTest.php
M tests/Parser/RenameStatementTest.php
M tests/Parser/ReplaceStatementTest.php
M tests/Parser/RestoreStatementTest.php
M tests/Parser/SelectStatementTest.php
M tests/Parser/SetStatementTest.php
M tests/Parser/TransactionStatementTest.php
M tests/Parser/UpdateStatementTest.php
M tests/Utils/BufferedQueryTest.php
M tests/Utils/CLITest.php
M tests/Utils/ErrorTest.php
M tests/Utils/FormatterTest.php
M tests/Utils/MiscTest.php
M tests/Utils/QueryTest.php
M