Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgsql, oci and mssql schemas cleanup and implemented findUniqueIndexes #7867

Closed

Conversation

nineinchnick
Copy link
Contributor

  • removed processing of pgsql unique index with expressions;
  • added findUniqueIndexes for oci and mssql;
  • cleaned up oci and mssql schema

@samdark samdark added the status:to be verified Needs to be reproduced and validated. label Mar 24, 2015
@samdark samdark added this to the 2.0.x milestone Mar 24, 2015
@nineinchnick
Copy link
Contributor Author

Remember to apply fixes from #7868 to findUniqueIndexes.

@samdark samdark modified the milestones: 2.0.4, 2.0.x Mar 25, 2015
…UniqueIndexes for oci and mssql; cleaned up oci and mssql schema
@nineinchnick nineinchnick force-pushed the schema-findUniqueIndex-cleanup branch from 1bbfe2c to 0b7bb1d Compare March 30, 2015 12:36
AND ud.type='TRIGGER'
AND ud.referenced_type='SEQUENCE'
SQL;
$sequenceName = $this->db->createCommand($seq_name_sql, [':tableName' => $tableName])->queryScalar();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it's missing the fix against PDO::ATTR_CASE from #7868.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need to apply more changes to it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wait, there's queryScalar() so it's fine here. The whole PR is ready.

@samdark
Copy link
Member

samdark commented Mar 30, 2015

Changelog?

@samdark samdark self-assigned this Mar 30, 2015
@samdark samdark removed the status:to be verified Needs to be reproduced and validated. label Mar 30, 2015
@nineinchnick
Copy link
Contributor Author

@samdark done. And I keep forgetting about adding [skip CI] to the commit message.

@samdark samdark closed this in 48255a4 Mar 30, 2015
@samdark
Copy link
Member

samdark commented Mar 30, 2015

Thanks!

@nineinchnick nineinchnick deleted the schema-findUniqueIndex-cleanup branch March 30, 2015 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants