Skip to content

Commit

Permalink
Merge pull request #115 from gs-rezaem/master
Browse files Browse the repository at this point in the history
release 16.6.0
  • Loading branch information
gs-rezaem authored Sep 22, 2017
2 parents 7c0400b + db6d57b commit b6138c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change Log
## 16.6.0 - 2017-09-22
### Enhancements:
- Support Sybase IQ native driver 16.1 with bulk insert support
- Added n/uni char/varchar to MsSQL reverse mapping
- Remove unimplemented Enum mapping

### Bug Fixes:
- Fix DbExtractor NPE with timezone converted values
- Fix interface method visibility

## 16.5.1 - 2017-08-03
### Enhancements:
- Add getInstanceForOracle12 to OracleDatabaseType that can do batch updates with optimistic locking
Expand Down
2 changes: 1 addition & 1 deletion build/reladomo-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
under the License.
-->
<project name="mithra-config" default="determine-jdk">
<property name="reladomo.version" value="16.5.1"/>
<property name="reladomo.version" value="16.6.0"/>
<property name="snapshot" value=""/>
</project>

0 comments on commit b6138c5

Please sign in to comment.