1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-01 06:03:26 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
hzlinqien
b91263a254 misc: fix typos 2017-10-17 17:27:03 +08:00
astaxie
8c37a07adb optimize the ORM 2016-08-31 00:07:19 +08:00
astaxie
aa091cea42 improvement the error if use &&Struct 2016-08-30 22:02:11 +08:00
astaxie
68ec133aa8 golint orm 2015-09-12 21:46:43 +08:00
astaxie
a144769515 update the documents & comments 2014-08-18 16:41:43 +08:00
astaxie
fefd8ddb5b beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
astaxie
0f170a80da update the comments fix #658 2014-06-25 10:39:37 +08:00
astaxie
c188cbbcb4 update all files License 2014-05-17 02:26:50 +08:00
slene
53aaf3b4a9 orm add ResetModelCache api for test case 2014-03-12 15:56:05 +08:00
FuXiaoHei
828a306069 add comments for orm package, done 2014-01-17 23:28:54 +08:00
slene
41dd6e580d orm 1. complete QueryRow/QueryRows api 2. QuerySeter.All support *[]Type and *[]*Type 2013-09-09 22:33:41 +08:00
slene
7c72b2dca7 orm fix syncdb 2013-08-25 11:35:12 +08:00
slene
94f7ba8bdf orm add uint uint32 uint64 auto increment support 2013-08-22 18:35:26 +08:00
slene
c38abf35da orm support auto create db 2013-08-19 22:37:39 +08:00
slene
f2b359d8e8 orm full remove orm.Manager for simple use, add struct tag - for skip struct field 2013-08-09 20:14:18 +08:00
slene
45aa071261 orm add queries debug logger 2013-08-09 13:20:19 +08:00
slene
8563000235 orm operator args now support multi types eg: []int []*int *int, Model *Model 2013-08-08 22:34:18 +08:00
slene
46668b811f some fix / add test 2013-08-07 19:11:44 +08:00
slene
2c5e062c2b some fix 2013-07-31 22:11:22 +08:00
slene
bce35c708a init orm project, beta, unstable 2013-07-30 20:32:38 +08:00