Fixed here ---

11:04
    Check-in [6186] : Allow recently added keywords 'savepoint' and
'release' to be used as database object names. Just as they could be
prior to 3.6.8. Ticket #3590. 



-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Tuan Hoang
Sent: Monday, January 19, 2009 11:59 AM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] SQLite 3.6.8+ breaks YUM

Tuan Hoang wrote:
> Hi,
> 
> I've been back-porting SQLite 3.x to CentOS 4.7 for some development 
> work.  I've been taking the SRPMS from koji.fedoraproject.org and 
> rebuilding them.
> 
> All has been fine through v3.6.7 but when I tried to recently upgrade 
> to 3.6.10 (by just updating the SPEC file and rebuilding), the YUM 
> updater no longer works.  In particular the python-sqlite package 
> exits with an error when it tries to read it's cache file (I assume 
> that it's a SQLite DB).  I checked the in-between builds and one of 
> the changes in v3.6.8 has triggered this error.
> 
> Is there anyone else with a similar problem?  FWIW, I've also done 
> this under CentOS 5.2 and it also breaks its YUM too.
> 
> Thanks,
> Tuan
> 
> P.S.  Please reply all since I'm not subscribed to the mailing list.
> 

I did a little more debugging with the yum and it's use of
python-sqlite.  It appears that the database is not corrupt, but rather
that the database can't be created at all.

The attached CREATE TABLE statements work fine with v3.6.7 and before
(at least the ones that I've tried).  As of v3.6.8 up through v3.6.10,
YUM can no longer create these tables.

Did the string "release" suddenly become a keyword?  If so, why?

Tuan



CONFIDENTIALITY NOTICE: 
This message may contain confidential and/or privileged information. If you are 
not the addressee or authorized to receive this for the addressee, you must not 
use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.


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

Reply via email to