Commit Graph

1407 Commits

Author SHA1 Message Date
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
jimmykuu ab1c4d4f60 fix doc error 2013-11-18 23:07:18 +08:00
Lunny Xiao d611b575ee fixed bool bug; added cache expired 2013-11-17 00:52:43 +08:00
Lunny Xiao 8ac14432a1 add gowalker to cases 2013-11-15 11:04:48 +08:00
Lunny Xiao 089ee96c19 bug fixed 2013-11-15 11:01:13 +08:00
Lunny Xiao 74ec8ba9d2 Add UseBool method for MUST use bool on a struct as condition or update column 2013-11-15 10:16:08 +08:00
Lunny Xiao 1a64d60e06 add Distinct method & fixed Find use with Table 2013-11-14 23:07:33 +08:00
Lunny Xiao 2a6991886c Add And and Or method for query condition 2013-11-09 21:13:16 +08:00
Lunny Xiao a1062be8d0 insert return bug fixed 2013-11-07 13:22:34 +08:00
Lunny Xiao be50e0c659 improved docs 2013-11-06 15:54:42 +08:00
Lunny Xiao 2c5f1c26bb doc improved 2013-11-06 15:43:30 +08:00
Lunny Xiao e491f8f688 merged 2013-11-06 15:40:15 +08:00
Lunny Xiao 31de5d612e add lib/pq support; bool on struct will not be as condition; 2013-11-06 15:36:38 +08:00