Commit Graph

1714 Commits

Author SHA1 Message Date
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
Nash Tsai 5fa8a7271d fixed session.queryPreprocess usage 2013-12-30 02:32:26 +08:00
Nash Tsai 8f0aba838f use session.queryPreprocess implementations instead of calling session.queryPreprocess to void sql error 2013-12-29 17:37:43 +08:00
Nash Tsai 814036e258 1. correct use of 'sql' string clash with sql pacakage. 2. checked type conversion. 2013-12-28 02:42:50 +08:00
lunny 7d02fc2e35 Merge pull request #39 from nashtsai/master
make Import() call Db.Exec() directly
2013-12-26 16:51:44 -08:00
Nash Tsai 7bbabe72f0 add Session.row2Bean 2013-12-27 02:14:30 +08:00
Nash Tsai 5d1ea229a4 Merge branch 'master' into scrolling-rs 2013-12-26 21:11:10 +08:00
Nash Tsai 0dd3951636 make Import() call Db.Exec() directly 2013-12-26 18:31:04 +08:00
Lunny Xiao d1a0338322 add benchmark tests for mssql 2013-12-26 18:23:40 +08:00
Lunny Xiao 3f2328d918 tests bug fixed 2013-12-26 16:37:56 +08:00
lunny 17d74617ea Merge pull request #37 from nashtsai/scrolling-rs
Scrolling rs
2013-12-25 23:12:08 -08:00
Nash Tsai a3f1d98775 code tidy up 2013-12-26 15:11:15 +08:00
Nash Tsai 6269596915 update API comments 2013-12-26 14:53:20 +08:00
Nash Tsai 6bc64c8fe6 change Iterator struct naming to 'Rows' and making compatible interface to sql.Rows 2013-12-26 14:50:44 +08:00
Nash Tsai e59b76cb6c add TODO comments 2013-12-25 23:50:37 +08:00
Nash Tsai 6aa911aae0 comment Iterator public methods 2013-12-25 23:35:34 +08:00
Nash Tsai 99ebe8f165 add testScroll test 2013-12-25 23:27:54 +08:00
Lunny Xiao 37e5d38408 docs improved 2013-12-25 18:11:28 +08:00
Lunny Xiao 901d7b6670 bug fixed 2013-12-25 17:41:01 +08:00
Nash Tsai 275205e6f1 implemented forward scrolling resultset and updated Session.Iterator() implementation 2013-12-25 15:39:56 +08:00
Nash Tsai 216247be1b fixed wrong logic in tests 2013-12-25 12:55:00 +08:00
Nash Tsai aea4095558 tidy up null value tests and avoid mymysql and postgres drive time handling 2013-12-25 12:19:00 +08:00
Lunny Xiao d5a4324585 add support to int32, int, uint, uint32, uint64 for pk 2013-12-24 18:18:48 +08:00
Lunny Xiao bafda62d49 merge 2013-12-24 14:08:49 +08:00
Nash Tsai 6b4eca8204 Merge remote-tracking branch 'upstream/master' 2013-12-24 11:52:22 +08:00
Nash Tsai d6de8fbb8b code tidy up 2013-12-24 11:52:20 +08:00
lunny 10bf7b2e7f Merge branch 'master' of github.com:lunny/xorm 2013-12-23 16:03:10 +08:00
lunny 90a9a30143 bug fixed 2013-12-23 16:03:02 +08:00
Lunny Xiao 112bc13fe9 merge 2013-12-22 00:09:56 +08:00
Lunny Xiao 4f80258e8c add composite primary key doc 2013-12-22 00:08:30 +08:00
lunny 6850712507 mssql bug fixed 2013-12-20 18:18:20 +08:00
Lunny Xiao e6f18fdbfd mssql bug fixed 2013-12-20 17:35:48 +08:00
Lunny Xiao fc553e2d18 remove debug info 2013-12-20 16:58:41 +08:00
Lunny Xiao 97a2494984 id bug fixed 2013-12-20 16:31:26 +08:00
Lunny Xiao 9ee32711ba bug fix 2013-12-20 15:55:34 +08:00