0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 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=354 File order matters when extending resultMaps More... about 14 years ago
change bean name, maven does not like it to start with "test" More... about 14 years ago
Test was still broken More... about 14 years ago
fix failing test More... about 14 years ago
Added DatabaseIdProvider so the end user can dynamically provide a custom ID out of database introspection More... about 14 years ago
Renamed package not_cull_column to not_null_column since it was the intended name. More... about 14 years ago
wrong attribute in DTD, should be databaseId More... about 14 years ago
Add multi db vendor support (http://code.google.com/p/mybatis/issues/detail?id=21 ). Draft for discussion. More... about 14 years ago
Completed commit for http://code.google.com/p/mybatis/issues/detail?id=34 . My SVN client skipped some files while committing. More... about 14 years ago
Added notNullColumn to <associtation> and <collection> to correct http://code.google.com/p/mybatis/issues/detail?id=34 . More... about 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=281 throw an exception if more than one lazy loaded result maps to the same property prefix More... about 14 years ago
http://code.google.com/p/mybatis/issues/detail?id=277 Result map properties cannot be overridden by extended result maps More... about 14 years ago
Undo unnecessary change to autocommit handling with the JDBC transaction manager More... about 14 years ago
upgraded versions for log4j, cglib and slf4j More... about 14 years ago
http://code.google.com/p/mybatis/issues/detail?id=340 . ognl package should not be imported in OSGI More... about 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=187 ignore buffered statements in case of rollback 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.5 More... over 14 years ago
Completed fix for http://code.google.com/p/mybatis/issues/detail?id=139 (257) -- Cache causes provided result handler to fail. More... over 14 years ago
1) Partial fix for http://code.google.com/p/mybatis/issues/detail?id=139 (257) -- Cache causes selectMap to fail 2) Fixed a few old unit tests. More... over 14 years ago
also avoid package-info, interfaces and abstract classes in type handler scanning More... over 14 years ago
moved the jarjar plugin to the main build section and removed the old profile that it was in More... over 14 years ago
Thanks Jurrian. Interfaces and package-info.java are detected as beans. More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=304 - Incorrect syntax for joins in SqlBuilder and SelectBuilder More... over 14 years ago
Enable adding type handlers and aliases with annotations (for MyBatis core && MyBatis-Spring). See http://code.google.com/p/mybatis/issues/detail?id=314 More... over 14 years ago
Add option to disable autoCommit in MyBatis - similar to the SetAutoCommitAllowed property in iBatis 2.x. Forgot how picky WebSphere is about this :) More... over 14 years ago
just decorated output while executing migration commands More... over 14 years ago
iBATIS/MyBatis typo More... over 14 years ago
mybatis-migrations repackaged using the appassembler plugin with generated shell/cmd scripts,updated migrations user manual More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=280 .Result object is null if all results are lazy loaded. More... over 14 years ago