Re: SQLite Adaptor?
Re: SQLite Adaptor?
- Subject: Re: SQLite Adaptor?
- From: Aaron Rosenzweig via Webobjects-dev <email@hidden>
- Date: Sun, 21 Jul 2019 21:45:35 -0400
Hi Markus,
I have not; however, you might be able to use the general non-DB-specific
adaptor. I believe it would create an EO_PK table, which isn’t the greatest,
but maybe good enough for what you need.
EO_PK table can fail under high load - it’s “like” a sequence but is not a
sequence - it isn’t guaranteed to provide unique PKs.
AARON ROSENZWEIG / Chat 'n Bike <http://www.chatnbike.com/>
e: email@hidden <mailto:email@hidden> t: (301) 956-2319
> On Jul 21, 2019, at 9:54 AM, Markus Ruggiero via Webobjects-dev
> <email@hidden> wrote:
>
> Anyone out there knowing about a SQLite EOF adaptor? I have a customer asking
> for SQLite access in an otherwise Oracle based large EOF app.
>
> Thanks for any info
> ---markus---
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >SQLite Adaptor? (From: Markus Ruggiero via Webobjects-dev <email@hidden>) |