Skip to content

Releases: johnmai-dev/go-orm-helper

v1.2.10

29 Sep 13:50
9e7b227
Compare
Choose a tag to compare

What's Changed

  • Fix SQL2Struct comment line break bug #22
  • Fix SQL2Struct copy and paste bug. #21

Full Changelog: v1.2.9...v1.2.10

v1.2.9

21 Aug 16:42
Compare
Choose a tag to compare

What's Changed

  • [LanceAdd]GoFrame ORM WhereBuilder Support by @LanceAdd in #18
  • Fix unsigned data type #16
  • v1.2.9 by @maiqingqiang in #20

New Contributors

Full Changelog: v1.2.8...v1.2.9

v1.2.8

29 Dec 11:24
Compare
Choose a tag to compare

[1.2.8] - 2023-12-29

Fixed

  • Fixed data type uppercase issue
  • Handle SQL that cannot be converted to a Struct

Changed

  • upgrade guava 33.0.0-jre
  • upgrade jsqlparser 4.8

v1.2.6

02 Dec 15:43
Compare
Choose a tag to compare

[1.2.6] - 2023-12-02

Changed

  • upgrade libraries

Fixed

  • Fixed PSI and index do not match

v1.2.5

09 Sep 16:12
Compare
Choose a tag to compare

[1.2.5] - 2023-09-10

Changed

  • upgrade libraries

Fixed

  • Fixed PSI and index do not match

v1.2.4

13 Aug 14:47
Compare
Choose a tag to compare

[1.2.4] - 2023-08-13

Changed

  • Use VfsUtilCore.iterateChildrenRecursively
  • Use ProjectUtil.guessProjectDir()
  • Use Strings.toSnakeCase instead of com.google.common.base.CaseFormat && plugin.xml use postStartupActivity
  • Remove log
  • Use com.intellij.lang.annotation.Annotator instead of com.intellij.codeInsight.daemon.impl.HighlightVisitor #12
  • Remove plugin.xml projectService node
  • Use StartupActivity instead of ProjectManagerListener

Fixed

  • Fix Dao Completion
  • Fix ScannedPath
  • Fix FileChooserDescriptor.chooseMultiple

v1.2.2

06 Aug 07:59
Compare
Choose a tag to compare

1.2.2 - 2023-08-06

Fixed

  • When using the DAO tool to generate a model, the field names are directly used as saved in the DAO. #9
image

v1.2.1

25 Jul 16:05
a651023
Compare
Choose a tag to compare

[1.2.1] - 2023-07-25

Added

  • Support Inline Conditions.
image

Fixed

  • Fix GoFrame ORM unsupported syntax. #7
  • Fix Outdated stub in index Exception.
image image image

v1.2.1-SNAPSHOT-20230722

22 Jul 14:14
Compare
Choose a tag to compare
Pre-release

[1.2.1] - 2023-07-22

Added

  • Support Inline Conditions.

Fixed

  • Fix GoFrame ORM unsupported syntax.
image

1.2.1-SNAPSHOT

19 Jul 16:10
Compare
Choose a tag to compare
1.2.1-SNAPSHOT Pre-release
Pre-release

[1.2.1] - 2023-07-19

Fixed

  • Fix GoFrame ORM unsupported syntax. #7
image image image