> This is in fact wrong but doesn't happen here when I run the tests. Are > you using the last SVN version?
I would think so, I'm opening DbLinq.sln from http://dblinq2007.googlecode.com/svn/trunk/src I just did an update to latest version and still getting the same end result. My sequence looked like this before I ran the code: -- Sequence: session_sessionid_seq -- DROP SEQUENCE session_sessionid_seq; CREATE SEQUENCE session_sessionid_seq INCREMENT 1 MINVALUE 1 MAXVALUE 9223372036854775807 START 6 CACHE 1; ALTER TABLE session_sessionid_seq OWNER TO rspass; I'm getting back 'session_id' of 8, instead of 7, and the SQL statement (IdQuerySql) is still the same : {SELECT nextval('session_sessionid_seq')} What kind of SELECT statement do you get back from PgsqlSqlProvider.GetInsertIds(...) ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
