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
|
8f5ca303b5
|
orm fix when use uint as pk
|
2013-08-30 12:32:05 +08:00 |
|
slene
|
49bbca0ce3
|
orm Improve syncdb
|
2013-08-27 12:33:27 +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
|
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
|
45345fa782
|
orm add postgres support
|
2013-08-11 22:27:45 +08:00 |
|
slene
|
6c41e6dd78
|
orm add sqlite3 support, may be support postgres in next commit
|
2013-08-11 00:15:26 +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
|
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 |
|