Skip to content

Conversation

@brtrvn
Copy link
Contributor

@brtrvn brtrvn commented Jul 16, 2022

Fixes issues #241 and #250.

Update the RDS bootstrap file scanner to parse on semicolon characters only when they are at the end of a line.
Update the database existence check code to not use try with resources which was closing out the ResultSet before we could read it when connecting to a Postgres database.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

at the end of a line. Also update the database exist check to not use
try with resources because it closes out the ResultSet before we can
read it when connecting to a Postgres database.
@brtrvn brtrvn requested a review from PoeppingT July 16, 2022 05:37
Copy link
Contributor

@PoeppingT PoeppingT left a comment

Choose a reason for hiding this comment

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

LGTM

@PoeppingT PoeppingT merged commit 2fee22f into awslabs:main Jul 18, 2022
@brtrvn brtrvn deleted the rds-bootstrap-semicolon-bug branch August 8, 2022 20:08
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