0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for http://code.google.com/p/mybatis/issues/detail?id=229 : "Unknown" misspelled in several places More... over 14 years ago
Corrected http://code.google.com/p/mybatis/issues/detail?id=179 . Statements and cache-ref are resolved as soon as possible during configuration. This prevents having to resolve them while multiple threads are accessing the configuration. More... over 14 years ago
Add logging information to the user's guide More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=228 . Close result sets after handling them. More... over 14 years ago
Respect the user provided Reader. Removed ReaderInputStream that assumes the system default encoding. related to http://code.google.com/p/mybatis/issues/detail?id=14 More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=84 , http://code.google.com/p/mybatis/issues/detail?id=83 , and http://code.google.com/p/mybatis/issues/detail?id=81 - add keycolumn attribute, and some doc fixes More... over 14 years ago
rolled back to 3553 after discussion More... over 14 years ago
update also the constructor with Reader More... over 14 years ago
enable passing a custom configuration bean while providing also a InputStream. fix for http://code.google.com/p/mybatis/issues/detail?id=28 More... over 14 years ago
do not execute pending batch statements on rollback. fix for http://code.google.com/p/mybatis/issues/detail?id=187 More... over 14 years ago
removed println More... over 14 years ago
Some refinements to the refcursor tests More... over 14 years ago
Instructions for running the refcursor tests More... over 14 years ago
wrong change new InputSource(xml) should be new InputSource(new StringReader(xml)) added \u sequences to the word "Marañón" so it works regardless of the java ide/compiler charset Thanks knst.kolinko! More... over 14 years ago
removed wrong xml.getBytes from constructor hopefully fixed the failing encoding test. Pending testing it in a no spanish machine. More... over 14 years ago
[maven-release-plugin] prepare for next development iteration More... over 14 years ago
[maven-release-plugin] prepare release mybatis-3.0.4 More... over 14 years ago
target is Java5, replaced String#isEmpty() signature More... over 14 years ago
Changed test text and updated file encoding to UTF8 More... over 14 years ago
build failed. hsqldb problem? More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=30 - handle nested result maps with refcursors properly More... over 14 years ago
deprecate internal xml builders' constructors that take a reader as an argument More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=14 More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=175 More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=209 More... over 14 years ago
added missing `DynamicImport-Package: *` OSGi header in the MANIFEST, thanks to Andrea Selva More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=146 . Probe each logging adapter instead of just loading the logging class. More... over 14 years ago
Fix and documentation for http://code.google.com/p/mybatis/issues/detail?id=1 - @ResultMap annotation More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=124 - BigIntegerTypeHandler More... over 14 years ago
since tests require Java6 to compile and target has to be compliant to 1.5, added the animal sniffer to make sure we use Java5 methods only More... over 14 years ago