Commit Graph

  • 10bf7b2e7f Merge branch 'master' of github.com:lunny/xorm lunny 2013-12-23 16:03:10 +0800
  • 90a9a30143 bug fixed lunny 2013-12-23 16:03:02 +0800
  • 112bc13fe9 merge Lunny Xiao 2013-12-22 00:09:56 +0800
  • 4f80258e8c add composite primary key doc Lunny Xiao 2013-12-22 00:08:30 +0800
  • 6850712507 mssql bug fixed lunny 2013-12-20 18:18:20 +0800
  • e6f18fdbfd mssql bug fixed Lunny Xiao 2013-12-20 17:35:48 +0800
  • fc553e2d18 remove debug info Lunny Xiao 2013-12-20 16:58:41 +0800
  • 97a2494984 id bug fixed Lunny Xiao 2013-12-20 16:31:26 +0800
  • 9ee32711ba bug fix Lunny Xiao 2013-12-20 15:55:34 +0800
  • b778bfce82 merge mssql support lunny 2013-12-20 15:11:56 +0800
  • 4459c88a28 add mssql support lunny 2013-12-20 14:53:40 +0800
  • f59625012f Merge 40bea73d0b into 81af494cab Nash Tsai 2013-12-19 10:33:00 -0800
  • 40bea73d0b code tidy up Nash Tsai 2013-12-20 02:32:11 +0800
  • 322bfa2d98 Merge remote-tracking branch 'upstream/master' Nash Tsai 2013-12-20 02:26:47 +0800
  • 7ebbe91892 code tidy up Nash Tsai 2013-12-20 02:25:27 +0800
  • 81af494cab bug fixed Lunny Xiao 2013-12-19 23:28:38 +0800
  • 31dbc146ee add nocascade method Lunny Xiao 2013-12-19 22:32:00 +0800
  • 9f3a211ed9 code tidy up Nash Tsai 2013-12-18 22:55:39 +0800
  • c2fe9ee0d5 resolved merger from upstream Nash Tsai 2013-12-18 15:26:48 +0800
  • a6eb640d81 tidy up comments Nash Tsai 2013-12-18 15:24:00 +0800
  • 59412a951c use tabs Lunny Xiao 2013-12-18 11:31:32 +0800
  • 286b8725ed use 4 spaces replace tab Lunny Xiao 2013-12-17 17:55:27 +0800
  • 420faa1e66 Merge branch 'master' of github.com:lunny/xorm Lunny Xiao 2013-12-17 17:32:43 +0800
  • 4c7e98d8d6 refactoring db interface Lunny Xiao 2013-12-17 17:30:05 +0800
  • 6572c2e402 Merge pull request #33 from nashtsai/compositekey lunny 2013-12-16 20:09:39 -0800
  • 99c7031b50 merge composite key Lunny Xiao 2013-12-17 09:38:20 +0800
  • 81a4c102b9 add benchmark tests Lunny Xiao 2013-12-16 23:42:31 +0800
  • 98ffa812bc Merge branch 'master' into compositekey Nash Tsai 2013-12-16 23:15:01 +0800
  • f2b20d510c implemented composite key Nash Tsai 2013-12-16 23:13:23 +0800
  • f0ae4ff860 improved docs Lunny Xiao 2013-12-13 11:15:54 +0800
  • 8b84f5d692 doc improved Lunny Xiao 2013-12-12 16:54:50 +0800
  • f8b456e670 docs fixed Lunny Xiao 2013-12-12 15:42:44 +0800
  • 98d4c0e000 bug fixed Lunny Xiao 2013-12-12 14:33:26 +0800
  • bb6a9c24fa multiple In() supports Lunny Xiao 2013-12-11 16:27:33 +0800
  • 82bdc0ec5a bug fixed for Sql().Find() Lunny Xiao 2013-12-10 15:12:43 +0800
  • c70b4ad8d3 replace tab to 4 spaces for all codes Lunny Xiao 2013-12-09 10:29:23 +0800
  • e84e14f972 bug fixed for doc Lunny Xiao 2013-12-08 22:55:13 +0800
  • 6f17a6494d Merge pull request #32 from nashtsai/nullvalues lunny 2013-12-08 05:44:27 -0800
  • fe9e69269f merge Lunny Xiao 2013-12-08 21:42:35 +0800
  • 489322c8ca add .vendor to gitignore Lunny Xiao 2013-12-08 21:41:51 +0800
  • 1d90c34f61 merge null field codes Lunny Xiao 2013-12-08 21:40:58 +0800
  • 56d44a1472 fixed wrong sql type used for *float64 Nash Tsai 2013-12-08 21:29:02 +0800
  • 1f54b91076 code tidy up Nash Tsai 2013-12-08 12:56:10 +0800
  • a74f8db232 update statement.buildConditions method to support pointer values update Nash Tsai 2013-12-08 04:27:48 +0800
  • 772a2c7baa uncomment testProcessorsTx Nash Tsai 2013-12-06 21:04:56 +0800
  • 68862870a9 code tidy up for Type2SQLType and buildConditions Nash Tsai 2013-12-06 21:04:27 +0800
  • 0c9b7b274f get elem value() for Ptr type Nash Tsai 2013-12-06 20:49:11 +0800
  • 95eccb04eb add null value update record testing Nash Tsai 2013-12-06 20:13:10 +0800
  • aae8a6c90e create 3rd base test to void use of cache Nash Tsai 2013-12-06 19:55:47 +0800
  • dfcf1d7498 completed value2Interface implementation for Ptr type Nash Tsai 2013-12-06 15:20:25 +0800
  • f44f70acd8 add nil value filter for buildConditions Nash Tsai 2013-12-06 15:19:48 +0800
  • 667dcd039f completed db null value and pointer type testing Nash Tsai 2013-12-06 15:17:50 +0800
  • b71b3f0ad3 add mysqlDdlImport to mysql_test.go Nash Tsai 2013-12-06 11:09:34 +0800
  • 8ad1baa4cc tidy naming up for mymysql_test Nash Tsai 2013-12-06 11:06:02 +0800
  • e6a2c62ab1 committed partially done on null value support Nash Tsai 2013-12-06 10:31:38 +0800
  • 7f77be7d57 merge Lunny Xiao 2013-12-04 20:33:43 +0800
  • f3b7c3c7dc merge Lunny Xiao 2013-12-04 20:25:47 +0800
  • 0226ed6879 Merge pull request #31 from nashtsai/nullvalues lunny 2013-12-04 04:19:54 -0800
  • ec06be3197 implemented ddl import Nash Tsai 2013-12-04 18:39:22 +0800
  • 0d1efc74a6 bug fixed and more benchmark tests Lunny Xiao 2013-12-04 15:03:21 +0800
  • 18c40097a0 Merge pull request #30 from nashtsai/processors lunny 2013-12-02 20:10:38 -0800
  • 0182e87906 fixed transactional after processors handling if same bean has been operated more than once Nash Tsai 2013-12-03 11:49:30 +0800
  • 9b89cef6f6 Merge pull request #29 from nashtsai/processors lunny 2013-12-02 18:21:22 -0800
  • 46b46db6d0 resolved merge from upstream/master Nash Tsai 2013-12-03 09:22:19 +0800
  • b107101bd5 fixed transactional based after processors handling bug Nash Tsai 2013-12-03 09:09:21 +0800
  • 4c224deeba fixed query tx bug Lunny Xiao 2013-12-02 22:54:55 +0800
  • 84145a374f merge Lunny Xiao 2013-12-02 22:34:17 +0800
  • d06120d7d1 Merge pull request #28 from nashtsai/processors lunny 2013-12-02 05:56:31 -0800
  • 40dc45f8e4 add transactional tests for processors Nash Tsai 2013-12-02 18:27:22 +0800
  • 01e8ab4bcd add created & updated tests Lunny Xiao 2013-12-02 14:54:44 +0800
  • ca6071f91e Merge pull request #27 from nashtsai/processors lunny 2013-12-01 22:53:55 -0800
  • cc19af9498 code tidy up for processors tests Nash Tsai 2013-12-02 14:53:23 +0800
  • fe91775981 add processors tests Nash Tsai 2013-12-02 14:23:53 +0800
  • e9a5dddbef elimited BeforeXXX and AfterXXX operations with After() and Before() Nash Tsai 2013-12-02 14:23:04 +0800
  • cf0ffb717f use gopm as get & build tool Lunny Xiao 2013-12-01 11:08:17 +0800
  • 69b0a9b713 implementation of before/after processors Nash Tsai 2013-11-30 17:50:04 +0800
  • 6536f52ae0 added first version of xorm shell Lunny Xiao 2013-11-30 00:44:55 +0800
  • 5f3abae116 changelog Lunny Xiao 2013-11-29 13:39:20 +0800
  • 6ffffe912e v0.2.3 v0.2.3 Lunny Xiao 2013-11-29 11:51:07 +0800
  • cc0ce11294 Improved documents; Optimistic Locking support; Timestamp with time zone support; Mapper change to tableMapper and columnMapper & added PrefixMapper & SuffixMapper support custom table or column name's prefix and suffix;Insert now return affected, err instead of id, err; Added UseBool & Distinct; Lunny Xiao 2013-11-29 11:50:28 +0800
  • 20bfc62f13 add new time type timestampz for datetime with time zone Lunny Xiao 2013-11-28 21:24:38 +0800
  • afedb683c6 time parse improved Lunny Xiao 2013-11-27 21:58:44 +0800
  • 2381103468 fixed sqlite3 bug Lunny Xiao 2013-11-27 17:14:57 +0800
  • ec2c685583 add PrefixMapper & SuffixMapper Lunny Xiao 2013-11-27 15:53:05 +0800
  • 59d72d2ca3 improved docs Lunny Xiao 2013-11-26 11:27:29 +0800
  • 73646ae89f improved docs Lunny Xiao 2013-11-26 10:43:20 +0800
  • c9192441c8 improved docs Lunny Xiao 2013-11-26 10:41:02 +0800
  • 76ab72dc3a improved docs Lunny Xiao 2013-11-23 11:12:22 +0800
  • 200f10d11e add blank time support; docs improved Lunny Xiao 2013-11-23 10:53:45 +0800
  • 1a872d89f3 improved docs Lunny Xiao 2013-11-22 16:30:02 +0800
  • 1f08f8e399 improved docs Lunny Xiao 2013-11-22 16:18:48 +0800
  • 36919468aa improved docs Lunny Xiao 2013-11-22 16:11:32 +0800
  • 605ec87f65 improved docs & resolved # 14 Lunny Xiao 2013-11-22 14:11:07 +0800
  • f9bb47b03d improved docs Lunny Xiao 2013-11-22 13:05:10 +0800
  • 315bbec5e3 improved docs Lunny Xiao 2013-11-22 10:30:52 +0800
  • e1644f7c98 improved docs & delete or private codes Lunny Xiao 2013-11-22 10:26:01 +0800
  • 65d079fc2c improved docs Lunny Xiao 2013-11-22 09:20:41 +0800
  • ec13aa9bab fixed doc Lunny Xiao 2013-11-21 18:07:19 +0800
  • c6a8fd2e76 Insert now return affected, err instead id, err, this update is broken. Please fix you code; Improved docs Lunny Xiao 2013-11-21 18:04:43 +0800
  • a92a0b4c9d fixed test Lunny Xiao 2013-11-21 14:35:18 +0800