Commit Graph

725 Commits

Author SHA1 Message Date
Nash Tsai d0f8fb545b add gen_reserved.sh 2014-09-22 09:48:17 +08:00
Lunny Xiao 2d8b3135b1 docs improved 2014-09-12 23:34:42 +08:00
Lunny Xiao 87a850fa64 mm 2014-09-11 23:00:56 +08:00
Lunny Xiao f4279502a7 Merge branch 'master' of github.com:go-xorm/xorm 2014-09-11 23:00:18 +08:00
Lunny Xiao cdf42e44c0 blank 2014-09-11 22:59:55 +08:00
Lunny Xiao 0c886e4716 fix quick start 2014-09-11 22:39:28 +08:00
Lunny Xiao 92177380d4 fix language 2014-09-11 22:31:19 +08:00
Lunny Xiao 201096a9f6 improved readme 2014-09-11 18:08:16 +08:00
Lunny Xiao efc4931fad improved readme 2014-09-11 18:05:48 +08:00
Lunny Xiao 6bc97aa345 improved docs struct 2014-09-11 18:03:03 +08:00
Nash Tsai e19faeb670 Merge branch 'master' of github.com:go-xorm/xorm 2014-09-09 09:50:11 +08:00
Lunny Xiao 6b7fc81941 add auto-migrate from varchar to text for postgres 2014-09-08 11:09:42 +08:00
Lunny Xiao f2c6aab707 improved doc 2014-09-07 11:50:11 +08:00
Lunny Xiao e09d89acb3 bug fixed #152 2014-09-07 09:18:54 +08:00
Lunny Xiao 954c413725 add postgres reserved words 2014-09-07 08:32:58 +08:00
Lunny Xiao 82a93fb70a Merge branch 'master' into IsReserved 2014-09-07 08:08:54 +08:00
Lunny Xiao 6ea489a1a9 add reserved words for mysql,sqlite,mssql,oracle 2014-09-06 23:25:46 +08:00
Lunny Xiao c350aa3288 bug fixed 2014-09-05 11:13:23 +08:00
Lunny Xiao 061a9f8b2e Merge branch 'feature/cacher-tag' 2014-09-05 10:32:09 +08:00
Lunny Xiao fa34521ab9 add reversed words for mysql 2014-09-05 10:30:41 +08:00
Nash Tsai 362b6fc769 Merge branch 'master' of github.com:go-xorm/xorm 2014-09-05 09:32:51 +08:00
Nash Tsai 4d8beb4bbf resolved merge from origin/master 2014-09-04 23:02:23 +08:00
商讯在线 2f4fa912b9 improved 2014-08-30 22:17:59 +08:00
Nash Tsai 0491cec2e6 changed to cache and nocache tag value support
public Engine.TableInfo() API
2014-08-29 00:34:09 +08:00
Nash Tsai c8fdc8ec21 update docs/QuickStart.md 2014-08-29 00:06:15 +08:00
Lunny Xiao af7dd2bcf7 improved Sync2 method 2014-08-28 23:30:18 +08:00
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