ENH: by default (and this is the case e.g. for SQLite), index names
are not supported when creating either a PRIMARY or a UNIQUE index within a CREATE TABLE statement. Make this the default implementation at the parent class level, in order to avoid potential problems with yet unknown database backends.
Please register or sign in to comment