question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

special character "?" support issues

See original GitHub issue

Describe the bug In PGSQL, the special character “?” Is used. An error occurred during order parsing(use with mybatisplus), error message: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: “?” “?” To Reproduce Steps to reproduce the behavior:

  1. Example SQL: select * from tl_recurring_shipments where shipment_param->'equipment' ?& array['van']
  2. Parsing this SQL using JSqlParser with this statements use with mybatisplus baseMapper.pageQueryRecurringShipment(page, vo)
  3. Exception net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: “?” “?”

System

  • Database you are using pgsql
  • Java Version 1.8
  • JSqlParser version 3.2

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
offSwitchcommented, Jan 28, 2022

这个问题我不认为是jsqlparser的,你应该向mybatis-plus提这个issue。

0reactions
manticore-projectscommented, Nov 12, 2022

Closed, since no further question has been asked.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Special Characters Problem - Webkul
Special characters are important to our web. We used them in different ways but If our webpage is not supporting Special characters or...
Read more >
Why are special characters causing problems in my text input ...
I have a text box that users use to enter text. Only three special characters are causing problems when later viewing the text...
Read more >
🚀 Preventing issues with special characters and page ...
Preventing issues with special characters and page encoding issues. When different components exchange data with one another, issues can arise with the ...
Read more >
Website Special Characters Issue? Here's How to Fix It!
This articles will help you to resolve any issue related to the way on how are displayed special characters on your website.
Read more >
Troubleshooting special character encoding issues in ... - IBM
Resolving the problem​​ By default WebSphere Commerce uses UTF-8 character encoding. There are a few different places within the application ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found