as widely
supported as Dynamo that they would have encountered this problem before
now.
--- adam
From: Tom Lane <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [BUGS] INSERT doesn't like (.)
Date: Mon, 09 Oct 2000 10:20:23 -0400
[EMAIL PROTECTED] writes
> INSERT doesn't like (.)
This isn't allowed by SQL and is completely useless.
::=
INSERT INTO
::=
::=
|
|
::=
[]
[ ]
[EMAIL PROTECTED] writes:
> I'm using Dynamo connected to Postgres. The PreparedStatement
> generated for an INSERT works on other dbs, but Postgres complains
> with a parsing error.
> specifically:
>INSERT into (.) VALUES ();
What's your definition of "other dbs"? The above statement is
Adam Levine ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
INSERT doesn't like (.)
Long Description
I'm using Dynamo connected to Postgres. The PreparedStatement generated for an INSERT
works on other dbs, but Postgres comp