swh:1:snp:113c758bbca8ab355325fa13c5762925d199e835

sort by:
Revision Author Date Message Commit Date
b944aaf [maven-release-plugin] prepare release mybatis-3.1.1 15 April 2012, 20:13:21 UTC
78c2ac8 http://code.google.com/p/mybatis/issues/detail?id=356 : added the possibility of skip variables substitution 15 April 2012, 18:58:27 UTC
b728137 removed unnecessary else statement 15 April 2012, 16:49:15 UTC
4ebaf08 dropped useless testcase 15 April 2012, 16:38:20 UTC
904a42c added testcase related to migrations http://code.google.com/p/mybatis/issues/detail?id=561 15 April 2012, 16:37:52 UTC
1bac47f fix for http://code.google.com/p/mybatis/issues/detail?id=561 , delimiter may not be the last character (there may be trailing comments) 15 April 2012, 16:15:14 UTC
0b4c94c organized imports 15 April 2012, 15:56:11 UTC
f749ede remove unused import 15 April 2012, 06:30:45 UTC
4c2e819 using annotations 15 April 2012, 06:30:22 UTC
bfe5aac JMock -> Mockito 15 April 2012, 05:08:49 UTC
d51490f added missing @since tag in recently added API 13 April 2012, 19:53:13 UTC
56e43b5 updated copyright years 13 April 2012, 14:03:27 UTC
7cae86d added escapeProcessing configuration parameter (related to http://code.google.com/p/mybatis/issues/detail?id=241 ) 13 April 2012, 12:43:05 UTC
fa7001c avoid introspecting the resultset 11 April 2012, 17:02:35 UTC
d722dd5 avoid introspecting the resultset 11 April 2012, 16:21:26 UTC
075f0bd parent 15 11 April 2012, 13:41:44 UTC
46883bd (fixes http://code.google.com/p/mybatis/issues/detail?id=291 ) Parse selectKey after other nodes, in case another node throws IncompleteElementException. 11 April 2012, 12:19:43 UTC
e163f35 Fix for http://code.google.com/p/mybatis/issues/detail?id=578 . Deadlock in CachingExecutor and pooled datasources. Thanks to Chris Dadej. 10 April 2012, 20:51:52 UTC
2188eb2 fix for http://code.google.com/p/mybatis/issues/detail?id=579 . toString() should never fail. 10 April 2012, 08:29:58 UTC
61f777b renamed inner class 09 April 2012, 12:44:19 UTC
93a8f5a http://code.google.com/p/mybatis/issues/detail?id=218 . autoMappingBehaviour=NONE|PARTIAL|FULL -> autoMapping=true|false. Thank you Iwao! 05 April 2012, 12:18:50 UTC
aafd50a refactor test for http://code.google.com/p/mybatis/issues/detail?id=506 05 April 2012, 06:15:40 UTC
0177ac1 fix for http://code.google.com/p/mybatis/issues/detail?id=506 . Resolve the type inside a Collection Object 04 April 2012, 22:23:01 UTC
7dba125 fix for http://code.google.com/p/mybatis/issues/detail?id=218 . Enable overriding default autoMappingBehavior in ResultMaps 04 April 2012, 18:41:26 UTC
b13ed76 refactor to make code more readable 04 April 2012, 17:04:09 UTC
7dde13f http://code.google.com/p/mybatis/issues/detail?id=573 . fix deadlock and added a test 04 April 2012, 17:01:53 UTC
7ea5da8 Fix for http://code.google.com/p/mybatis/issues/detail?id=573 . Un resolved session handling in cachingexecutor when autocommit is on 03 April 2012, 19:01:59 UTC
8327840 Japanese translation for r5094. 02 April 2012, 15:27:45 UTC
570fa39 more updates, overwrite logging.xml for ko and ch, added auto-mapping to ja, ko and ch 29 March 2012, 19:28:03 UTC
7ed01b1 auto-mapping section in spanish and minor fixes 29 March 2012, 19:11:47 UTC
ad77ac9 logging doc spanish version 29 March 2012, 18:29:15 UTC
284ff0a code unwrapConnection in the same way than for UnpooledDataSource 29 March 2012, 03:23:29 UTC
02f53c9 Japanese translation for r4988. 26 March 2012, 04:32:13 UTC
a304cc8 fix for http://code.google.com/p/mybatis/issues/detail?id=560 . Composite keys in associations cause selects to execute even with null column values 24 March 2012, 17:51:37 UTC
eb93aee fix for http://code.google.com/p/mybatis/issues/detail?id=542 . Disable the use of custom typehandlers with nested resultmaps 24 March 2012, 17:12:15 UTC
34a61c8 fix for http://code.google.com/p/mybatis/issues/detail?id=552 . Custom TypeHandler for enum types 24 March 2012, 16:16:53 UTC
35e7bb9 added @since to flushStatements and removed uneeded public 22 March 2012, 18:36:17 UTC
b936d91 (http://code.google.com/p/mybatis/issues/detail?id=577 ) Added a test case. 22 March 2012, 17:46:20 UTC
b93682a (fixes http://code.google.com/p/mybatis/issues/detail?id=557 ) Failed to map lowercase column names with case-sensitive drivers. 22 March 2012, 11:49:59 UTC
19541ae [doc] enhancementEnabled is not a MB3 property but a IB2 22 March 2012, 05:11:36 UTC
bd63294 (fixes http://code.google.com/p/mybatis/issues/detail?id=526 ) In <where />, preceding AND/OR is not removed when it's followed by CR or LF. 21 March 2012, 02:54:36 UTC
50ba6fb fix for issue http://code.google.com/p/mybatis/issues/detail?id=554 . Provide a way to enable logging only for statements or for statements + results 20 March 2012, 21:06:13 UTC
e4e2452 fix for http://code.google.com/p/mybatis/issues/detail?id=551 . Batches are not logged. 20 March 2012, 05:55:28 UTC
077f6fb test improved for http://code.google.com/p/mybatis/issues/detail?id=435 19 March 2012, 16:58:46 UTC
9ca2f3f better explanation for http://code.google.com/p/mybatis/issues/detail?id=508 19 March 2012, 16:44:54 UTC
bea1bf6 avoid changes in KeyGenerator interface 18 March 2012, 05:40:29 UTC
6ac06a6 removed unneeded public abstract from annotation methods 17 March 2012, 22:44:12 UTC
67de59c fix for http://code.google.com/p/mybatis/issues/detail?id=136 . Add @ConstructorArgs inside @Case 17 March 2012, 22:18:05 UTC
b71c388 test removed (see PermissionsTest) 17 March 2012, 21:18:39 UTC
6e91a50 postsgresql does not support yet batched keys generation :( 17 March 2012, 21:17:10 UTC
05c48a4 un-ignore test 17 March 2012, 20:59:47 UTC
b89efb6 removed @Ignore from test 17 March 2012, 20:55:06 UTC
5d24b6b activate test, http://code.google.com/p/mybatis/issues/detail?id=168 is already fixed 17 March 2012, 20:38:26 UTC
8310588 fix for http://code.google.com/p/mybatis/issues/detail?id=435 . Enable using generated keys in dynamic params 17 March 2012, 20:37:32 UTC
809a9ad fix for http://code.google.com/p/mybatis/issues/detail?id=508 . Explicit failure if a ResultHandler is used in an annotated mapper 17 March 2012, 19:12:53 UTC
e7a055c fix for http://code.google.com/p/mybatis/issues/detail?id=525 . Support returning List<byte[]> 17 March 2012, 19:10:23 UTC
5168bb1 wrong import again 17 March 2012, 18:40:20 UTC
38f6dda removed wrong import 17 March 2012, 18:35:54 UTC
dc085e1 fix for http://code.google.com/p/mybatis/issues/detail?id=530 . Fix cache classloading issue with PlayFramework 17 March 2012, 18:25:48 UTC
cb83091 fix for http://code.google.com/p/mybatis/issues/detail?id=541 . Allow to declare ids without mapping them to properties 17 March 2012, 18:15:53 UTC
0d48fdb Fix for http://code.google.com/p/mybatis/issues/detail?id=547 . Result object is null if all results are lazy loaded 17 March 2012, 18:08:21 UTC
cef89ae [doc] a specific -> an specific 14 March 2012, 02:55:16 UTC
d6346d1 [doc] incorrect syntax 14 March 2012, 02:53:40 UTC
c78e7bb 3.1.0 released! going to next release 11 March 2012, 22:09:34 UTC
409c57b development version is still snapshot 11 March 2012, 21:37:57 UTC
5552b19 preparing release version 11 March 2012, 21:33:06 UTC
eb1edb0 updated parent pom 11 March 2012, 21:32:30 UTC
2599312 no needs to declare the gupload plugin - use the already configured profile in parent 11 March 2012, 21:23:45 UTC
bed999f keep locales out from PDF (results simply suck) 11 March 2012, 21:17:13 UTC
9708766 PDF locales are ignored, so dropping them 11 March 2012, 20:23:20 UTC
d6acb14 added locale qualifiers in PDF documents names 11 March 2012, 19:19:09 UTC
1886a08 updated copyright year 11 March 2012, 19:15:01 UTC
789e67d enabled PDF locales 11 March 2012, 19:03:19 UTC
774ff2c added Chinese PDF descriptor 11 March 2012, 19:01:02 UTC
a189d64 added Korean PDF descriptor 11 March 2012, 18:58:36 UTC
96de80a added Japanese PDF descriptor 11 March 2012, 18:56:04 UTC
5031fe7 added Spanish PDF descriptor 11 March 2012, 18:53:43 UTC
21710f4 fixed document Authors (side effects of c'n'p) 11 March 2012, 18:53:08 UTC
343f53c added missing Java API page link 11 March 2012, 18:51:30 UTC
ea99f2f typo on output PDF file name 11 March 2012, 17:12:27 UTC
00d24f1 added PDF plugin 11 March 2012, 16:57:44 UTC
6ae7a65 first checkin of PDF document descriptor 11 March 2012, 16:57:31 UTC
796e51b upper case project name 11 March 2012, 16:55:07 UTC
771dc1b upper case project name 11 March 2012, 16:54:34 UTC
d8e7826 updated copyright year 11 March 2012, 16:48:42 UTC
a6af8b1 tweaking the FTP deploying 11 March 2012, 15:08:26 UTC
ea3fe49 updated copyright year 11 March 2012, 14:54:12 UTC
e5a2aaf stuff reorganized according to http://maven.apache.org/developers/conventions/code.html 11 March 2012, 14:53:51 UTC
745fa95 cobertura already managed 11 March 2012, 14:49:52 UTC
74c6f17 old pdf docs no longer managed 11 March 2012, 14:49:17 UTC
fb7ae33 cobertura plugin is managed 11 March 2012, 14:43:08 UTC
fd5a8ad fixed the wrong line... 11 March 2012, 08:38:26 UTC
29f8709 typo! 11 March 2012, 08:34:43 UTC
f34cafa minor fixes and draft for the auto-mapping section (not yet finished) 11 March 2012, 08:17:26 UTC
e8c97a2 doc format 11 March 2012, 06:27:13 UTC
bff18d2 doc fixed indentation 11 March 2012, 06:14:53 UTC
f3bbf52 removed tabs and trailing spaces 10 March 2012, 05:38:22 UTC
71c024f some ignored tests for http://code.google.com/p/mybatis/issues/detail?id=507 09 March 2012, 16:32:09 UTC
9ae271a minor optimization by Keith Wong 07 March 2012, 05:47:42 UTC
a86d202 [doc] Japanese translation for r4775. 06 March 2012, 14:01:49 UTC
back to top