Re: removing a unique constraint

Oleg Broytman <[email protected]>
Newsgroups gmane.comp.python.sqlobject
Message-ID <[email protected]>
On Wed, Jul 13, 2011 at 01:17:42AM +0100, Timothy W. Grove wrote:
> Thanks. That all sounds like what I am looking for. I'm using sqlite3 
> for my backend (with Windows 7, python 2.7, wxpython 2.9, 
> SQLObject-1.0.0-py2.6).

   For SQLite the query is

SELECT * FROM sqlite_master WHERE type='index'

   You can use console program sqlite3.exe to connect to your database.
Or you can use GUI program SQLite Database Browser:
http://sqlitebrowser.sourceforge.net/

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            [email protected]
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.