nlimpid
6b0155c4fb
add different column name parse strategy
2018-11-20 22:47:56 +08:00
Dennis
c4c3067a31
Update utils.go
2018-11-15 15:16:41 +08:00
astaxie
d956444965
Merge branch 'develop' into add-gosimple
2017-03-18 11:20:30 +08:00
Sergey Lanzman
37c1ffc57a
add go simple support
2017-03-17 20:22:20 +02:00
Sergey Lanzman
856fde28dc
add unconverted support
2017-03-17 19:45:30 +02:00
legendtkl
c9c284be27
Modify func camelString to be more robust
...
1. In previous edition, for case "pic_url_1", the func will return
"PicUrl_1", but "PicUrl1" seems to be more reasonable.
2. More test cases please refer to utils_test.go
2016-12-25 21:09:06 +08:00
astaxie
5ceac1dd04
string convert int fail use math/big fix #756
2016-10-12 15:04:31 +08:00
astaxie
3f67c62dd8
revert the snakeString
2016-08-30 00:15:02 +08:00
ysqi
d528fafd43
ignore case of tag and fixed bug for columName
2016-06-03 22:06:43 +08:00
astaxie
4823a0f114
remove the dead code
2015-09-17 23:47:26 +08:00
astaxie
68ec133aa8
golint orm
2015-09-12 21:46:43 +08:00
astaxie
1d8afdc9c9
gofmt -s & go_vet
2015-05-25 09:10:34 +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
astaxie
4245521660
fix #576
2014-05-17 02:26:50 +08:00
FuXiaoHei
828a306069
add comments for orm package, done
2014-01-17 23:28:54 +08:00
bronze1man
ceb4aa9e25
[orm] QueryTable with nil ptr struct
2013-11-24 14:26:32 +08:00
slene
1596aa7a34
orm support use any numeric type set QuerySeter.Limit value
2013-09-13 18:06:44 +08:00
slene
3745bb7279
orm.Read support specify condition fields, orm.Update and QuerySeter All/One support omit fields.
2013-09-12 19:04:39 +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
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
46668b811f
some fix / add test
2013-08-07 19:11:44 +08:00
slene
bce35c708a
init orm project, beta, unstable
2013-07-30 20:32:38 +08:00