-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
Add an API for off-thread SQL transactions. #26
Conversation
|
Forgive me in advance (not really sure of an elegant way to reference lines).
Regardless, I've definitely lost data as a result of not using transactions: this is great. |
|
Some parts of the code seem to ignore the Coding style guidelines, i'm a little bit confused about that. |
|
@KyleSanderson Thanks, fixed the spacing issues (sort of). I'm trying to avoid using hard-tabs for alignment, an old mistake we made early on. re: cloning. I forget most of how HandleSys security restrictions work, but trying to folllow it - Edit: whoops, it works because CloneHandle passes ident=NULL. So RESTRICT_IDENTITY apparently is enough. @Impact123 The SM style has evolved over time as we re-evaluate readability - those changes haven't been reflected in that document. I'll try to update it this week. |
|
|
Add an API for off-thread SQL transactions. (bug 3775, r=kyle)
No description provided.