Re: [sqlite] hfs+ on bootcamp -> database malformed?

2012-11-21 Thread Simon Slavin

On 21 Nov 2012, at 8:18pm, "E. Timothy Uy"  wrote:

> No, I checked the hash of his version and mine, they are identical. It
> really is something strange on his machine. He claims that it stopped
> working after uninstalling HFS+.

I think by the above you were checking the contents of the database file to 
make sure the file itself isn't corrupt.  What I wanted to know is which 
version of SQLite you are using, on each computer, to access the file.  Later 
versions of SQLite can put things into a database which will make earlier 
versions report it as corrupt.

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] hfs+ on bootcamp -> database malformed?

2012-11-21 Thread E. Timothy Uy
No, I checked the hash of his version and mine, they are identical. It
really is something strange on his machine. He claims that it stopped
working after uninstalling HFS+.

On Wed, Nov 21, 2012 at 12:02 PM, Simon Slavin  wrote:

>
> On 21 Nov 2012, at 6:32pm, E. Timothy Uy  wrote:
>
> > I'm suddenly getting a "database disk image is malformed" on a customer
> > after they had a bad HFS+ install. They are running Boot Camp on a Mac. I
> > checked and the db is exactly the same on my machine and his, but he gets
> > the error. Is anyone else seeing this?
>
> What version of SQL are you both running ?  Give us the result of
>
> SELECT sqlite_version()
>
> on both computers.
>
> If you copy the database from the HFS+ partition to the one you're booted
> from, does it still show as corrupt ?
>
> Simon.
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] hfs+ on bootcamp -> database malformed?

2012-11-21 Thread Simon Slavin

On 21 Nov 2012, at 6:32pm, E. Timothy Uy  wrote:

> I'm suddenly getting a "database disk image is malformed" on a customer
> after they had a bad HFS+ install. They are running Boot Camp on a Mac. I
> checked and the db is exactly the same on my machine and his, but he gets
> the error. Is anyone else seeing this?

What version of SQL are you both running ?  Give us the result of

SELECT sqlite_version()

on both computers.

If you copy the database from the HFS+ partition to the one you're booted from, 
does it still show as corrupt ?

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] hfs+ on bootcamp -> database malformed?

2012-11-21 Thread Richard Hipp
On Wed, Nov 21, 2012 at 1:32 PM, E. Timothy Uy  wrote:

> I'm suddenly getting a "database disk image is malformed" on a customer
> after they had a bad HFS+ install. They are running Boot Camp on a Mac. I
> checked and the db is exactly the same on my machine and his, but he gets
> the error. Is anyone else seeing this?
>

Maybe the customer is using a very old version of SQLite and the database
is using some language feature that has been added more recently and that
the older SQLite does not understand?




> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users