Skip to content

Several modifications to the AliSQL client#657

Merged
alwayslove2013 merged 2 commits intozilliztech:mainfrom
JoeJRW:fix_alisql_for_online_user
Dec 2, 2025
Merged

Several modifications to the AliSQL client#657
alwayslove2013 merged 2 commits intozilliztech:mainfrom
JoeJRW:fix_alisql_for_online_user

Conversation

@JoeJRW
Copy link
Contributor

@JoeJRW JoeJRW commented Dec 1, 2025

Sorry, but we've discovered some conflicts between the code merged in the previous version and our online configuration.

This patch has been modified as follows:

  1. Remove SET GLOBAL;
  2. SET sql_mode = '';
  3. Add a --database.

Summary
=======
1. Online users cannot directly `SET GLOBAL`
2. Online instances uses strict SQL mode by default, which can affect vector
insertion.
@JoeJRW
Copy link
Contributor Author

JoeJRW commented Dec 1, 2025

@alwayslove2013 I’d appreciate it if you could take a look at this PR when you have time and help merge it if everything looks good.

@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: alwayslove2013, JoeJRW
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@alwayslove2013 alwayslove2013 merged commit 69f985b into zilliztech:main Dec 2, 2025
4 checks passed
Akhil-Pathivada pushed a commit to Akhil-Pathivada/VectorDBBench that referenced this pull request Dec 5, 2025
* [Bugfix] Several fixes to AliSQL

Summary
=======
1. Online users cannot directly `SET GLOBAL`
2. Online instances uses strict SQL mode by default, which can affect vector
insertion.

* [Feature] AliSQL supports custom db name

---------

Co-authored-by: wangzihao.wzh <guguang.wzh@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants