migrations icon indicating copy to clipboard operation
migrations copied to clipboard

A command line Database migrations tool

Results 27 migrations issues
Sort by recently updated
recently updated
newest added

Hi @harawata @kazuki43zoo @hazendaz, I am trying to use the tool (MyBatis Migrations) 3.2.1 to automate DB changes for my Oracle instance. Almost done that (99% of the DB initiation)...

mybatis-migrations is just 119KB but it has a dependency upon mybatis which adds 1.7MB and that doesn't even include its transitive dependencies. The only classes directly used from mybatis are...

I have a database accessible over TLS with a certificate signed with SHA1 and with key algorithm RSA - I have no control over the certificate used by the database....

[JReleaser](https://jreleaser.org/) provides support for: - creating changelog from commit messages - post git releases to Github - package and publish binaries to various package managers (Sdkman, Homebrew, Scoop, etc..) -...

`mybatis-migrations-3.3.11`を使用して、localhostの`mysql Ver 8.3.0 for Win64 on x86_64`に対してsqlファイルを流した際 文字列内に半角セミコロン(`;`)があり、かつその後に改行されてsql文が続く場合に下記の実行エラーが発生します。 エラー内容: ``` ERROR: Error executing command. Cause: java.lang.RuntimeException: Error executing: INSERT INTO `_text` (`id`, `japanese`, `english`, `datetime`) VALUES ('A', 'a;A', 'a ....

Potential fix for [https://github.com/mybatis/migrations/security/code-scanning/1](https://github.com/mybatis/migrations/security/code-scanning/1) To fix the issue, we need to validate the `entry.getName()` value to ensure it does not contain directory traversal sequences (`../`) or absolute paths. This can...

https://caveman.mccue.dev/tutorial/clojure/27_run_tests_against_your_database I think I might be missing something, because I'm unclear why `FileMigrationProvider` wouldn't get sendFullScript from the loaded in properties file?