Skip to content

Commit

Permalink
(#105) Added new puzzles to refactor classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket-3 committed Nov 10, 2021
1 parent 395a621 commit d5b260e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@

/**
* Postgres DBMS's objects, constructed from different sources.
* @todo #101:60min Refactor classes of the package.
*/
package org.fusionsoft.database.snapshot.objects.dbms.postgres;
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
* The package with classes that helps you build
* {@link org.fusionsoft.database.snapshot.Objects} of {@link java.sql.ResultSet},
* {@link org.fusionsoft.database.snapshot.query.Query} and {@link java.sql.Connection}.
* @todo #101:60min Refactor the package, extract new SchemaOfResultSet.
*/
package org.fusionsoft.database.snapshot.objects.resultset;

3 comments on commit d5b260e

@0pdd
Copy link

@0pdd 0pdd commented on d5b260e Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 101-7b89c858 disappeared from src/main/java/org/fusionsoft/database/snapshot/objects/dbms/postgres/PgEnums.java, that's why I closed #105. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on d5b260e Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 101-ca10b8a0 discovered in src/main/java/org/fusionsoft/database/snapshot/objects/resultset/package-info.java and submitted as #129. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on d5b260e Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 101-2108ad91 discovered in src/main/java/org/fusionsoft/database/snapshot/objects/dbms/postgres/package-info.java and submitted as #130. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.