openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
mybatis-3
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 01, 2024 — Sep 01, 2025
Showing page 183 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Enable using handlers with mapper interfaces.
Eduardo Macarron
More...
over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=317 . Loading more than one file with the same namespace should work.
Eduardo Macarron
More...
over 14 years ago
Lots of SP tests/examples with annotations
Jeff Butler
More...
over 14 years ago
Add SP multiple resultset test/example
Jeff Butler
More...
over 14 years ago
Solved http://code.google.com/p/mybatis/issues/detail?id=301 . The deferLoad method loads the property right away if it's available in the cache.
Christian Poitras
More...
over 14 years ago
Added getMappedStatement(String, Boolean) in Configuration so that validation can be skipped by builders that use getMappedStatement() method.
Christian Poitras
More...
over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=293 . super.invoke should be out of the synchronized block
Eduardo Macarron
More...
over 14 years ago
Not every JDBC driver returns a resultset as the first result of a stored procedure call (I'm looking at you HSQLDB 2.1.0)
Jeff Butler
More...
over 14 years ago
test updated
Eduardo Macarron
More...
over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=275 , bug in unwrapping loop
Eduardo Macarron
More...
over 14 years ago
removed trailing spaces
Simone Tripodi
More...
over 14 years ago
upgrated parent pom
Simone Tripodi
More...
over 14 years ago
Fixed minor typo http://code.google.com/p/mybatis/issues/detail?id=74
Nathan Maves
More...
over 14 years ago
added a unit test for issue http://code.google.com/p/mybatis/issues/detail?id=257
Nathan Maves
More...
over 14 years ago
fixed some compiler warnings
Eduardo Macarron
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=254 . Checks that the namespace of a xml file that is loaded as a result of loading a mapper interface matches the name of the interface. Excuded cglig-nodep from a test dependency because it collides with cglib (dep).
Eduardo Macarron
More...
over 14 years ago
back to OGNL 2.6.9 that's Javassist-free
Simone Tripodi
More...
over 14 years ago
Long cache, fragment and statement names are never replaced by a short name by StrictMap.
Christian Poitras
More...
over 14 years ago
Fixed http://code.google.com/p/mybatis/issues/detail?id=180 . Modified StrictMap so that statements/fragments cannot be references by their short name when a long name is specified.
Christian Poitras
More...
over 14 years ago
Throw an IncompleteStatementException when resultMap or parameterMap reference an unloaded mapper.
Christian Poitras
More...
over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=247 . When a new executor is created in a lazy loaded bean the executor should use the configured transaction factory.
Eduardo Macarron
More...
over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=148 . Fail during startup if provider method is not found.
Eduardo Macarron
More...
over 14 years ago
2nd commit for http://code.google.com/p/mybatis/issues/detail?id=237 . close connections for any exception, not just SQLException
Eduardo Macarron
More...
over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=237 . ensure the connection is left closed in case of error.
Eduardo Macarron
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=197 and hopefully http://code.google.com/p/mybatis/issues/detail?id=147 . Ignore resetAutocommit exceptions and refactored exception handling on close.
Eduardo Macarron
More...
over 14 years ago
no more OGNL hard code import, merged in the mybatis code when jarjar'ing
Simone Tripodi
More...
over 14 years ago
related to http://code.google.com/p/mybatis/issues/detail?id=235 . for performance, avoid parsing a resource if it was previously loaded a resource for the same namespace (mapper name)
Eduardo Macarron
More...
over 14 years ago
minor code format & removed old comments
Eduardo Macarron
More...
over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=235 . Do not check resource names but namespaces.
Eduardo Macarron
More...
over 14 years ago
If a JDBC type is specified for an enum, it is used instead of the default VARCHAR.
Christian Poitras
More...
over 14 years ago
←
1
2
…
179
180
181
182
183
184
185
186
187
188
189
190
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree