[DS-7732][fix] fix coloumn 'is_directory' of table t_ds_resources type error in PG database#7836
Closed
jim-parsons wants to merge 8 commits into
Closed
[DS-7732][fix] fix coloumn 'is_directory' of table t_ds_resources type error in PG database#7836jim-parsons wants to merge 8 commits into
jim-parsons wants to merge 8 commits into
Conversation
fix syntax error of table `t_ds_task_definition` and `t_ds_task_definition_log` in postgresql with column `task_group_priority int(4)` This closes #7779
This reverts commit f3faa30.
[BUG-7779][SQL] fix syntax error in init sql of postgre fix syntax error of table `t_ds_task_definition` and `t_ds_task_definition_log` in postgresql with column `task_group_priority int(4)` This closes #7779
…pe error in PG database [DS-7732][fix] fix column 'is_directory' of table `t_ds_resources` type error in PG database 1. add a `Boolean2IntTypeHandler` to resolve this error 2. format class `Resources` This closes #7732
…pe error in PG database [DS-7732][fix] fix column 'is_directory' of table `t_ds_resources` type error in PG database 1. add a `Boolean2IntTypeHandler` to resolve this error 2. format class `Resources` This closes #7732
Member
|
@tangchunbo CI failed, could you please take a look? |
… error in PG database [DS-7732][fix] fix column 'is_directory' of table t_ds_resources type error in PG database 1. add a `Boolean2IntTypeHandler` to resolve this error 2. format class `Resources` 3. update `mybatis-plus` version to fix its [bug](baomidou/mybatis-plus#2550) This closes #7732
Contributor
Author
ok, ing |
Contributor
Author
|
sorry,plz close this pr,i've create a new one PR |
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
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.
Purpose of the pull request
fix coloumn 'is_directory' of table t_ds_resources type error in PG database
Brief change log
Boolean2IntTypeHandlerboth in classResource.javaandResourceMapper.xmlSpringConnectionFactoryResourceVerify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows: