[phpMyAdmin Git] [phpmyadmin/sql-parser] 170dbe: Fix using ? as a parameter

2023-09-26 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 170dbe5c2e104fb2d601f3aa0f5400fd323992af
https://github.com/phpmyadmin/sql-parser/commit/170dbe5c2e104fb2d601f3aa0f5400fd323992af
Author: Maurício Meneghini Fauth 
Date: 2023-09-26 (Tue, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php

Log Message:
---
Fix using ? as a parameter

- Fixes #202
- Fixes #412
- Fixes #492
- Closes #499
- Related to #172

Signed-off-by: Maurício Meneghini Fauth 

Commit: 24d734a910126f2b2810803b08fc1d90f5d621f3
https://github.com/phpmyadmin/sql-parser/commit/24d734a910126f2b2810803b08fc1d90f5d621f3
Author: Maurício Meneghini Fauth 
Date: 2023-09-26 (Tue, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php

Log Message:
---
Merge pull request #515 from MauricioFauth/question-mark-param

Fix using ? as a parameter

Commit: f7b692079f5d9657719acfab094ac733d72c2008
https://github.com/phpmyadmin/sql-parser/commit/f7b692079f5d9657719acfab094ac733d72c2008
Author: Maurício Meneghini Fauth 
Date: 2023-09-26 (Tue, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php

Log Message:
---
Merge branch '5.9.x'

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 170dbe: Fix using ? as a parameter

2023-09-26 Thread Maurício Meneghini Fauth
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 170dbe5c2e104fb2d601f3aa0f5400fd323992af
https://github.com/phpmyadmin/sql-parser/commit/170dbe5c2e104fb2d601f3aa0f5400fd323992af
Author: Maurício Meneghini Fauth 
Date: 2023-09-26 (Tue, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php

Log Message:
---
Fix using ? as a parameter

- Fixes #202
- Fixes #412
- Fixes #492
- Closes #499
- Related to #172

Signed-off-by: Maurício Meneghini Fauth 

Commit: 24d734a910126f2b2810803b08fc1d90f5d621f3
https://github.com/phpmyadmin/sql-parser/commit/24d734a910126f2b2810803b08fc1d90f5d621f3
Author: Maurício Meneghini Fauth 
Date: 2023-09-26 (Tue, 09 September 2023) -03:00

Changed paths: 
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php

Log Message:
---
Merge pull request #515 from MauricioFauth/question-mark-param

Fix using ? as a parameter

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/sql-parser] 147f47: Add Lexer::parse method to explicit call parser methods

2023-09-26 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 147f470443fcb1543c9b0bba82ea2a68a67562db
https://github.com/phpmyadmin/sql-parser/commit/147f470443fcb1543c9b0bba82ea2a68a67562db
Author: Maurício Meneghini Fauth 
Date: 2023-09-26 (Tue, 09 September 2023) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Lexer.php

Log Message:
---
Add Lexer::parse method to explicit call parser methods

Signed-off-by: Maurício Meneghini Fauth 

Commit: a870bca40f28fe1fc9c8bd1dc90102bb8819c2b4
https://github.com/phpmyadmin/sql-parser/commit/a870bca40f28fe1fc9c8bd1dc90102bb8819c2b4
Author: Maurício Meneghini Fauth 
Date: 2023-09-26 (Tue, 09 September 2023) -03:00

Changed paths: 
M psalm-baseline.xml
M src/Lexer.php

Log Message:
---
Merge pull request #514 from MauricioFauth/lexer-parse-method

Add Lexer::parse method to explicit call parser methods

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net