Chris Chain

Results 7 comments of Chris Chain

You are correct about Windows. I do get verbose output, and updates seem to be functioning normally, however I have yet to see it delete anything. If I remove the...

After changing the devPath to match your suggestion, it still does not indicate any delete operations will be performed, just updates. There are at least 6 items in subfolders and...

I did some cursory troubleshooting, and I see that the paths variable and the result array in your second pass is coming up empty. I also see that the destPaths...

Any updates on this issue? Tomasz, do you need any additional information from me? I'm happy to help where I can...

I'd like to second this request. I have a similar situation, and would definitely benefit from being able to create connection profiles. I write this on the day I had...

Ah. Understandable. I would be happy if SQLPro just had some of the configurability of the PoorSQL library, but being able to use the library by specifying it in preferences...

Right now, if I were to type a simple query like this: `SELECT id,item_name,item_type FROM dbo.table as t1 WHERE item_type = 'software'` it would be formatted like this: ``` SELECT...