astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							1d8afdc9c9 
							
						 
					 
					
						
						
							
							gofmt -s & go_vet  
						
						
						
						
					 
					
						2015-05-25 09:10:34 +08:00 
						 
				 
			
				
					
						
							
							
								Peter Fern 
							
						 
					 
					
						
						
						
						
							
						
						
							d7c3727f96 
							
						 
					 
					
						
						
							
							Add support for basic type pointer fields  
						
						... 
						
						
						
						Allows models like:
```
type User struct {
	Id    int64
	Name  string
	Email *string `orm:"null"`
}
```
This helps a lot when doing JSON marshalling/unmarshalling.
Pointer fields should always be declared with the NULL orm tag for sanity, this
probably requires documentation. 
						
						
					 
					
						2014-08-22 14:25:32 +10: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 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							65631e0522 
							
						 
					 
					
						
						
							
							fix orm test  
						
						
						
						
					 
					
						2014-03-19 10:00:26 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							95e67ba2c2 
							
						 
					 
					
						
						
							
							orm now support custom builtin types as model struct field or query args  fix   #489  
						
						
						
						
					 
					
						2014-03-13 23:31:47 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							d5b5c18cf9 
							
						 
					 
					
						
						
							
							orm add GetDB api  #433  
						
						
						
						
					 
					
						2014-03-12 15:56:05 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							cacdb3228d 
							
						 
					 
					
						
						
							
							orm add operator between  #518  
						
						
						
						
					 
					
						2014-03-12 15:56:05 +08:00 
						 
				 
			
				
					
						
							
							
								Daniel Hobe 
							
						 
					 
					
						
						
						
						
							
						
						
							9f3af59250 
							
						 
					 
					
						
						
							
							add support for sql.Null* types  
						
						... 
						
						
						
						Change instructions for sqlite3 tests to use in memory db for much faster 
						
						
					 
					
						2014-03-12 15:56:05 +08:00 
						 
				 
			
				
					
						
							
							
								Kyle McCullough 
							
						 
					 
					
						
						
						
						
							
						
						
							190039b6f8 
							
						 
					 
					
						
						
							
							Add a ReadOrCreate method:  
						
						... 
						
						
						
						m := &User{Name: "Kyle"}
// Returns a boolean indicating whether the object was created,
// the primary key of the object, or an error.
created, id, err := orm.ReadOrCreate(m, "Name") 
						
						
					 
					
						2014-01-22 09:15:21 -06:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							95c65de97c 
							
						 
					 
					
						
						
							
							fix   #440  
						
						
						
						
					 
					
						2014-01-04 22:30:17 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							61c0b3e286 
							
						 
					 
					
						
						
							
							fix db locked  
						
						
						
						
					 
					
						2013-12-31 09:55:29 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							412a4a04de 
							
						 
					 
					
						
						
							
							#384  
						
						
						
						
					 
					
						2013-12-30 23:04:13 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							1c52f6834a 
							
						 
					 
					
						
						
							
							fix bug in postgres  
						
						
						
						
					 
					
						2013-12-17 16:46:14 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							690d77e985 
							
						 
					 
					
						
						
							
							orm test add extra custom JsonField  
						
						
						
						
					 
					
						2013-11-26 21:34:40 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							bcc8f60677 
							
						 
					 
					
						
						
							
							orm add test about CustomField  
						
						
						
						
					 
					
						2013-11-26 18:32:12 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							e5904443d9 
							
						 
					 
					
						
						
							
							fix   #302  
						
						
						
						
					 
					
						2013-11-24 19:29:48 +08:00 
						 
				 
			
				
					
						
							
							
								bronze1man 
							
						 
					 
					
						
						
						
						
							
						
						
							ceb4aa9e25 
							
						 
					 
					
						
						
							
							[orm] QueryTable with nil ptr struct  
						
						
						
						
					 
					
						2013-11-24 14:26:32 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							167ad203cb 
							
						 
					 
					
						
						
							
							orm  #276  
						
						
						
						
					 
					
						2013-11-08 22:19:01 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							9492e4131b 
							
						 
					 
					
						
						
							
							support reverse m2m relation  
						
						
						
						
					 
					
						2013-11-06 21:08:12 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							a4df6e403c 
							
						 
					 
					
						
						
							
							fix   #265  
						
						
						
						
					 
					
						2013-11-01 18:32:03 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							d043ebcdd3 
							
						 
					 
					
						
						
							
							orm support complete m2m operation api / auto load related api  
						
						
						
						
					 
					
						2013-10-14 22:31:35 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							bf3830b6f0 
							
						 
					 
					
						
						
							
							orm add atomic set value  
						
						
						
						
					 
					
						2013-10-09 20:28:54 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							001e33f310 
							
						 
					 
					
						
						
							
							fix   #213  
						
						
						
						
					 
					
						2013-09-22 19:20:40 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							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