Commit Graph

348 Commits

Author SHA1 Message Date
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 c31c21b051 add querymap & querystruct for tx 2014-02-10 10:03:13 +08:00
Lunny Xiao e462de93e9 add Row, Stmt etc. for db.go 2014-02-08 11:44:56 +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 21c08ea09c move test files to tests/ subdir 2014-01-23 11:09:48 +08:00
Lunny Xiao 84ebac71f3 improved tests 2014-01-16 11:26:24 +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 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
Lunny Xiao dd9c707f50 bug fixed #46 2014-01-08 18:18:42 +08:00
Lunny Xiao 4df43ffa0f new architecture 2014-01-07 17:33:27 +08:00
Lunny Xiao 211a859021 dos2unix format 2014-01-07 17:21:02 +08:00
Lunny Xiao fbb52b27eb dos2unix format 2014-01-07 17:19:33 +08:00
Nash Tsai 4140935b17 Merge remote-tracking branch 'upstream/master' into dev 2014-01-06 18:22:42 +08:00
Lunny Xiao a70053a60d add version tag 2014-01-02 17:59:34 +08:00
Lunny Xiao 4fff60efbd v0.3.1 2014-01-02 17:48:57 +08:00
Lunny Xiao 3883d0b752 Merge branch 'dev' 2014-01-02 16:49:58 +08:00
Nash Tsai 570441353f Merge remote-tracking branch 'upstream/dev' into dev 2014-01-02 15:02:38 +08:00
lunny befdbb9dba Merge pull request #43 from nashtsai/conversion-optimize
Conversion optimize
2014-01-01 20:58:40 -08:00
Nash Tsai 4a507f758c removed debuglog 2014-01-02 12:53:16 +08:00
Nash Tsai e95b3bc807 fixed time struct conversion error 2014-01-02 12:49:02 +08:00
Nash Tsai bf3f8ffc2f tidy up naming 2014-01-02 12:48:49 +08:00
Nash Tsai 2498a032f0 uncomment row2bean cascade handling 2014-01-02 12:19:30 +08:00
Lunny Xiao cd2d541ed7 improved docs 2013-12-31 14:33:02 +08:00
Lunny Xiao 1e9db268f5 Merge branch 'master' of github.com:lunny/xorm 2013-12-31 14:32:36 +08:00
Lunny Xiao ced50875cf improved docs 2013-12-31 13:51:55 +08:00
Lunny Xiao a13cde97f8 Merge branch 'master' of github.com:lunny/xorm 2013-12-31 13:02:45 +08:00
Lunny Xiao 44a82b03be docs improved 2013-12-31 13:02:35 +08:00
Lunny Xiao 0d15b3549c Merge branch 'master' into dev 2013-12-31 12:25:50 +08:00
Lunny Xiao 2c1722ff1d resolved #36 2013-12-31 12:22:36 +08:00
Lunny Xiao 9f796328b3 merge 2013-12-31 11:44:11 +08:00
Lunny Xiao d38aa33645 add Contributing.md 2013-12-31 10:03:30 +08:00
Nash Tsai e7379dc7d9 fixed cache usage error when using session.Find() 2013-12-30 17:40:59 +08:00