QSqlMigrator icon indicating copy to clipboard operation
QSqlMigrator copied to clipboard

A library to help you keep track of database schema migrations

Results 9 QSqlMigrator issues
Sort by recently updated
recently updated
newest added

As of MySQL 8.0.17, the display width attribute is deprecated for integer data types; you should expect support for it to be removed in a future version of MySQL. [Source](https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html)...

Any chance to add support to set foreign keys constraint? Regards,

enhancement

The SQLite plugin maps the SQL datatype DateTime to the datatype timestamp. timestamp is not part of SQLite and will be mapped to string.

bug

**add text and json on Postgresql**

enhancement

ASSERT failure in QList::at: "index out of range", file c:\qt\5.13.0\msvc2017\include\qtcore\qlist.h, line 560 Debug Error! Program: D:\CoreWork\bin_Debug\Qt5Cored.dll Module: 5.13.0 File: c:\qt\5.13.0\msvc2017\include\qtcore\qlist.h Line: 560 ASSERT failure in QList::at: "index out of range",...

bug

Migrations have to include api.h to be implemented at the moment. api.h is a rather complex header file which polutes every migration header file with unnecessery command and structure classes...

bug
wontfix

I tried to compile master with various errors and then tried the released version 1.0, with the following error. The class column contains a private const member variable: ``` const...

bug
wontfix
workaround

Only one process should be allowed to execute migrations at a time. Ways to ensure this should be taken from other migration frameworks in java etc.

enhancement

The Visual Studio Compiler optimizes away the automatic registration. There is currently no known workaround for this. One proposal: Build the registry with a qmake generated file. (Scan for Filename...

bug
enhancement