v0.6.6
This commit is contained in:
parent
636ccefbc7
commit
fc1b13e0d8
|
@ -52,6 +52,9 @@ Drivers for Go's sql package which currently support database/sql includes:
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
* **v0.6.6**
|
||||||
|
* Some bugs fixed
|
||||||
|
|
||||||
* **v0.6.5**
|
* **v0.6.5**
|
||||||
* Postgres schema support
|
* Postgres schema support
|
||||||
* vgo support
|
* vgo support
|
||||||
|
|
|
@ -54,6 +54,9 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
* **v0.6.6**
|
||||||
|
* 修正部分Bug
|
||||||
|
|
||||||
* **v0.6.5**
|
* **v0.6.5**
|
||||||
* 通过 engine.SetSchema 来支持 schema,当前仅支持Postgres
|
* 通过 engine.SetSchema 来支持 schema,当前仅支持Postgres
|
||||||
* vgo 支持
|
* vgo 支持
|
||||||
|
|
Loading…
Reference in New Issue