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

Sqlflush Management Command Support #76

Merged
merged 1 commit into from
May 18, 2016
Merged

Conversation

sethdenner
Copy link
Contributor

  • Running Django tests requires support for the sqlflush management command. It returns an array of CQL commands to be executed against the server. The first statement is a use statement for the keyspace for the current connection and the rest are TRUNCATE statements for each table passed in.

* Running Django tests requires support for the sqlflush management command. It returns an array of CQL commands to be executed against the server. The first statement is a use statement for the keyspace for the current connection and the rest are TRUNCATE statements for each table passed in.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 63.035% when pulling 564ca47 on sethdenner:sqlflush into fed570f on Knotis:master.

@sethdenner sethdenner merged commit 0122403 into Knotis:master May 18, 2016
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