Skip to content
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

#12 Implement timestamp and enum types handling #22

Merged
merged 1 commit into from
Jun 26, 2023
Merged

#12 Implement timestamp and enum types handling #22

merged 1 commit into from
Jun 26, 2023

Conversation

IlyaLisov
Copy link
Owner

@IlyaLisov IlyaLisov commented Jun 26, 2023

close #12


PR-Codex overview

This PR adds functionality to handle Postgres types and format timestamps, as well as minor updates to improve code quality.

Detailed summary

  • Added getColumnType method to PostgresRepository to handle Postgres types
  • Added timeFormat property to Node class and CSVNeo4jUploader to format timestamps
  • Updated PostgresRepositoryImpl to use LinkedHashMap instead of HashMap
  • Updated Node class to handle Postgres types and format timestamps
  • Updated CSVNeo4jUploader to handle types and timeFormat parameters

The following files were skipped due to too many changes: src/main/java/com/example/postgresneo4jmigrationtool/parser/XmlParser.java

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@IlyaLisov IlyaLisov merged commit c6e40d7 into main Jun 26, 2023
1 check passed
@IlyaLisov IlyaLisov deleted the #12 branch June 26, 2023 15:20
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.

Implement handling of different types
1 participant