Skip to content

Commit 355e826

Browse files
authored
Merge pull request #20 from maiqingqiang/1.2.9
v1.2.9
2 parents 99334fc + d5dfb05 commit 355e826

20 files changed

+196
-185
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.gradle
22
.idea
3+
.intellijPlatform
34
.qodana
45
build
56
.DS_Store

.run/Run IDE for UI Tests.run.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.run/Run Qodana.run.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.run/Run Tests.run.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
2020
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
2121
<DebugAllEnabled>false</DebugAllEnabled>
22+
<RunAsTest>true</RunAsTest>
2223
<method v="2" />
2324
</configuration>
2425
</component>

.run/Run Verifications.run.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@
1111
</option>
1212
<option name="taskNames">
1313
<list>
14-
<option value="runPluginVerifier" />
14+
<option value="verifyPlugin" />
1515
</list>
1616
</option>
1717
<option name="vmOptions" value="" />
1818
</ExternalSystemSettings>
1919
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
2020
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
2121
<DebugAllEnabled>false</DebugAllEnabled>
22-
<method v="2">
23-
<option name="Gradle.BeforeRunTask" enabled="true" tasks="clean" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" />
24-
</method>
22+
<RunAsTest>false</RunAsTest>
23+
<method v="2" />
2524
</configuration>
2625
</component>

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
## [Unreleased]
66

7+
## [1.2.9] - 2024-08-22
8+
9+
### Fixed
10+
11+
- Fixed unsigned data type
12+
- Supoort goframe WhereBuilder
13+
14+
### Changed
15+
16+
- upgrade libraries
17+
718
## [1.2.8] - 2023-12-29
819

920
### Fixed

README-ja_JP.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@
5151
### ローカルインストール
5252

5353
- 【Go ORMアシスタント】プラグインパッケージのダウンロード [Releases](https://github.com/maiqingqiang/go-orm-helper/releases)
54-
- プラグイン・チュートリアルのインストール https://www.jetbrains.com/help/idea/managing-plugins.html
54+
- プラグイン・チュートリアルのインストール https://www.jetbrains.com/help/idea/managing-plugins.html
55+
56+
## Star History
57+
58+
[![Star History Chart](https://api.star-history.com/svg?repos=maiqingqiang/go-orm-helper&type=Date)](https://star-history.com/#maiqingqiang/go-orm-helper&Date)

README-ko_KR.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@
5151
### 로컬 설치
5252

5353
- [Go ORM 도우미] 플러그인 패키지 다운로드 [Releases](https://github.com/maiqingqiang/go-orm-helper/releases)
54-
- 플러그인 설치 자습서 https://www.jetbrains.com/help/idea/managing-plugins.html
54+
- 플러그인 설치 자습서 https://www.jetbrains.com/help/idea/managing-plugins.html
55+
56+
## Star History
57+
58+
[![Star History Chart](https://api.star-history.com/svg?repos=maiqingqiang/go-orm-helper&type=Date)](https://star-history.com/#maiqingqiang/go-orm-helper&Date)

README-zh_CN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,8 @@ https://www.jetbrains.com/help/go/auto-completing-code.html#code-completion-for-
7373
### 本地安装
7474

7575
- 下载【Go ORM 助手】插件包 [Releases](https://github.com/maiqingqiang/go-orm-helper/releases)
76-
- 安装插件教程: https://www.jetbrains.com/help/idea/managing-plugins.html
76+
- 安装插件教程: https://www.jetbrains.com/help/idea/managing-plugins.html
77+
78+
## Star History
79+
80+
[![Star History Chart](https://api.star-history.com/svg?repos=maiqingqiang/go-orm-helper&type=Date)](https://star-history.com/#maiqingqiang/go-orm-helper&Date)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ Selected SQL -> Editor Popup Menu -> Go ORM Helper Tool -> SQL Convert Struct
7474

7575
- Download Go ORM Helper Plugin [Releases](https://github.com/maiqingqiang/go-orm-helper/releases)
7676
- Install plugins guide: https://www.jetbrains.com/help/idea/managing-plugins.html
77+
78+
## Star History
79+
80+
[![Star History Chart](https://api.star-history.com/svg?repos=maiqingqiang/go-orm-helper&type=Date)](https://star-history.com/#maiqingqiang/go-orm-helper&Date)

0 commit comments

Comments
 (0)