Ok, I opened '0.18 with visual metal' and that works without an error. http://dblinq2007.googlecode.com/svn/branches/0.18%20with%20visual%20metal/src/
I was using this earlier: http://dblinq2007.googlecode.com/svn/trunk/src/ From: Sami M. Kallio Sent: Monday, July 20, 2009 5:55 AM To: [email protected] Subject: Re: [dblinq] Re: Using SERIAL (auto increment) in PostgreSQL? Thanks Jaydeep but I don't think the issue is what statement to use, but what to modify in the PgSql provider to fix the bug. I already have one solution but it is a rather ugly one (I posted it a few e-mails earlier). Did the code duplicate the error, or am I using an old version of the code? I'm wondering if I should add this to open issues or not. From: jaydeep vishwakarma Sent: Monday, July 20, 2009 12:01 AM To: [email protected] Subject: [dblinq] Re: Using SERIAL (auto increment) in PostgreSQL? Use this select last_value from session_sessionid_seq On Mon, Jul 20, 2009 at 3:15 AM, Sami M. Kallio <[email protected]> wrote: This code should duplicate the problem against northwind in the example project. - Sami --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
