The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
269 views

Import single rows from SQLite to MySQL?

I need to do some kind of incremental import again and again from a SQLite 3 database to a MySQL database. Column names are the same in both databases. Is there a good way to do this by a script ...
0
votes
1answer
238 views

Couldn't perform atomic initialization SQLite error with Subversion on Eclipse

I'm trying to check out some code from my company's svn repository and I get this message on the console: checkout https://svn.[company]/[repo]/Trunk/[project] -r HEAD \ --depth=infinity --force ...
2
votes
0answers
107 views

Enable sqlite FTS Enhanced Query Syntax in python in RHEL6?

SQLite's full text search engine offers a simple query syntax (with AND and OR operators and -term for negation), as well as an enhanced query syntax which also allows parenthesis and NEAR — as well ...
0
votes
0answers
413 views

SVN error message: “E200030: sqlite: database disk image is malformed” on checkout

The .svn folder doesn't exist yet. I tried deleting it after it was created, but I get the same issue again @:/var/www/htdocs$ svn checkout https://host/svn/trunk/ . svn: E200030: sqlite: database ...