Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nimrody
on Oct 4, 2019
|
parent
|
context
|
favorite
| on:
SQL queries don't start with SELECT
Start all your sessions with "BEGIN TRANSACTION".
Then if you make an error you can always ROLLBACK. If it looks OK -- COMMIT.
scarface74
on Oct 4, 2019
[–]
And then you use MySQL Workbench and forget to turn off autocommmit....
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Then if you make an error you can always ROLLBACK. If it looks OK -- COMMIT.