Skip to content

Comments

adding autorc.Start() method#112

Open
mrsinham wants to merge 4 commits intoziutek:masterfrom
mrsinham:master
Open

adding autorc.Start() method#112
mrsinham wants to merge 4 commits intoziutek:masterfrom
mrsinham:master

Conversation

@mrsinham
Copy link

It's just to use stored procedures with the autorc driver.

@ziutek
Copy link
Owner

ziutek commented Aug 13, 2015

There is intentionally no Start method in autorc package. Any method in autorc should be "atomic". After Start there may be some rows or even multiple results to read from server. So it isn't "atomic" operation. If some error occurs after Start and before read its results/rows you have a problem that autorc can't resolve for you (you need manually repeat Start method to finish whole command).

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.

2 participants