Skip to content

Xilis/micronaut_reproduce_isactive

Repository files navigation

Issue

The isActive property does not get mapped to the is_active column correctly. Using the @MappedProperty annotation does not change anything.

SELECT banana_."banana_id",
       banana_."active",
       banana_."is_active",
       banana_."is_active",
       banana_."very_interesting"
FROM "bananas" banana_

Description

Reproduction steps

  • docker-compose up to start postgres container which will automatically execute the db/db.sql file to create table
  • launch app
  • go to localhost:8080/swagger-ui and execute the call, observing the error

Micronaut 3.2.1 Documentation


Feature http-client documentation

Feature testcontainers documentation

Feature data-jdbc documentation

Feature jdbc-hikari documentation

Feature openapi documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors