• Christopher Davis's avatar
    Add Tests Cases to Demonstrate #2906 · 288264d1
    Christopher Davis authored
    Postgres has a `SERIAL` data type to allow shorthand for
    `nextval('sequence_name')`, but DDL like this:
    
        CREATE TABLE example (id SERIAL)
    
    Cannot be generated in the DBAL schema APIs.
    288264d1
Name
Last commit
Last update
..
DBAL Loading commit data...
Mocks Loading commit data...
Types Loading commit data...
DbalFunctionalTestCase.php Loading commit data...
DbalPerformanceTestCase.php Loading commit data...
DbalPerformanceTestListener.php Loading commit data...
DbalTestCase.php Loading commit data...
TestUtil.php Loading commit data...