On 6/1/06, Toby Thain <[EMAIL PROTECTED]> wrote:
> > OT from the original post, but pertinent to the discussion...
> >
> > On 5/27/06, Markus Hoenicka <[EMAIL PROTECTED]> wrote:
> > > Martin Kutschker writes:
> > > > Have the systems which use sequences some nameing schemes,
> > which build the
> OT from the original post, but pertinent to the discussion...
>
> On 5/27/06, Markus Hoenicka <[EMAIL PROTECTED]> wrote:
> > Martin Kutschker writes:
> > > Have the systems which use sequences some nameing schemes,
> which build the sequence
> name from the table name?
> > >
> >
> > SQL
Hi,
Have you looked at the sequence API included in libdbi?
unsigned long long dbi_conn_sequence_next(dbi_conn Conn, const char *name);
and
unsigned long long dbi_conn_sequence_last(dbi_conn Conn, const char *name);
Regards,
Christian
On Friday 26 May 2006 19:33, Andrew Sidwell wrote:
> Hi
"Markus Hoenicka" <[EMAIL PROTECTED]> writes on
Sat, 27 May 2006 22:46:22 +0200 (METDST):
> Martin Kutschker writes:
> > Have the systems which use sequences some nameing schemes, which
> > build the sequence name from the table name?
> >
>
> SQLite and MySQL don't use sequences, so I can speak
OT from the original post, but pertinent to the discussion...
On 5/27/06, Markus Hoenicka <[EMAIL PROTECTED]> wrote:
Martin Kutschker writes:
> Have the systems which use sequences some nameing schemes, which build the
sequence name from the table name?
>
SQLite and MySQL don't use sequences
Martin Kutschker writes:
> Have the systems which use sequences some nameing schemes, which build the
> sequence name from the table name?
>
SQLite and MySQL don't use sequences, so I can speak only of
PostgreSQL (don't know about Oracle, Sybase et al.). If you use the
Serial type in PostgreS