[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] incrementing app_id
From: |
Michael Dean |
Subject: |
Re: [Phpgroupware-developers] incrementing app_id |
Date: |
19 Dec 2001 19:35:53 -0600 |
Looks like a diff to assign IDs to applications (something I've wanted
for a long time :-). But you're right about the identity field. MSSQL
will only allow explicit identity inserts if you set identity insert on
for that particular table (which is only good for that connection).
I guess the best fix is to let the auto incrementing field do it's job
and get rid of the explicit insert and the random number generation.
Mike
On Wed, 2001-12-19 at 19:21, Bradley Bell wrote:
> What's the rationale behind this patch?
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpgroupware/setup/inc/class.setup.inc.php.diff?r1=1.9&r2=1.10
>
> it doesn't work with mssql at least, because app_id is an identity
> (auto-incrementing) column, as I assume it is with all the other db backends
> as well.
- [Phpgroupware-developers] incrementing app_id, Bradley Bell, 2001/12/19
- Re: [Phpgroupware-developers] incrementing app_id,
Michael Dean <=
- Re: [Phpgroupware-developers] incrementing app_id, Miles Lott, 2001/12/19
- Re: [Phpgroupware-developers] incrementing app_id, Bradley Bell, 2001/12/19
- Re: [Phpgroupware-developers] incrementing app_id, Michael Dean, 2001/12/19
- Re: [Phpgroupware-developers] incrementing app_id, Mark A Peters, 2001/12/19
- Re: [Phpgroupware-developers] incrementing app_id, Bradley Bell, 2001/12/19
- Re: [Phpgroupware-developers] incrementing app_id, Mark A Peters, 2001/12/19
- Re: [Phpgroupware-developers] incrementing app_id, Bradley Bell, 2001/12/19
- Re: [Phpgroupware-developers] incrementing app_id, Dan Kuykendall (Seek3r), 2001/12/20