Andrea Arcuri

Results 188 comments of Andrea Arcuri

@ytfrank can you paste the whole source code of the driver class?

@ytfrank hmmm... I do not see any specific issue in this driver. could it be that no data is added because no SQL command was ever executed in the API?...

eg, in a previous example you made, there was: ``` @Size(min = 16, max = 19) @Pattern(regexp = "^[0-9]+$") private String bankCardNo; ``` that type of double-constraint is not something...

Hi @ytfrank July is vacation period in Norway. I ll look at it once i m back

@ytfrank haven't forgotten about this issue. but we are in the middle of a major refactoring of SQL handling, which unfortunately it is taking much longer than expected. doubt will...

@ytfrank Hi, there were 2 issues: 1) derived parameters where not updated after mutation. this is now fixed 2) the driver had a "bug". the JSON library you used from...

hi, regarding the 2 issues you face: 1) it might be related to #964. currently, we do not properly handle multi-catalog/multi-schema. it is an ongoing process, but it is a...

same/similar issue. From GitHub, I can see that the webhook is sending a POST to Zenodo on release (with a new unique tag), and Zenodo answers with: `{"message":"Accepted.","status":202}`. but then...

did u override all your changes when you pulled from master?