- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 109
Fix using ? as a parameter #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix using ? as a parameter #515
Conversation
         MauricioFauth
  
      
      
      commented
      
            MauricioFauth
  
      
      
      commented
        Sep 26, 2023 
      
    
  
- Fixes doesn't support sql parameter in set clause #202
- Fixes Support for parameterized select clauses #412
- Fixes Missing support for SET = ? #492
- Closes Add support for set = ? for parser #499
- Related to Support named parameters #172
| Codecov ReportAll modified lines are covered by tests ✅ 
 Additional details and impacted files@@            Coverage Diff            @@
##              5.9.x     #515   +/-   ##
=========================================
  Coverage     97.03%   97.03%           
- Complexity     2240     2243    +3     
=========================================
  Files            69       69           
  Lines          5153     5154    +1     
=========================================
+ Hits           5000     5001    +1     
  Misses          153      153           
 ☔ View full report in Codecov by Sentry. | 
- Fixes phpmyadmin#202 - Fixes phpmyadmin#412 - Fixes phpmyadmin#492 - Closes phpmyadmin#499 - Related to phpmyadmin#172 Signed-off-by: Maurício Meneghini Fauth <[email protected]>
74504c5    to
    170dbe5      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome !
Will it be easy to detect the ? or := for our (broken) feature "Bind parameters" in the query box ?
| 
 Is there an issue for that? | 
| 
 No, I did not report it until now since the parser has unhappy | 
[ci skip] Signed-off-by: Maurício Meneghini Fauth <[email protected]>