view .hgignore @ 965:8aaa9964359a

Fix missing escaping of single back slashes in string data provided to PreparedStatement methods setString(), setClob(), setObject() and setURL(). Also corrected and extended test Test_PSsetBytes.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 12 Feb 2025 21:53:06 +0100 (2 months ago)
parents f7df78989ac5
children
line wrap: on
line source
syntax: glob

# files created by the normal build process
*.class
*.jar
build/META-INF/services/java.sql.Driver
src/main/java/org/monetdb/jdbc/MonetVersion.java

# files generated by various editors
*.swp
*~
\#*
.#*

# other files we don't want
TAGS
tags
*.rej
*.orig