924438567 commented on issue #18556:
URL:
https://github.com/apache/shardingsphere/issues/18556#issuecomment-1166330184
> Do you mean `。` or `.`?
I see in source code,
```
class: InsertClauseShardingConditionEngine
method: private void appendGeneratedKeyConditions(final
InsertStatementContext sqlStatementContext, final List<ShardingCondition>
shardingConditions) {
Optional<GeneratedKeyContext> generatedKey =
sqlStatementContext.getGeneratedKeyContext();
```
due to my configuration, generatedKey is null , so snowflake is unuseful,
id can not be formed , what should i do ?
--
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]