[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] incrementing app_id
From: |
Miles Lott |
Subject: |
Re: [Phpgroupware-developers] incrementing app_id |
Date: |
Wed, 19 Dec 2001 19:45:51 -0600 |
I think skeeter's intention with this was that the app_id
would be an assigned number. So, we might end up doing the
reverse in that case. IME, the admin is what doesn't work,
at least it is troublesome on pg, since this change.
WIP...
Michael Dean wrote:
>
> 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 mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
--
Miles Lott - http://milosch.net
phpGroupWare - http://www.phpgroupware.org
- [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,
Miles Lott <=
- 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