Sequence - Current Value not refreshed

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
JPicard
Posts: 8
Joined: Fri 13 Mar 2015 14:20

Sequence - Current Value not refreshed

Post by JPicard » Fri 13 Mar 2015 14:34

Hi,

I have dbForge Fusion 1.8.46.2 and the Sequence's current value are not updated (Properties Window or Object Viewer Window), even after refreshing it.

My current value was 1 and I inserted a couple of records. I then checked the current value and it was still at 1.

I did the SELECT and I saw the real current value:

SELECT current_value FROM sys.sequences WHERE name = 'SequenceName'

alexa

Re: Sequence - Current Value not refreshed

Post by alexa » Mon 16 Mar 2015 11:12

We will fix this issue in the next product build and will notify you once it's available for downloading.

JPicard
Posts: 8
Joined: Fri 13 Mar 2015 14:20

Re: Sequence - Current Value not refreshed

Post by JPicard » Mon 23 Mar 2015 18:40

Also, if we can reset the current value (like in SQL Server Management Studio) in the UI (instead of doing it via SQL), it will be great.

Regards.

JPicard
Posts: 8
Joined: Fri 13 Mar 2015 14:20

Re: Sequence - Current Value not refreshed

Post by JPicard » Fri 19 Feb 2016 19:08

Is it fixed with the latest release (1.9.14)?

alexa

Re: Sequence - Current Value not refreshed

Post by alexa » Mon 22 Feb 2016 12:21

Unfortunately, it's not fixed yet.

Post Reply