This file contains 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
height: 600 | |
license: mit |
This file contains 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
height: 650 |
This file contains 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
/* | |
* Changes by git-commit on GitHub. | |
* Fixed error that was introduced by blindly parsing the next line as a | |
* command if delimiter character was found. This let to issues if a | |
* delimiter was set and the next line was a comment, | |
* leading to a missing command in the sql script. | |
*/ | |
/* | |
* Added additional null checks when closing the ResultSet and Statements. | |
* |