Skip to content

Releases: gaoxingliang/dbupgrader

release/v0.2.1

30 Apr 08:34

Choose a tag to compare

rename package and add support to skipClass

release/v0.1.6

20 Feb 01:24

Choose a tag to compare

Fix the jdk21 jar file path issue in springboot jar.

release/v0.1.5

17 Feb 06:12

Choose a tag to compare

add indexExists, columnExists method

release/v0.1.4

13 Jan 07:48

Choose a tag to compare

  1. Support for insert with escape char for id
  2. compose the insert sql instead of use placeholder ?

release/v0.1.2

09 Jan 06:54

Choose a tag to compare

Fix production issues:
1, add support for different applications share same database.
2, add smartAddColumn method
3, smartInsert method now supports multiple rows.