924438567 commented on issue #18556: URL: https://github.com/apache/shardingsphere/issues/18556#issuecomment-1166330242
> > thank you ,where is a description of the usage of inline expressions? > > @924438567 Hah, sorry, I lost the link: https://shardingsphere.apache.org/document/current/en/features/sharding/concept/inline-expression/ 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]
