Constantine

Results 17 issues of Constantine

This is fix for https://github.com/micronaut-projects/micronaut-data/issues/1741 I'm not sure how to write test because definitely it require executing statements for all supported databases. The repo where you can play around is...

### Expected Behavior you could correctly set null value for special cases like UUID ### Actual Behaviour Currently postgresql reported error that it can't deduce type of parameter $123 ###...

type: bug

Currently README lack of description for how to build layer ourselves and there are no references to serverless framework. It could be helpful for those who come searching for PostgreSQL...

### Describe the bug I can't enable superbooga v2 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Reproduction enable superbooga v2...

bug

Fix for https://github.com/oobabooga/text-generation-webui/issues/5455 ## Checklist: - [x] I have read the [Contributing guidelines](https://github.com/oobabooga/text-generation-webui/wiki/Contributing-guidelines).

This is rough attempt to support sequence types for H2 http://www.h2database.com/html/grammar.html#column_definition

type: enhancement

### Expected Behavior I have embedded with following annotation ``` @Embeddable class MyEmbedded( @field:[ JsonInclude(value = JsonInclude.Include.NON_EMPTY, content = JsonInclude.Include.NON_EMPTY) TypeDef(type = DataType.JSON) MappedProperty(value = "map", type = DataType.JSON) ]...

### Expected Behavior In case of native query ``` with t1 as (select 1 c2) update t2 set c1 = c2 ``` Micronaut tries to execute executeQuery instead of executeUpdate....

### Feature description I read #566 [Id Generation](https://micronaut-projects.github.io/micronaut-data/latest/guide/#sqlIdGenerator) and [Events](https://micronaut-projects.github.io/micronaut-data/latest/guide/#entityEvents) and it's not clear for me how to bypass Id generation if I already have one. Current logic just override...

### Expected Behavior Exactly the same as https://github.com/grails/grails-core/issues/11421. It works locally via gradle bootRun but failed to run via tomcat. Controllers return json works as expected I migrated according to...

info: no example attached