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

Allow to write lines directly to the database #137

Merged
merged 1 commit into from
Dec 14, 2015
Merged

Allow to write lines directly to the database #137

merged 1 commit into from
Dec 14, 2015

Conversation

slomek
Copy link
Contributor

@slomek slomek commented Dec 13, 2015

This fixes #126.

I've added three tests to verify that it is working correcly - any comments are welcome.

*/
@Test
public class InfluxDBTest {

private InfluxDB influxDB;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please do not reformat code which is untouched. Can you please fix this, otherwise im fine with this PR and will merge 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.

You're absolutely right, I'll fix this later today.

majst01 added a commit that referenced this pull request Dec 14, 2015
Allow to write lines directly to the database
@majst01 majst01 merged commit b5dbfaf into influxdata:master Dec 14, 2015
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.

Allow to write "lines" directly, not just Point objects.
2 participants