Re: Admin not enforcing unique?

Arnaud Limbourg <arnaud-GdXxm9JVFPlWk0Htik3J/[email protected]> Sun, 06 Nov 2005 21:53:54 +0100
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
Lukas Kahwe Smith wrote:
> Arnaud Limbourg wrote:
> 
>> is it correct that the 'unique' option (e.g: auth handle) is not
>> enforced? Grepping through the code and looking at the insert method I
>> did not see it done.
> 
> 
> its should done  on the database level if needed .. so it should be
> handled in install.php ..

I used a MDB2_schema file that did not set the unique index for the handle.

Arnaud.