eralmansouri

Results 4 issues of eralmansouri

SQL_STATEMENT_DELETE_UNCOMPLETED is actually deleting the completed events, and SQL_STATEMENT_DELETE_UNCOMPLETED_BEFORE is actually deleting the completed events before some instant. The code works fine as-is but the naming is misleading.

### Expected behavior I'm using JOOQ with Spring Boot and I initialize the Configuration with some data. eg: ```java @Bean DefaultConfigurationCustomizer jooqConfigCustomize() { return configuration -> { configuration.data("KEY_FOR_DATA", new ExampleDecryptor(key));...

T: Defect
C: Functionality
P: Medium
E: All Editions

Currently if I try to use ```xml org.eralmansouri.form.FormDefinition true org.eralmansouri.jooq.JacksonConverter FORM\.DEFINITION ``` I get the error `"Cannot find 'genericConverter' in class org.jooq.meta.jaxb.ForcedType"`. The generic converter configuration option was implemented in...

**Describe the bug** The issue here is that whenever the form or components re-renders, SurveyJS throws my cursor unexpectedly, deletes text even as I'm typing, and the whole input form...

bug
user issue