Merge pull request #5 from go-xorm/master

update
This commit is contained in:
S.W.H 2014-04-15 19:52:04 +08:00
commit 9682b65488
4 changed files with 45 additions and 14 deletions

View File

@ -41,6 +41,18 @@ Drivers for Go's sql package which currently support database/sql includes:
# Changelog
* **v0.3.2**
Improvements:
* Add MustCols function
Bug Fixes:
* #46
* #51
* #53
* #89
* #86
* #92
* **v0.3.1**
Features:
@ -90,6 +102,9 @@ Or
* [GoCMS - github.com/zzboy/GoCMS](https://github.com/zzdboy/GoCMS)
* [GoBBS - gobbs.domolo.com](http://gobbs.domolo.com/)
# Discuss
Please visit [Xorm on Google Groups](https://groups.google.com/forum/#!forum/xorm)

View File

@ -93,6 +93,9 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
* [GoCMS - github.com/zzboy/GoCMS](https://github.com/zzdboy/GoCMS)
* [GoBBS - gobbs.domolo.com](http://gobbs.domolo.com/)
## 讨论
请加入QQ群280360085 进行讨论。

View File

@ -1 +1 @@
xorm v0.3.1
xorm v0.3.2

View File

@ -1,5 +1,18 @@
## Changelog
* **v0.3.2**
Improvements:
* Add AllCols & MustCols function
* Add TableName for custom table name
Bug Fixes:
* #46
* #51
* #53
* #89
* #86
* #92
* **v0.3.1**
Features: