Mark Junker

Results 196 comments of Mark Junker

@jzabroski I'm not sure how to read this code. Can you please explain it to me how it's different and why (if) its better.

I'll have to look into this, but I assume that some kind of idle connection timer is kicking in.

Same here, using VS 15.5.0 (Enterprise, German)

Related to #1129, #1067, and #1061.

Some questions: - Which database do you use? - What is the error message? - Do you know what gets sent to the database? (Are the commands correcly splitted?)

After looking at the Oracle database processor, I realized that it simply splits the commands by searching for a `;`, which may cause your problems. You have two options here:...

At least we should have a better error message. Different databases behave differently, so I'm not sure if it really makes sense to - for example - enfore the usage...

This will be possible when idempotent migration scripts are implemented.

My idea at that time was to enable idempotent migrations by using some kind of "state" which could/should be stored somewhere. Without this state information, we'd have to query the...

This sounds like an interesting idea. A PR would be welcome 👍