Commit Graph

39 Commits

Author SHA1 Message Date
Lunny Xiao 194ba2b6d6
golint fix 2017-01-09 09:56:02 +08:00
Lunny Xiao ccabb48a4f
misspell fix 2017-01-09 09:53:27 +08:00
Lunny Xiao 664a52a6d7
some gofmt & golint fixed 2017-01-09 09:52:23 +08:00
Sergey Kurt 227b82da41 Fix golint 'should omit (type|2nd value) ...' warnings 2016-11-09 12:37:59 +03:00
Sergey Kurt fe3fd2e4b0 Fix go vet warnings 2016-11-07 23:16:49 +03:00
Lunny Xiao 769f6b3ae6 bug fixed 2016-03-16 23:05:25 +08:00
Lunny Xiao b3ec16b09c bug fixed #280 2015-08-12 22:02:27 +08:00
Lunny Xiao ffa0712280 resolved for go-gitea/gitea#105 2015-07-08 16:53:35 +08:00
Lunny Xiao caffa2447f bug fixed and improved IsTableExist 2014-05-06 14:59:58 +08:00
Lunny Xiao 9e147d2fde add BeforeSet processor and Dump function 2014-05-04 13:53:38 +08:00
Nash Tsai 3ef0b27d4a resolved merge from origin/dev 2014-04-17 23:25:50 +08:00
Nash Tsai 52f7a96bfe resolved merge from origin/dev branch 2014-04-17 21:28:26 +08:00
Lunny Xiao 14ba638eb8 Merge branch 'dev' of github.com:go-xorm/xorm into dev
Conflicts:
	docs/QuickStart.md
	docs/QuickStartEn.md
	examples/cache.go
	examples/maxconnect.go
2014-04-17 17:21:29 +08:00
Nash Tsai 5de5a1c678 tidy up example codes 2014-04-17 17:08:21 +08:00
Lunny Xiao 05e99e39c6 bug fixed 2014-04-17 10:13:16 +08:00
Nash Tsai 1213bc14b5 renamed import path 2014-04-11 17:16:43 +08:00
Lunny Xiao 56700ee336 bug fixed 2014-01-25 10:31:07 +08:00
Lunny Xiao 4df43ffa0f new architecture 2014-01-07 17:33:27 +08:00
Lunny Xiao 98d4c0e000 bug fixed 2013-12-12 14:33:26 +08:00
Lunny Xiao c70b4ad8d3 replace tab to 4 spaces for all codes 2013-12-09 10:29:23 +08:00
Lunny Xiao d611b575ee fixed bool bug; added cache expired 2013-11-17 00:52:43 +08:00
Lunny Xiao be22a978d8 improved sync indexes, now check columns;xorm tool bug fiexed 2013-10-28 11:16:22 +08:00
Lunny Xiao bab16dc763 added type and sequence for xorm tool;added max connect for pool(go1.2+) 2013-10-27 09:10:20 +08:00
Lunny Xiao 2caed88b82 added xorm reverse tool 2013-10-12 23:16:51 +08:00
Lunny Xiao 9e38ddfa99 v0.2 Added Cache supported; Added SameMapper for same name between struct and table; Added Sync method for auto added tables, columns, indexes; 2013-09-29 16:43:10 +08:00
Lunny Xiao 4e4e4852c6 bug fixed 2013-09-29 08:56:02 +08:00
Lunny Xiao 7ebd533407 add Sync() method for sync column, index to table 2013-09-28 23:14:42 +08:00
Lunny Xiao 29a72f9adb bug fixed 2013-09-23 09:22:30 +08:00
Lunny Xiao 29fe0b6f80 added NoAutoTime method; added unfinished cache system, defaultly it's disabled. 2013-09-17 17:36:34 +08:00
Lunny Xiao 1d1c7c9add add Asc and Desc methods 2013-09-02 09:54:37 +08:00
Lunny Xiao 6ecfc78d8d fix bug #7 2013-09-01 11:01:10 +08:00
Lunny Xiao d90967009a fixed maxconns bug 2013-09-01 10:37:46 +08:00
Lunny Xiao f0e87becd2 added maxconnect limit support 2013-08-29 17:26:33 +08:00
Lunny Xiao b0b3c16372 v0.1.9 added postgres,mymysql supported;add Cols, StoreEngine, Charset;add many column types 2013-08-08 13:24:38 +08:00
Lunny Xiao fd36a7a539 v0.1.7 Added IConnectPool interface and NoneConnectPool, SysConnectPool, SimpleConnectPool the three implements. You can choose one of them and the default is SysConnectPool. You can customrize your own connection pool. struct Engine added Close method, It should be invoked before system exit. 2013-07-03 11:49:29 +08:00
Lunny Xiao 2110aa631e add conversion interface; add struct derive support; add single mapping support 2013-06-26 01:02:22 +08:00
Lunny Xiao 5e90d61fa8 mapping now supported single mapping and struct derive 2013-06-24 12:08:58 +08:00
Lunny Xiao 67d07d9d3e fix bug 2013-06-21 12:33:54 +08:00
Lunny Xiao fb6f84bc90 go routine support;raw sql support 2013-06-16 11:05:16 +08:00