201 reputation
15
bio website
location Germany
age 36
visits member for 8 months
seen 7 hours ago
stats profile views 4

 


Apr
1
comment Read-only on an SQLite database which is being modified by another program
SQLite write locking documentation.
Feb
11
comment Delete with subquery with no unique columns
What exactly is that "some condition"?
Jan
17
comment Delete word, its meanings, its meaning's example sentences from DB
@HLGEM: SQLite doesn't have write concurrency and locks the entire database, so locking doesn't making a difference.
Oct
4
comment How can I create a MySQL database based on a SQLite schema?
See the answers of the Convert MySQL to SQlite SO question.
Oct
2
comment Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress?
Now works for me with --auto-close.
Oct
2
comment Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress?
Output the percentages to the console (>&2 instead of >&3) to check whether they are correct.
Oct
2
comment Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress?
It's likely that the first lines in your file are executed faster.
Sep
27
comment SQLite Performance Tuning
duplicate of SQLite Select Query Performance Tuning on SO