Commit Graph

166 Commits

Author SHA1 Message Date
Nash Tsai 524993f44d Merge branch 'master' into feature/cacher-tag 2014-08-28 23:22:11 +08:00
Lunny Xiao e9059acd4d Merge branch 'master' of github.com:go-xorm/xorm 2014-08-28 22:53:40 +08:00
Lunny Xiao 0fa2433cf9 improved Sync2 method 2014-08-28 22:48:01 +08:00
商讯在线 34e79e0d63 fix bugs https://github.com/go-xorm/cmd/issues/3
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-08-24 21:15:16 +08:00
Nash Tsai 49b33f3e22 Merge branch 'master' into feature/cacher-tag 2014-08-22 17:57:33 +08:00
Nash Tsai 64790ba262 fixed code error 2014-08-22 17:57:17 +08:00
Nash Tsai 48798e566f Merge remote-tracking branch 'origin/master' into feature/cacher-tag 2014-08-22 16:55:43 +08:00
Nash Tsai 01b89af2ce maintain backward compatibility on engine's logging settings 2014-08-22 16:39:59 +08:00
Nash Tsai 90d1be45a2 update ILogger interface, to reduce performance cost where string format or concat is done when it's need to write out 2014-08-20 10:37:52 +08:00
Nash Tsai 9ae84a13fc add TODO comments 2014-08-20 09:46:18 +08:00
Nash Tsai 0c227ead0f add log level support to simple logger 2014-08-20 09:38:52 +08:00
Nash Tsai 6958d6d3dc guard uninitialized time in func (engine *Engine) TZTime(t time.Time) 2014-08-19 10:38:57 +08:00
Nash Tsai 236970548e resolved merge 2014-08-11 20:02:14 +08:00
Nash Tsai f33ed5b947 fix error using ioutil.Discard 2014-08-11 20:00:13 +08:00
Lunny Xiao 4c38b4de47 add set type 2014-08-07 22:18:15 +08:00
Nash Tsai 40d500a8b9 add Engine.LogSQLQueryTime and Engine.LogSQLExecutionTime for SQL execution time logging 2014-07-21 14:56:26 +08:00
Nash Tsai 2b4273578a Merge remote-tracking branch 'origin/master' into feature/cacher-tag 2014-07-21 12:43:06 +08:00
Nash Tsai 6e37d48701 fixed missing engine.LogWarnf replacement 2014-07-21 12:05:07 +08:00
Nash Tsai 925d4e8ca5 add LogErrorf/LogWarnf/LogInfof/LogDebugf for formatter logging
using fmt.Sprint instead of fmt.Sprintln for logging print
2014-07-21 12:03:20 +08:00
Nash Tsai f20e1f7c0e Merge remote-tracking branch 'origin/master' into feature/cacher-tag 2014-07-21 11:30:05 +08:00
Lunny Xiao 4a03e015f4 bug fixed for log 2014-07-19 18:02:02 +08:00
kevinGunn f040283a1f add mothod Decr 2014-07-15 23:32:20 +08:00
kevinGunn 3c457a8cf0 add mothod Decr 2014-07-15 23:25:24 +08:00
wulove 6dd8bcfca0 Update engine.go
当数据库driver是https://github.com/denisenkom/go-mssqldb时,不对datetime类型进行时间截取,在go-mssqldb中会自动处理
2014-07-01 10:09:16 +08:00
Nash Tsai 2f121b9566 Merge remote-tracking branch 'origin/master' into feature/cacher-tag 2014-06-20 21:56:46 +08:00
Lunny Xiao 021ad08402 Merge branch 'bug' 2014-06-11 14:01:24 +08:00
Lunny Xiao 6d1a0ac0b0 add Sync2 for a new sync database struct methods 2014-06-11 14:01:14 +08:00
Lunny Xiao 23d0d656da ShowSQL bug fixed 2014-05-31 12:22:06 +08:00
Lunny Xiao 6384ada2bb bug fixed 2014-05-31 12:19:46 +08:00
Lunny Xiao bfeb6ea19f bug fixed & new Import func 2014-05-24 16:05:48 +08:00
Lunny Xiao e4f05916cb add support for Join 2014-05-23 14:18:45 +08:00
Nash Tsai f4f07ec079 #66 partial implement xorm_cache tag
add Engine.disableGlobalCache and explicit using cache via xorm_cache tag
2014-05-17 00:39:30 +08:00
Lunny Xiao 78ddfebcfb resolved #115 2014-05-09 21:53:00 +08:00
Lunny Xiao 4b94c7b784 add support for prt to extends struct & resolved #115 2014-05-08 13:25:43 +08:00
Lunny Xiao 2ebacae199 add part support for ql 2014-05-07 15:56:33 +08:00
Lunny Xiao caffa2447f bug fixed and improved IsTableExist 2014-05-06 14:59:58 +08:00
商讯在线 7bbbcba21b support enum type for mysql 2014-05-05 22:26:17 +08:00
Lunny Xiao 23ffb3d2a0 bug fixed for dump 2014-05-05 17:56:04 +08:00
Lunny Xiao 9e147d2fde add BeforeSet processor and Dump function 2014-05-04 13:53:38 +08:00
Lunny Xiao 685a4a63fd bug fixed and docs improved 2014-05-02 08:48:51 +08:00
Lunny Xiao 1a53dc40e1 add support for ql 2014-04-29 14:16:53 +08:00
Lunny Xiao 8c79a0cc1d new dialect interface 2014-04-23 14:01:04 +08:00
Nash Tsai a4d3be797f Revert "update"
This reverts commit a25f371cbf.
2014-04-22 18:51:56 +08:00
商讯在线 a25f371cbf update
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-04-21 23:07:37 +08:00
Nash Tsai 0a22f9c018 resolved merge 2014-04-19 00:44:14 +08:00
Lunny Xiao 82e73d6002 bug fixed for Incr 2014-04-18 22:14:15 +08:00
Nash Tsai 783e905649 Merge remote-tracking branch 'origin/dev' 2014-04-18 16:42:05 +08:00
Lunny Xiao 0d9c1a02eb add back SetMaxConns for compitable and set @deprecated 2014-04-18 10:52:33 +08:00
Nash Tsai 3ef0b27d4a resolved merge from origin/dev 2014-04-17 23:25:50 +08:00
Nash Tsai b7690b1668 use time.Location struct instead of TimeZone string 2014-04-17 23:21:42 +08:00