The GitHub Actions job "Nightly - Check" on shardingsphere.git/master has
failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).
Head commit for run:
a0b6807f7765990ec9af18cce20d735bb5de6c91 / ZhangCheng
Add insert statement assignments bind (#35213)
Report URL: https://
FlyingZC merged PR #35215:
URL: https://github.com/apache/shardingsphere/pull/35215
--
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: notifications-unsubs
jiangML merged PR #35216:
URL: https://github.com/apache/shardingsphere/pull/35216
--
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: notifications-unsubsc
jay841224 commented on PR #34943:
URL: https://github.com/apache/shardingsphere/pull/34943#issuecomment-2814387484
Hi @iamhucong can you review this pr
--
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 g
RaigorJiang opened a new pull request, #35216:
URL: https://github.com/apache/shardingsphere/pull/35216
Refer to #35215.
--
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.
This is an automated email from the ASF dual-hosted git repository.
chengzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new fb2f599b96c Fix the error message of
FlyingZC closed issue #35214: The message of AlgorithmInitializationException
is inaccurate
URL: https://github.com/apache/shardingsphere/issues/35214
--
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
RaigorJiang commented on issue #35195:
URL:
https://github.com/apache/shardingsphere/issues/35195#issuecomment-2814212914
> Thank you, I can't use what you said, not just MySQL. All databases need
to be considered, so I guess I can only make some changes to the source code to
be compatible
The GitHub Actions job "CI" on shardingsphere-plugin.git/main has failed.
Run started by GitHub user strongduanmu (triggered by strongduanmu).
Head commit for run:
bcd5cb416e1e1efad2ba88b0651ee4501001f75a / Cong Hu
Merge pull request #48 from strongduanmu/dev-0224
Fix build error caused by Sha
The GitHub Actions job "Schedule - Report" on shardingsphere.git/master has
succeeded.
Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95).
Head commit for run:
a0b6807f7765990ec9af18cce20d735bb5de6c91 / ZhangCheng
Add insert statement assignments bind (#35213)
Report URL: h
The GitHub Actions job "Nightly - Build" on shardingsphere.git/master has
failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).
Head commit for run:
a0b6807f7765990ec9af18cce20d735bb5de6c91 / ZhangCheng
Add insert statement assignments bind (#35213)
Report URL: https://
The GitHub Actions job "Schedule - Report" on shardingsphere.git/master has
failed.
Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95).
Head commit for run:
a0b6807f7765990ec9af18cce20d735bb5de6c91 / ZhangCheng
Add insert statement assignments bind (#35213)
Report URL: http
dingqianwen commented on issue #35195:
URL:
https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813274976
> 你好,[@dingqianwen](https://github.com/dingqianwen) 您没有提供 SQL
语句,但我猜您执行了`select xxx from db_1.tableName;`
>
> 在ShardingSphere中,`db`in`db.table`被识别为逻辑数据库,所以会出现您所描述
dingqianwen commented on issue #35195:
URL:
https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813334605
> [@dingqianwen](https://github.com/dingqianwen) I noticed that you are
using MySQL database. You can register two schemas (as storage units) in the
same logical databa
BourneD commented on issue #35198:
URL:
https://github.com/apache/shardingsphere/issues/35198#issuecomment-2813321930
I found a tricky way to solve it. I implement two SPI interfaces
CustomDriverState and CustomTransactionHook, and I wrap
ShardingSphereConnection and CustomTransactionHook
RaigorJiang commented on issue #35195:
URL:
https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813305787
@dingqianwen
I noticed that you are using MySQL database. You can register two schemas
(as storage units) in the same logical database and load the tables on these
strongduanmu merged PR #35213:
URL: https://github.com/apache/shardingsphere/pull/35213
--
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: notifications-un
dingqianwen commented on issue #35195:
URL:
https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813276795
> >
你好,[@dingqianwen](https://github.com/dingqianwen)您没有提供SQL语句,但我猜您执行了`select xxx
from db_1.tableName;`
> > 在ShardingSphere中,`db`在`db.table`被识别为逻辑数据库中,所以会出现您所描述的异常。
RaigorJiang commented on issue #35195:
URL:
https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813263662
Hi, @dingqianwen
You did not provide the SQL statement, but I guess you executed `select xxx
from db_1.tableName;`
In ShardingSphere, the `db` in `db.table` i
RaigorJiang opened a new pull request, #35215:
URL: https://github.com/apache/shardingsphere/pull/35215
Fixes #35214
### Before
https://github.com/user-attachments/assets/af1a2942-d806-4a60-90a3-174e909dc68e";
/>
### After
https://github.com/user-attachments/assets/50479b
RaigorJiang opened a new issue, #35214:
URL: https://github.com/apache/shardingsphere/issues/35214
### Which version of ShardingSphere did you use?
5.5.3-SNAPSHOT master a0b6807f7765990ec9af18cce20d735bb5de6c91
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Pro
This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new a0b6807f776 Add insert statement
FlyingZC opened a new pull request, #35213:
URL: https://github.com/apache/shardingsphere/pull/35213
Fixes #ISSUSE_ID.
Changes proposed in this pull request:
-
---
Before committing this PR, I'm sure that I have checked the following
options:
- [ ] My code follow
zhaojinchao95 closed issue #33363: Operation not allowed after ResultSet closed
when using SQLFederationEngine
URL: https://github.com/apache/shardingsphere/issues/33363
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
terrymanu merged PR #35207:
URL: https://github.com/apache/shardingsphere/pull/35207
--
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: notifications-unsub
This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 8c0783fd074 Fix Operation not allow
The GitHub Actions job "E2E - Agent" on shardingsphere.git/dev-0417 has
succeeded.
Run started by GitHub user strongduanmu (triggered by strongduanmu).
Head commit for run:
0f87ff9217efc1a0393be898f2debf8e52415dcb / duanzhengqiang
Fix Operation not allowed after ResultSet closed exception whe
strongduanmu commented on PR #35206:
URL: https://github.com/apache/shardingsphere/pull/35206#issuecomment-2812016535
https://github.com/user-attachments/assets/b1e37011-44f2-4f9c-9ca8-05d6507ec70c";
/>
--
This is an automated message from the Apache Git Service.
To respond to the mes
strongduanmu commented on issue #33363:
URL:
https://github.com/apache/shardingsphere/issues/33363#issuecomment-2812022835
Hi @wjjboy, sorry for late reply. I have fix this bug, you can try with
master branch.
--
This is an automated message from the Apache Git Service.
To respond to the
zhaojinchao95 merged PR #35206:
URL: https://github.com/apache/shardingsphere/pull/35206
--
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: notifications-u
terrymanu opened a new pull request, #35210:
URL: https://github.com/apache/shardingsphere/pull/35210
(no comment)
--
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 unsubs
31 matches
Mail list logo