[Bug 470879] Check if sqlite db is 2.1 and change to 3 if needed
- From: "chronojump (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
- To: chronojump-devel-list gnome org
- Subject: [Bug 470879] Check if sqlite db is 2.1 and change to 3 if needed
- Date: Wed, 19 Sep 2007 16:53:00 +0000 (UTC)
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=470879
chronojump | chronojump | Ver: unspecified
Xavier de Blas changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Comment #2 from Xavier de Blas 2007-09-19 16:53 UTC -------
On windows crashes this:
ProcessStartInfo ps = new ProcessStartInfo(myPath + Path.DirectorySeparatorChar
+ sqliteStr , sqlite2File + " .dump");
ps.UseShellExecute = false;
ps.RedirectStandardOutput = true;
string output = "";
using(Process p = Process.Start(ps)) {
//TODO: this doesn't work on windows (it gets hanged)
p.WaitForExit();
output = p.StandardOutput.ReadToEnd();
}
Fixed with: convert_database.bat
also in linux with convert_database.sh
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=470879.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]