Commit Graph

699 Commits

Author SHA1 Message Date
Nash Tsai 524993f44d Merge branch 'master' into feature/cacher-tag 2014-08-28 23:22:11 +08:00
Nash Tsai 40dd1987fb Merge branch 'master' of github.com:go-xorm/xorm 2014-08-28 23:13:50 +08:00
Nash Tsai 05d01bf165 add TODO comments 2014-08-28 23:13:41 +08:00
Lunny Xiao fef024b600 bug fixed for sqlite3 dialect 2014-08-28 23:13:04 +08:00
Lunny Xiao 8fb9bd8d36 bug fixed for postgres dialect 2014-08-28 23:04:28 +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 e41af85ab4 remove redis_cacher.go 2014-08-22 16:56:37 +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 8db467b435 Merge branch 'master' of github.com:go-xorm/xorm 2014-08-22 00:47:27 +08:00
Nash Tsai 5f7bf04b0c performance optimization for Find(), 10000 times - MultiRead limit 100 from 24.57s to 5.29s 2014-08-22 00:47:19 +08:00
Lunny Xiao 34558c9f6a fixed build tag 2014-08-21 11:50:23 +08:00
Lunny Xiao 7765263e19 bug fixed 2014-08-21 11:41:37 +08:00
Lunny Xiao 4fdc045edc move syslogger as condition compile 2014-08-21 11:40:55 +08:00
Lunny Xiao 10e67d407f Merge pull request #159 from go-xorm/tidy-up/logger
update ILogger interface, to reduce performance cost where string format...
2014-08-20 16:46:34 +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 55c9cb4c07 fixed error usage in simple logger
make default log level DEBUG
2014-08-20 09:48:04 +08:00
Nash Tsai 9ae84a13fc add TODO comments 2014-08-20 09:46:18 +08:00
Nash Tsai 9d560de452 Merge branch 'master' of github.com:go-xorm/xorm 2014-08-20 09:39:12 +08:00
Nash Tsai 0c227ead0f add log level support to simple logger 2014-08-20 09:38:52 +08:00
商讯在线 a71c330f16 fix bug
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-08-20 00:26:28 +08:00
Nash Tsai d1e396ee3f Merge branch 'master' of github.com:go-xorm/xorm 2014-08-19 10:39:28 +08:00
Nash Tsai 6958d6d3dc guard uninitialized time in func (engine *Engine) TZTime(t time.Time) 2014-08-19 10:38:57 +08:00
Lunny Xiao a5eef1b878 Merge pull request #158 from ahall/master
All cols not being reset, causes problems when using the session again a...
2014-08-18 23:14:27 +08:00
Alfred Hall 917bd37518 All cols not being reset, causes problems when using the session again after AllCols()
Signed-off-by: Alfred Hall <ahall@ahall.org>
2014-08-18 13:38:24 +00:00
Lunny Xiao c5a437680d bug fixed for Desc & Asc 2014-08-18 21:20:18 +08:00
Nash Tsai 0e8dcc062b Merge branch 'master' of github.com:go-xorm/xorm 2014-08-18 16:02:31 +08:00
Nash Tsai 8164f74b64 update func (session *Session) cacheFind, if no cache hit, continue instead of return error 2014-08-18 16:02:24 +08:00
商讯在线 5d911472d2 bugfix
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-08-16 20:11:20 +08:00
Nash Tsai a562f9b6aa code tidy up
logger tidy up

private serialize and deserialize func
2014-08-12 03:20:27 +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 6ddc6b411f Merge branch 'master' of github.com:go-xorm/xorm 2014-08-08 14:07:27 +08:00
Lunny Xiao ab8716a447 bug fixed #154 2014-08-08 14:05:51 +08:00
Nash Tsai cc936edbe3 Merge branch 'master' of github.com:go-xorm/xorm 2014-08-08 05:06:02 +08:00
Nash Tsai 160de20254 SimpleLogger tidy up 2014-08-08 05:05:45 +08:00
Nash Tsai 4c93eaf1f4 implemented interface gob encode and decode for redit cacher 2014-08-08 04:10:35 +08:00
Lunny Xiao 381a0f154e Merge branch 'master' of github.com:go-xorm/xorm 2014-08-07 22:18:27 +08:00
Lunny Xiao 4c38b4de47 add set type 2014-08-07 22:18:15 +08:00
fuxiaohei a2283dee23 fix syntax error in doc 2014-08-07 16:58:24 +08:00
Nash Tsai 40f3ddd819 Merge remote-tracking branch 'origin/master' into feature/cacher-tag 2014-08-06 15:56:23 +08:00
Lunny Xiao f3b3ef2934 Merge branch 'master' of github.com:go-xorm/xorm 2014-08-05 15:46:08 +08:00
Lunny Xiao 89dc7bb0f7 bug fixed for mssql limit 2014-08-05 15:45:54 +08:00
Lunny Xiao 089499e3ad Merge pull request #151 from starchou/master
Update session.go
2014-07-31 15:37:26 +08:00
starChou d22a247759 Update session.go
fix stmt query of 'Get function' bug when an error occurred
2014-07-31 15:30:42 +08:00
Nash Tsai 2420e53193 redis cacher implementation, incomplete 2014-07-29 17:18:13 +08:00