Skip to content

Releases: gasparbarancelli/spring-native-query

1.0.29

08 Dec 17:43
Compare
Choose a tag to compare

Added debug log

1.0.28

23 Oct 20:17
b5f7999
Compare
Choose a tag to compare

add support to numeric types with EntityMananger #34

In version 1.0.28 above we started using Hibernate Types to correctly convert data types, for previous versions consider disabling the use of Hibernate Types by the configuration below.

native-query.use-hibernate-types=false

1.0.27

23 Oct 14:24
35992ed
Compare
Choose a tag to compare

#29 allow define the directory of sql files

1.0.26

20 Oct 16:54
Compare
Choose a tag to compare

update Spring Boot version

1.0.25

24 Jul 19:59
Compare
Choose a tag to compare

Security update

1.0.24

29 May 17:42
Compare
Choose a tag to compare

updating libraries

1.0.23

14 May 11:19
0a455c9
Compare
Choose a tag to compare

Many improvements

1.0.16

22 Jan 19:04
Compare
Choose a tag to compare

Configure the library programatically

1.0.14

21 Jan 11:34
Compare
Choose a tag to compare

Possibility to filter by map

1.0.13

20 Jan 13:01
Compare
Choose a tag to compare

Improvement