-
Notifications
You must be signed in to change notification settings - Fork 18
Release 2018.09 #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 2018.09 #27
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… a database from MS-SQL to CUBRID due to MS-SQL Unicode constant (#9) * [TOOLS-4297] Add IF condition to adjust defaultValue if it does exist Unicode Constant in DEFAULT clause * [TOOLS-4297] Edit a comment
* Revert "[TOOLS-4297] [CMT] Invalid DEFAULT clause is generated when migrating a database from MS-SQL to CUBRID due to MS-SQL Unicode constant (#9)" This reverts commit a2a2ecf. * Revert "update version.properties for release/2018.06 (#8)" This reverts commit 87dde09. * Revert "[TOOLS-4296] [CMT] Invalid DEFAULT clause in a DDL statement, when migrating a database from ORACLE to CUBRID (#7)" This reverts commit 93a50b4. * Revert "[TOOLS-4294] "Migration Script Name" Dialog cannot be resized (#6)" This reverts commit c01473d. * Revert "[TOOLS-4289] fixed invalid type conversion (#5)" This reverts commit 6f23f67.
…rkbench down (#12) * [TOOLS-4303] Change Text Component to StyledText Component * [TOOLS-4303] Add SWT.SINGLE for single selection behavior on text fields * [TOOLS-4303] Remove unused import statements
… is not transformed to the proper one for the CUBRID (#16)
#17) * [TOOLS-4301] When selecting again a jdbc driver already selected, an error is raising with the reason of invalid jdbc driver was selected. * [TOOLS-4301] Modified to use JDBCDriverManager Class. (Method name is 'isDriverDuplicated()')
#22) * [TOOLS-4311] make function to automatically rounded up to 38 digits for the numeric data type. * [TOOLS-4311] write the source as briefly as possible while watching the source * [TOOLS-4311] modify the comment
…elop fork 2018.10.01 (ready to release 2018.09)
update version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enhancements
[TOOLS-4312] Change URL reference of CUBRID Tools from ftp.cubrid.org to cubrid.github.io (#23)
Bug Fixes
[TOOLS-4301] When selecting again a jdbc driver already selected, an error is raising with the reason of invalid jdbc driver was selected (#17)
[TOOLS-4303] Renaming or copying a script name in Korean occurs Eclipse's workbench down (#12)
[TOOLS-4305] Oracle default clause including ‘to_date’ function is not transformed to the proper one for the CUBRID (#16)
[TOOLS-4306] CMT exports same data infinitely, when the option "Implicit estimate" on step 5 of 5 was selected (#19)
[TOOLS-4311] A solution to numeric values that exceed 38 digits when converting from Oracle's NUMBER Type (#22)