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

17 Commits

Author SHA1 Message Date
miraclesu
a3d4218d9d orm: fix miss pk when pk is negative 2016-03-17 21:41:35 +08:00
miraclesu
85f55fcb41 orm: inline struct support 2016-02-24 18:46:14 +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
FuXiaoHei
828a306069 add comments for orm package, done 2014-01-17 23:28:54 +08:00
slene
658a671b79 all panic use Error 2013-10-09 11:37:16 +08:00
slene
8f5ca303b5 orm fix when use uint as pk 2013-08-30 12:32:05 +08:00
slene
27b84841a7 orm add full regular go type support, such as int8, uint8, byte, rune. add date/datetime timezone support very well. 2013-08-13 17:17:19 +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
46668b811f some fix / add test 2013-08-07 19:11:44 +08:00
slene
51baa35df1 now object crud is simple 2013-08-01 15:51:53 +08:00
slene
b0b64eb404 some change 2013-08-01 09:23:32 +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