Skip to content

PHPLIB-70: DatabaseInfo models and index management #7

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

Merged
merged 21 commits into from
Apr 26, 2015

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Apr 13, 2015

@jmikola jmikola changed the title [PHPLIB-70]: Index management PHPLIB-70: DatabaseInfo models and index management Apr 21, 2015
@jmikola jmikola force-pushed the phplib-70 branch 2 times, most recently from 496779f to 8d8176c Compare April 24, 2015 20:00
*/
public function dropIndex($indexName)
{
// TODO
// TODO: Add support for dropping indexes by keys/options (e.g. IndexModel)
$indexName = (string) $indexName;
Copy link
Member Author

Choose a reason for hiding this comment

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

If this string is empty, we should raise an InvalidArgumentException.

@jmikola jmikola force-pushed the phplib-70 branch 2 times, most recently from 10207cb to 66048a4 Compare April 24, 2015 23:56
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.

1 participant