RaigorJiang opened a new issue, #32857:
URL: https://github.com/apache/shardingsphere/issues/32857

   Related to #32843, 32846
   
   ### create table with boolean type column
   ```sql
   CREATE TABLE IF NOT EXISTS member_summary (
       mid VARCHAR(9) PRIMARY KEY,
       nickname VARCHAR(63),
       previous_champions_season_id BIGINT NOT NULL,
       previous_champions_tier_id  BIGINT NOT NULL,
       account_level BIGINT NOT NULL,
       profile_id BIGINT NOT NULL,
       hide_champions_raid_tier_border boolean NOT NULL,
       title_id BIGINT NOT NULL,
       block_party_invite boolean NOT NULL
   );
   ```
   
   ### go client
   <img width="1044" alt="image" 
src="https://github.com/user-attachments/assets/a4d69bd6-e8b6-49ba-9ae1-2696027d9467";>
   
   ### error
   ```plain
   failed to encode args[6]: unable to encode false into binary format for bit 
(OID 1560): cannot find encode plan
   ```
   
   ### package
   - excepted params from Proxy
   <img width="1266" alt="image" 
src="https://github.com/user-attachments/assets/e76fc2d8-5ab8-47bf-ba83-8d943baded32";>
   
   
   - excepted params from PG
   
![image](https://github.com/user-attachments/assets/2088332f-6978-43b1-9719-0f5fd6f0686c)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to