Luis Faria
Luis Faria
When round-trip testing from MySQL to SIARD and back again, AUTO_INCREMENTS are exported.
When round-trip testing from MySQL to SIARD and back again, foreign keys were not found on table definition.
When round-trip testing from MySQL to SIARD and back again, missing some DEFAULT declaration on column type definitions. Example, missing `DEFAULT ''`.
On round-trip testing from PostgreSQL to SIARD and back again, dates loose precision (milliseconds are lost). Example `2014-11-27 11:12:38.373` become `2014-11-27 11:12:38.37`. Other DBMS may also have this problem.
When round-trip testing from PostgreSQL to SIARD and back, SEQUENCES are missing. Check if this is a problem or if SEQUENCE is not considered to be a significant property.
When round-trip testing from MSSQLServer to SIARD and back, missing declarations of VIEWS. This may also happen in other DBMSs.
When a database from a DBMS is converted into SIARD, sometimes the report shows: ``` - Type conversion in import module: in `sakila.actor.actor_id` (format: schema.table.column) has original type `SMALLINT UNSIGNED`...
Some binaries columns might contain very small amount of bits, but a large quantity of rows, which will can bring problems to the file system. Also, when a column has...
RODA-in can be configured with a set of options, schemas and templates, but currently there is no easy way to import a pre-made configuration into a stock installed RODA-in. This...