File tree 6 files changed +6
-20
lines changed
6 files changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ workspace:
11
11
path : src/gitea.com/xorm/xorm
12
12
13
13
steps :
14
- - name : init_postgres
15
- pull : default
16
- image : postgres:9.5
17
- commands :
18
- - " until psql -U postgres -d xorm_test -h pgsql \\\n -c \" SELECT 1;\" >/dev/null 2>&1; do sleep 1; done\n "
19
- - " psql -U postgres -d xorm_test -h pgsql \\\n -c \" create schema xorm;\"\n "
20
-
21
14
- name : build
22
15
pull : default
23
16
image : golang:1.10
@@ -181,13 +174,6 @@ workspace:
181
174
path : src/gitea.com/xorm/xorm
182
175
183
176
steps :
184
- - name : init_postgres
185
- pull : default
186
- image : postgres:9.5
187
- commands :
188
- - " until psql -U postgres -d xorm_test -h pgsql \\\n -c \" SELECT 1;\" >/dev/null 2>&1; do sleep 1; done\n "
189
- - " psql -U postgres -d xorm_test -h pgsql \\\n -c \" create schema xorm;\"\n "
190
-
191
177
- name : build
192
178
pull : default
193
179
image : golang:1.11
Original file line number Diff line number Diff line change 4
4
5
5
Xorm is a simple and powerful ORM for Go.
6
6
7
- [ ![ Build Status] ( https://drone.gitea.com/api/badges/xorm/xorm/status.svg )] ( https://drone.gitea.com/xorm/xorm ) [ ![ ] ( http://gocover.io/_badge/xorm.io/xorm )] ( http ://gocover.io/xorm.io/xorm)
7
+ [ ![ Build Status] ( https://drone.gitea.com/api/badges/xorm/xorm/status.svg )] ( https://drone.gitea.com/xorm/xorm ) [ ![ ] ( http://gocover.io/_badge/xorm.io/xorm )] ( https ://gocover.io/xorm.io/xorm)
8
8
[ ![ ] ( https://goreportcard.com/badge/xorm.io/xorm )] ( https://goreportcard.com/report/xorm.io/xorm )
9
9
[ ![ Join the chat at https://img.shields.io/discord/323460943201959939.svg ] ( https://img.shields.io/discord/323460943201959939.svg )] ( https://discord.gg/HuR2CF3 )
10
10
Original file line number Diff line number Diff line change 4
4
5
5
xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作非常简便。
6
6
7
- [ ![ Build Status] ( https://drone.gitea.com/api/badges/xorm/builder/status.svg )] ( https://drone.gitea.com/xorm/builder ) [ ![ ] ( http://gocover.io/_badge/xorm.io/xorm )] ( http ://gocover.io/xorm.io/xorm)
7
+ [ ![ Build Status] ( https://drone.gitea.com/api/badges/xorm/builder/status.svg )] ( https://drone.gitea.com/xorm/builder ) [ ![ ] ( http://gocover.io/_badge/xorm.io/xorm )] ( https ://gocover.io/xorm.io/xorm)
8
8
[ ![ ] ( https://goreportcard.com/badge/xorm.io/xorm )] ( https://goreportcard.com/report/xorm.io/xorm )
9
9
[ ![ Join the chat at https://img.shields.io/discord/323460943201959939.svg ] ( https://img.shields.io/discord/323460943201959939.svg )] ( https://discord.gg/HuR2CF3 )
10
10
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ require (
11
11
github.com/stretchr/testify v1.4.0
12
12
github.com/ziutek/mymysql v1.5.4
13
13
xorm.io/builder v0.3.6
14
- xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb
14
+ xorm.io/core v0.7.2
15
15
)
Original file line number Diff line number Diff line change @@ -145,5 +145,5 @@ honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWh
145
145
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
146
146
xorm.io/builder v0.3.6 h1:ha28mQ2M+TFx96Hxo+iq6tQgnkC9IZkM6D8w9sKHHF8 =
147
147
xorm.io/builder v0.3.6 /go.mod h1:LEFAPISnRzG+zxaxj2vPicRwz67BdhFreKg8yv8/TgU =
148
- xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb h1:msX3zG3BPl8Ti+LDzP33/9K7BzO/WqFXk610K1kYKfo =
149
- xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb /go.mod h1:jJfd0UAEzZ4t87nbQYtVjmqpIODugN6PD2D9E+dJvdM =
148
+ xorm.io/core v0.7.2 h1:mEO22A2Z7a3fPaZMk6gKL/jMD80iiyNwRrX5HOv3XLw =
149
+ xorm.io/core v0.7.2 /go.mod h1:jJfd0UAEzZ4t87nbQYtVjmqpIODugN6PD2D9E+dJvdM =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
21
21
const (
22
22
// Version show the xorm's version
23
- Version string = "0.7 .0.0504 "
23
+ Version string = "0.8 .0.1015 "
24
24
)
25
25
26
26
func regDrvsNDialects () bool {
You can’t perform that action at this time.
0 commit comments