Roman Ivantsov

Results 111 comments of Roman Ivantsov

pushed v 3.4.0, Look at test SchemaUpdate test, it creates extra index in migration; you just add the index name to ignore list - this is new thing, list of...

Looking at pg docs, trying to find this 'WITH NO DATA' clause, cannot find any: https://www.postgresql.org/docs/13/rules-materializedviews.html what docs you use?

ah, I see. But anyway, this With-Data clause is optional. I need no-data anyway because I need to wait for completion of all actions (just in case there are more...

Pushed new version; problem with indexes (wrong order) should be fixed. For mat views, trying a workaround. Saving view SQL hashes in DbVersion records (in DbInfoModule). Comparing hashes to figure...

will look into this index issue

sorry with the delay with response, holidays and all that. I am looking into this; looks like SQL error, generated sQL is invalid, I will try to fix it, soon...

With dbViews - so the problem is that vdbtool does not script them? I believe in general DbViews are supported, you can define them with LINQ, etc, there are unit...

ok, got it, will look at it, thanks for reporting it!

thanks, I will look at it over weekend. I will be back at active VITA development soon, this Sept, and will address all issues reported, I promise