Commit Graph

1722 Commits

Author SHA1 Message Date
Nash Tsai 1927a64cf3 Update CONTRIBUTING.md
add links for fork a repo to
2014-02-12 11:29:27 +08:00
lunny d9a6d58814 Merge pull request #57 from nashtsai/dev-logger
private Engine.LogSQL and create ILogger interface that is compatible wi...
2014-02-12 10:14:04 +08:00
Nash Tsai 4f6106e168 private Engine.LogSQL and create ILogger interface that is compatible with log/syslog package. Also fixed use of LogError instead of LogSQL 2014-02-12 01:35:26 +08:00
lunny f3c9d18bb8 Merge pull request #56 from admpub/master
补遗
2014-02-11 22:23:13 +08:00
商讯在线 d0567a63b4 补遗
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-02-11 21:42:14 +08:00
Lunny Xiao 2c79b61741 add map & struct methods for core.Stmt 2014-02-11 15:07:21 +08:00
Lunny Xiao b66e7aa067 use core.DB instead of sql.DB 2014-02-11 14:59:04 +08:00
Lunny Xiao 245d1fafb5 move types to core subdir 2014-02-11 14:16:14 +08:00
Lunny Xiao a76d74804f a little performance improved 2014-02-10 15:36:25 +08:00
Lunny Xiao da96e0cc86 a little perfomance improved 2014-02-10 13:56:29 +08:00
Lunny Xiao 781062130a add cachemapper 2014-02-10 11:26:08 +08:00
Lunny Xiao c31c21b051 add querymap & querystruct for tx 2014-02-10 10:03:13 +08:00
lunny e91ca94921 Merge pull request #55 from admpub/patch-1
fixbug: xorm reverse; miss empty string for default value
2014-02-08 11:55:12 +08:00
Lunny Xiao e462de93e9 add Row, Stmt etc. for db.go 2014-02-08 11:44:56 +08:00
S.W.H fc0372f6bc Merge pull request #2 from admpub/master
更新到最新版
2014-01-29 21:27:19 -08:00
商讯在线 46fe2ce87e 一、xorm反转工具bug修复:
1、xorm反转工具增加表前缀支持;
2、修正decimal(5, 2)类型中括号内出现空格导致解析出错的bug;
3、修正xorm解析工具在windows环境下,指定生成路径时model名获取不正确的bug
二、xorm对于数据字段类型为文本类型默认值为空白字符的情况下,生成的struct中default信息丢失的bug,已修正。

Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-01-30 13:10:15 +08:00
S.W.H 2c76a894c7 Merge pull request #1 from admpub/patch-2
fixbug: parse DECIMAL(10, 2) failure.
2014-01-27 05:34:18 -08:00
S.W.H d4f8196920 fixbug: parse DECIMAL(10, 2) failure. 2014-01-27 21:28:13 +08:00
S.W.H 9e267ad5c3 fixbug: parse DECIMAL(10, 2) failure. 2014-01-27 21:25:49 +08:00
Lunny Xiao e28f65b0ce improved benchmark test for db.go 2014-01-27 21:01:52 +08:00
Lunny Xiao f1a4636699 performance improved for db.ScanStruct2 2014-01-26 00:05:37 +08:00
Lunny Xiao 8c5763bb3a add struct, slice, map scan for db 2014-01-25 22:29:40 +08:00
Lunny Xiao 2f86968e94 doc & version 2014-01-25 10:50:42 +08:00
Lunny Xiao 56700ee336 bug fixed 2014-01-25 10:31:07 +08:00
Lunny Xiao e77fca31ae move tests to tests subdir & refactoring 2014-01-25 10:07:11 +08:00
Lunny Xiao 42e5fb880f comment debug info 2014-01-24 09:07:10 +08:00
Lunny Xiao 21c08ea09c move test files to tests/ subdir 2014-01-23 11:09:48 +08:00
Lunny Xiao d71a6af18a autoincr(start) support 2014-01-23 10:19:18 +08:00
Lunny Xiao 2699e20b7b add case gocms 2014-01-21 23:23:53 +08:00
Lunny Xiao d67b6e7f80 merge 2014-01-21 22:27:28 +08:00
Lunny Xiao 19b0a57dcd add lowertest 2014-01-21 22:22:06 +08:00
Lunny Xiao 346681289d bug fixed #51 2014-01-16 23:03:56 +08:00
Lunny Xiao 84ebac71f3 improved tests 2014-01-16 11:26:24 +08:00
Lunny Xiao 6147651a6e bug fixed 2014-01-15 10:39:16 +08:00
Lunny Xiao 004974d44d improved docs 2014-01-15 10:34:41 +08:00
Lunny Xiao adb8edb323 improved docs 2014-01-15 10:31:14 +08:00
Lunny Xiao e456f59600 improved docs 2014-01-15 10:29:56 +08:00
Lunny Xiao 578c8e7920 merge 2014-01-14 23:10:18 +08:00
lunny 1a2daab553 Merge pull request #50 from nashtsai/dev
caching session bounded sql.Stmt to increase performance
2014-01-14 06:53:35 -08:00
Nash Tsai 60db598114 caching session bounded sql.Stmt to increase performance 2014-01-14 18:53:00 +08:00
Nash Tsai 52eef13832 add create mysql xorm_test3 db stmt to ddl 2014-01-14 18:22:21 +08:00
Lunny Xiao 68e64d101e improved test 2014-01-14 16:57:05 +08:00
Lunny Xiao 004b30f2fb samemapper support 2014-01-09 17:55:33 +08:00
Nash Tsai cf73ec9f2d Merge remote-tracking branch 'upstream/dev' into dev 2014-01-09 15:41:55 +08:00
Lunny Xiao 65edc742b4 merge dialect 2014-01-09 14:44:41 +08:00
Lunny Xiao b7c8a79a1a merge master 2014-01-09 13:24:51 +08:00
Lunny Xiao 78fb484ce0 bug fixed 2014-01-08 22:47:30 +08:00
lunny 8648f9458e Merge pull request #48 from nashtsai/master
code tidy up, minor performance improvement
2014-01-08 05:34:43 -08:00
Nash Tsai 9771433266 remove commented codes 2014-01-08 18:42:47 +08:00
Nash Tsai 07b2d15a26 code tidy up, minor performance improvement 2014-01-08 18:37:22 +08:00