Branch: refs/heads/6.0.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 9be1871329c773c3e06d49865041168bdfb402b7
https://github.com/phpmyadmin/sql-parser/commit/9be1871329c773c3e06d4986504…
Author: Anthony Njoroge <mainaanthonynjoroge(a)gmail.com>
Date: 2022-08-08 (Mon, 08 August 2022) +02:00
Changed paths:
M src/Context.php
D src/Exceptions/LoaderException.php
Log Message:
-----------
Change error handling to returning a boolean value
In case an error occurs during loading of …
[View More]a context, let the Context::load()
method return a boolean value indicating whether the context was successfully
loaded or not.
Throwing an Exception causes a false positive in debuggers,since the Context::load()
method does the correct thing anyway
Commit: d3c0ccda489034631d95f8e6485985f29b801d06
https://github.com/phpmyadmin/sql-parser/commit/d3c0ccda489034631d95f8e6485…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-08-08 (Mon, 08 August 2022) +02:00
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Add a CHANGELOG entry for #384
Pull-request: #384
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 233788b0b8f987c616ae09dd522ed1fbd1c3824d
https://github.com/phpmyadmin/sql-parser/commit/233788b0b8f987c616ae09dd522…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-08-08 (Mon, 08 August 2022) +02:00
Changed paths:
M tests/Lexer/ContextTest.php
Log Message:
-----------
Ref #384 - fix ContextTest::testLoadError
Pull-request: #384
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: feb6a86fdabfb84df48058ba8a49659d32cbde93
https://github.com/phpmyadmin/sql-parser/commit/feb6a86fdabfb84df48058ba8a4…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-09 (Fri, 09 September 2022) +02:00
Changed paths:
M CHANGELOG.md
M src/Context.php
M tests/Lexer/ContextTest.php
D src/Exceptions/LoaderException.php
Log Message:
-----------
Merge #384 - Change error handling from throwing an exception to returning a boolean
Pull-request: #384
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
[View Less]
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9d2350d28c3617631bdf1b06ecb7211df82d646d
https://github.com/phpmyadmin/phpmyadmin/commit/9d2350d28c3617631bdf1b06ecb…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-09-07 (Wed, 09 September 2022) -03:00
Changed paths:
M libraries/classes/Controllers/Database/DataDictionaryController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/…
[View More]RelationController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Database/Designer/Common.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Display/Results.php
M libraries/classes/Index.php
M libraries/classes/Normalization.php
M libraries/classes/Plugins/Schema/TableStats.php
M libraries/classes/Sql.php
M libraries/classes/Table.php
M libraries/classes/Table/Indexes.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Controllers/Table/StructureControllerTest.php
Log Message:
-----------
Extract dbi global variable from Index::loadIndexes
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
[View Less]