All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.ibatis.migration.template_environment.properties Maven / Gradle / Ivy

There is a newer version: 3.0-beta-10
Show newest version
## JDBC connection properties.
driver=
url=
username=
password=

# Name of the table that tracks changes to the database
changelog=CHANGELOG

# If set to true, each statement is isolated
# in its own transaction.  Otherwise the entire
# script is executed in one transaction.
auto_commit=false

# This controls how statements are delimited.
# By default statements are delimited by an
# end of line semicolon.  Some databases may
# (e.g. MS SQL Server) may require a full line
# delimiter such as GO.
delimiter=;
full_line_delimiter=false

# This ignores the line delimiters and
# simply sends the entire script at once.
# Use with JDBC drivers that can accept large
# blocks of delimited text at once.
send_full_script=false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy