Skip to content

[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
apache:devfrom
jim-parsons:dev
Closed

[DS-7732][fix] fix coloumn 'is_directory' of table t_ds_resources type error in PG database#7836
jim-parsons wants to merge 8 commits into
apache:devfrom
jim-parsons:dev

Conversation

@jim-parsons
Copy link
Copy Markdown
Contributor

Purpose of the pull request

fix coloumn 'is_directory' of table t_ds_resources type error in PG database

Brief change log

  1. add Boolean2IntTypeHandler both in class Resource.java and ResourceMapper.xml
  2. specify typeHandler packages in class SpringConnectionFactory
  3. format class Resource

Verify 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:

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
[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
@jim-parsons jim-parsons changed the title DS-7732][fix] fix coloumn 'is_directory' of table t_ds_resources type error in PG database [DS-7732][fix] fix coloumn 'is_directory' of table t_ds_resources type error in PG database Jan 5, 2022
…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
@zhongjiajie
Copy link
Copy Markdown
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
@jim-parsons
Copy link
Copy Markdown
Contributor Author

@tangchunbo CI failed, could you please take a look?

ok, ing

@jim-parsons
Copy link
Copy Markdown
Contributor Author

sorry,plz close this pr,i've create a new one PR

@jim-parsons jim-parsons closed this Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants