1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-03 02:52:47 +02:00

tests: improved sql dumps, renamed pgsql -> postgre

This commit is contained in:
David Grudl
2015-10-13 17:37:14 +02:00
parent 48adcec6dc
commit e339eff00f
8 changed files with 19 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ Assert::same('products', $column->table->name);
Assert::same('s', $column->type);
Assert::type('string', $column->nativeType);
Assert::same(100, $column->size);
Assert::true($column->nullable);
Assert::false($column->nullable);
Assert::false($column->autoIncrement);
//Assert::null($column->default);