Commit Graph

1474 Commits

Author SHA1 Message Date
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
lunny b778bfce82 merge mssql support 2013-12-20 15:11:56 +08:00
lunny 4459c88a28 add mssql support 2013-12-20 14:53:40 +08:00
Nash Tsai 40bea73d0b code tidy up 2013-12-20 02:32:11 +08:00
Nash Tsai 322bfa2d98 Merge remote-tracking branch 'upstream/master' 2013-12-20 02:26:47 +08:00
Nash Tsai 7ebbe91892 code tidy up 2013-12-20 02:25:46 +08:00
Lunny Xiao 81af494cab bug fixed 2013-12-19 23:28:38 +08:00
Lunny Xiao 31dbc146ee add nocascade method 2013-12-19 22:32:00 +08:00
Nash Tsai 9f3a211ed9 code tidy up 2013-12-18 22:55:39 +08:00
Nash Tsai c2fe9ee0d5 resolved merger from upstream 2013-12-18 15:26:48 +08:00
Nash Tsai a6eb640d81 tidy up comments 2013-12-18 15:24:00 +08:00
Lunny Xiao 59412a951c use tabs 2013-12-18 11:31:32 +08:00
Lunny Xiao 286b8725ed use 4 spaces replace tab 2013-12-17 17:55:27 +08:00
Lunny Xiao 420faa1e66 Merge branch 'master' of github.com:lunny/xorm
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-12-17 17:32:43 +08:00
Lunny Xiao 4c7e98d8d6 refactoring db interface 2013-12-17 17:30:05 +08:00
lunny 6572c2e402 Merge pull request #33 from nashtsai/compositekey
Compositekey
2013-12-16 20:09:39 -08:00
Lunny Xiao 99c7031b50 merge composite key 2013-12-17 09:38:20 +08:00
Lunny Xiao 81a4c102b9 add benchmark tests 2013-12-16 23:42:31 +08:00
Nash Tsai 98ffa812bc Merge branch 'master' into compositekey 2013-12-16 23:15:01 +08:00
Nash Tsai f2b20d510c implemented composite key 2013-12-16 23:13:23 +08:00
Lunny Xiao f0ae4ff860 improved docs 2013-12-13 11:15:54 +08:00
Lunny Xiao 8b84f5d692 doc improved 2013-12-12 16:54:50 +08:00
Lunny Xiao f8b456e670 docs fixed 2013-12-12 15:42:44 +08:00
Lunny Xiao 98d4c0e000 bug fixed 2013-12-12 14:33:26 +08:00
Lunny Xiao bb6a9c24fa multiple In() supports 2013-12-11 16:27:33 +08:00
Lunny Xiao 82bdc0ec5a bug fixed for Sql().Find() 2013-12-10 15:12:43 +08:00
Lunny Xiao c70b4ad8d3 replace tab to 4 spaces for all codes 2013-12-09 10:29:23 +08:00
Lunny Xiao e84e14f972 bug fixed for doc 2013-12-08 22:55:13 +08:00
lunny 6f17a6494d Merge pull request #32 from nashtsai/nullvalues
Nullvalues
2013-12-08 05:44:27 -08:00
Lunny Xiao fe9e69269f merge 2013-12-08 21:42:35 +08:00
Lunny Xiao 489322c8ca add .vendor to gitignore 2013-12-08 21:41:51 +08:00
Lunny Xiao 1d90c34f61 merge null field codes 2013-12-08 21:40:58 +08:00
Nash Tsai 56d44a1472 fixed wrong sql type used for *float64 2013-12-08 21:29:02 +08:00
Nash Tsai 1f54b91076 code tidy up 2013-12-08 12:56:10 +08:00
Nash Tsai a74f8db232 update statement.buildConditions method to support pointer values update 2013-12-08 04:27:48 +08:00
Nash Tsai 772a2c7baa uncomment testProcessorsTx 2013-12-06 21:04:56 +08:00
Nash Tsai 68862870a9 code tidy up for Type2SQLType and buildConditions 2013-12-06 21:04:27 +08:00
Nash Tsai 0c9b7b274f get elem value() for Ptr type 2013-12-06 20:49:11 +08:00
Nash Tsai 95eccb04eb add null value update record testing 2013-12-06 20:13:10 +08:00
Nash Tsai aae8a6c90e create 3rd base test to void use of cache 2013-12-06 19:55:47 +08:00
Nash Tsai dfcf1d7498 completed value2Interface implementation for Ptr type 2013-12-06 15:20:25 +08:00