Commit Graph

1743 Commits

Author SHA1 Message Date
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
Nash Tsai f44f70acd8 add nil value filter for buildConditions 2013-12-06 15:19:48 +08:00
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
Lunny Xiao 7f77be7d57 merge 2013-12-04 20:33:43 +08:00
Lunny Xiao f3b7c3c7dc merge 2013-12-04 20:25:47 +08:00
lunny 0226ed6879 Merge pull request #31 from nashtsai/nullvalues
implemented ddl import
2013-12-04 04:19:54 -08:00
Nash Tsai ec06be3197 implemented ddl import 2013-12-04 18:39:22 +08:00
Lunny Xiao 0d1efc74a6 bug fixed and more benchmark tests 2013-12-04 15:03:21 +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