[GitHub] [incubator-shardingsphere] tristaZero commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-09-12 Thread GitBox
tristaZero commented on issue #2819: How to turn off keyGenerator feature  in 
4.0.0-RC1 version
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-530691280
 
 
   Sorry, i have no idea about your scenerio and problem, can you upload your 
example to gitHub, and tell us its url? Therefore i can learn more about your 
problem.
   @yangjwInRiver 


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] tristaZero commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-09-05 Thread GitBox
tristaZero commented on issue #2819: How to turn off keyGenerator feature  in 
4.0.0-RC1 version
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-528711468
 
 
   @yangjwInRiver  I am sorry to give feedback so late, which column is your 
primary key? You not add any annotation(Primary key) in entity parameters, 
right? 


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] tristaZero commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-09-05 Thread GitBox
tristaZero commented on issue #2819: How to turn off keyGenerator feature  in 
4.0.0-RC1 version
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-528711099
 
 
   @gholly
   Hi, `insert into dd_bank_2 (application_number, company_id, id) values (?, 
?, ?)` There is no id column in your actual Database, you mean, ss creates a 
column named id, and give it a value?


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] tristaZero commented on issue #2819: How to turn off keyGenerator feature in 4.0.0-RC1 version

2019-08-16 Thread GitBox
tristaZero commented on issue #2819: How to turn off keyGenerator feature  in 
4.0.0-RC1 version
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2819#issuecomment-521898198
 
 
   @gholly 
   > SQL: insert into dd_bank_2 (application_number, company_id, id) values (?, 
?, ?) 
   Parameters:[12314, 2, 64e25235-e5a1-4005-8a53-8f9659b01709]
   
   If `64e25235-e5a1-4005-8a53-8f9659b01709` is set by SS, what's value you 
set? Do you assign value tu id?
   
   @yangjwInRiver 
   I want to make true whether you assign id as primary key by annotation of 
SpringBoot, but not assign value to ID as parameter? 


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services