Commit Graph

219 Commits

Author SHA1 Message Date
Nash Tsai 667dcd039f completed db null value and pointer type testing 2013-12-06 15:17:50 +08:00
Nash Tsai b71b3f0ad3 add mysqlDdlImport to mysql_test.go 2013-12-06 11:09:34 +08:00
Nash Tsai 8ad1baa4cc tidy naming up for mymysql_test 2013-12-06 11:06:02 +08:00
Nash Tsai e6a2c62ab1 committed partially done on null value support 2013-12-06 10:31:38 +08:00
Nash Tsai ec06be3197 implemented ddl import 2013-12-04 18:39:22 +08:00
lunny 18c40097a0 Merge pull request #30 from nashtsai/processors
fixed transactional after processors handling if same bean has been oper...
2013-12-02 20:10:38 -08:00
Nash Tsai 0182e87906 fixed transactional after processors handling if same bean has been operated more than once 2013-12-03 11:49:30 +08:00
lunny 9b89cef6f6 Merge pull request #29 from nashtsai/processors
fixed transactional based after processors handling bug
2013-12-02 18:21:22 -08:00
Nash Tsai 46b46db6d0 resolved merge from upstream/master 2013-12-03 09:22:19 +08:00
Nash Tsai b107101bd5 fixed transactional based after processors handling bug 2013-12-03 09:09:21 +08:00
Lunny Xiao 4c224deeba fixed query tx bug 2013-12-02 22:54:55 +08:00
Lunny Xiao 84145a374f merge 2013-12-02 22:34:17 +08:00
lunny d06120d7d1 Merge pull request #28 from nashtsai/processors
add transactional tests for processors
2013-12-02 05:56:31 -08:00
Nash Tsai 40dc45f8e4 add transactional tests for processors 2013-12-02 18:27:22 +08:00
Lunny Xiao 01e8ab4bcd add created & updated tests 2013-12-02 14:54:44 +08:00
lunny ca6071f91e Merge pull request #27 from nashtsai/processors
implementation of before/after processors
2013-12-01 22:53:55 -08:00
Nash Tsai cc19af9498 code tidy up for processors tests 2013-12-02 14:53:23 +08:00
Nash Tsai fe91775981 add processors tests 2013-12-02 14:23:53 +08:00
Nash Tsai e9a5dddbef elimited BeforeXXX and AfterXXX operations with After() and Before() 2013-12-02 14:23:04 +08:00
Lunny Xiao cf0ffb717f use gopm as get & build tool 2013-12-01 11:08:17 +08:00
Nash Tsai 69b0a9b713 implementation of before/after processors 2013-11-30 17:50:04 +08:00
Lunny Xiao 6536f52ae0 added first version of xorm shell 2013-11-30 00:44:55 +08:00
Lunny Xiao 5f3abae116 changelog 2013-11-29 13:39:20 +08:00
Lunny Xiao 6ffffe912e v0.2.3 2013-11-29 11:51:07 +08:00
Lunny Xiao 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; 2013-11-29 11:50:28 +08:00
Lunny Xiao 20bfc62f13 add new time type timestampz for datetime with time zone 2013-11-28 21:24:38 +08:00
Lunny Xiao afedb683c6 time parse improved 2013-11-27 21:58:44 +08:00
Lunny Xiao 2381103468 fixed sqlite3 bug 2013-11-27 17:14:57 +08:00
Lunny Xiao ec2c685583 add PrefixMapper & SuffixMapper 2013-11-27 15:53:05 +08:00
Lunny Xiao 59d72d2ca3 improved docs 2013-11-26 11:27:29 +08:00
Lunny Xiao 73646ae89f improved docs 2013-11-26 10:43:20 +08:00
Lunny Xiao c9192441c8 improved docs 2013-11-26 10:41:02 +08:00
Lunny Xiao 76ab72dc3a improved docs 2013-11-23 11:12:22 +08:00
Lunny Xiao 200f10d11e add blank time support; docs improved 2013-11-23 10:53:45 +08:00
Lunny Xiao 1a872d89f3 improved docs 2013-11-22 16:30:02 +08:00
Lunny Xiao 1f08f8e399 improved docs 2013-11-22 16:18:48 +08:00
Lunny Xiao 36919468aa improved docs 2013-11-22 16:11:32 +08:00
Lunny Xiao 605ec87f65 improved docs & resolved #
14
2013-11-22 14:11:07 +08:00
Lunny Xiao f9bb47b03d improved docs 2013-11-22 13:05:10 +08:00
Lunny Xiao 315bbec5e3 improved docs 2013-11-22 10:30:52 +08:00
Lunny Xiao e1644f7c98 improved docs & delete or private codes 2013-11-22 10:26:01 +08:00
Lunny Xiao 65d079fc2c improved docs 2013-11-22 09:20:41 +08:00
Lunny Xiao ec13aa9bab fixed doc 2013-11-21 18:07:19 +08:00
Lunny Xiao c6a8fd2e76 Insert now return affected, err instead id, err, this update is broken. Please fix you code; Improved docs 2013-11-21 18:04:43 +08:00
Lunny Xiao a92a0b4c9d fixed test 2013-11-21 14:35:18 +08:00
Lunny Xiao e4f0c8a688 fixed time problem 2013-11-21 14:26:30 +08:00
Lunny Xiao 15b4d2efa8 fixed delete bug #12 2013-11-21 01:27:33 +08:00
Lunny Xiao e5c421d6ff fixed delete bug #12 2013-11-21 01:26:07 +08:00
Lunny Xiao 7acf5c65b1 fixed cache bug 2013-11-21 01:24:22 +08:00
lunny de06e54874 Merge pull request #26 from jimmykuu/master
fix doc error
2013-11-18 07:12:54 -08:00