issues
search
ebean-orm
/
ebean-migration
DB Migration runner (similar to Flyway) which can be used standalone or with Ebean (run migrations on EbeanServer start)
Apache License 2.0
9
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Revert #56 which had extra commit for handling errors in repeatable migrations
#62
rbygrave
closed
5 years ago
0
Adds a message to log, when running JDBC migration.
#61
rPraml
closed
5 years ago
4
Read the migration table URL resource without caching
#60
rbygrave
closed
5 years ago
0
Exclude migration comment from MigrationVersion comparison for non-repeatable migrations
#59
rbygrave
closed
5 years ago
0
ENH: Add ability to run "init" migrations (sort of checkpoint migration that combines many migrations into 1)
#58
rbygrave
closed
5 years ago
0
Refactor to use try with resources for closing ResultSets and Statements - no effective change
#57
rbygrave
closed
5 years ago
0
multiple migrations that are partially executed may not be inserted in dbmigration-history
#56
rPraml
closed
6 years ago
1
Make ScriptTransform public for use in Ebeans "create-all" DDL generation
#55
rbygrave
closed
6 years ago
0
Restore the getContent() method to LocalMigrationResource
#54
rbygrave
closed
6 years ago
0
"INIT" repeatable type stored as "R" in migration table when it would be nice to have it as "I"
#53
rbygrave
closed
6 years ago
0
ENH: Add MigrationConfig.setCurrentSchema ... such that we can control separately if we set dbSchema when running migrations
#52
rbygrave
closed
6 years ago
0
Support DDL scripts with stored procedures with inline comments
#51
rbygrave
closed
6 years ago
0
ADD: Support for repeatable scripts, that are executed first
#50
rPraml
closed
6 years ago
0
Modify createSchemaIfNotExists to default to true
#49
rbygrave
closed
6 years ago
0
Support loading dbmigration.schema and dbmigration.createSchemaIfNotExists from properties
#48
rbygrave
closed
6 years ago
0
Refactor - tidy internal JdbcClose to handle nulls
#47
rbygrave
closed
6 years ago
0
ENH: flyway like java-migration (programmatic migration)
#46
rPraml
closed
6 years ago
0
Call custom code from migration script
#45
rPraml
closed
6 years ago
4
Updated classpath scanner version to 3.1.1
#44
rPraml
closed
6 years ago
0
Read patchInsertOn/patchResetChecksumOn/runPlaceholders optionally from config
#43
rPraml
closed
6 years ago
2
Suggested logging, if version string contains illegal characters
#42
rPraml
closed
6 years ago
0
This fixes a bug, that the compareTo method of version must be symmetric
#41
rPraml
closed
6 years ago
0
Tracking hanging issue with CockroachDB 2.x Beta ... (with DDL and DML in the same transaction)
#40
rbygrave
closed
6 years ago
0
ENH: Add support for DdlRunner.setCommitOnCreateIndex() ... for CockroachDB support
#39
rbygrave
closed
6 years ago
1
Add Cockroach DB detection
#38
thibaultmeyer
closed
6 years ago
0
Option to disable "FOR UPDATE"
#37
thibaultmeyer
closed
6 years ago
2
Do not run empty statement (which does not execute with oracle jdbc)
#36
rbygrave
closed
6 years ago
0
ENH: Add support for patching migration history - reset checksum & insert into history
#35
rbygrave
closed
7 years ago
0
Allow single DDL script with no trailing semi-colon to be parsed
#34
rbygrave
closed
7 years ago
0
Update to 2.2.4 of avaje-classpath-scanner
#33
rbygrave
closed
7 years ago
0
Repackage from io.ebean.dbmigration to io.ebean.migration (in preparation for java 9 modules)
#32
rbygrave
closed
7 years ago
0
Add new checkState methods
#31
thibaultmeyer
closed
7 years ago
1
Missing "checkState" methods
#30
thibaultmeyer
closed
7 years ago
0
Only commit on migration completion
#29
rbygrave
closed
7 years ago
0
FIX: check catalog also.
#28
rPraml
closed
7 years ago
1
Checksum mismatch does not stop migration
#27
rbygrave
closed
7 years ago
0
migrations can not be executed if they contain ';' into a string
#26
rbygrave
closed
7 years ago
0
SQL syntax error with SQLite
#25
Mijyuoon
closed
7 years ago
1
FIX: createSchemaIfNeeded for SQLServer
#24
rPraml
closed
7 years ago
1
How does one turn off migrations
#23
jwaterloo
closed
7 years ago
1
Bump avaje-classpath-scanner-api to 2.2
#22
rbygrave
closed
7 years ago
0
Update support for dbSchema - PRs #15, #19, #20
#21
rbygrave
closed
7 years ago
0
Fix/create pk
#20
focbenz
closed
7 years ago
3
Use connection.getSchema() if no schema is explicitly configured
#19
ksperling
closed
7 years ago
1
FIX: select from db_migration statement for sqlserver
#18
rPraml
closed
7 years ago
0
Support SQLServer with schema
#17
rbygrave
closed
7 years ago
0
Load migration table rows in order
#16
ksperling
closed
7 years ago
2
FIX: add catalog & schema as prefix for sqlserver.
#15
rPraml
closed
7 years ago
4
Migrations generating Postgres Array as "array"
#14
IvanAR
closed
7 years ago
5
Entry duplication on db_migration table
#13
thibaultmeyer
closed
7 years ago
1
Previous
Next