You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Run RoundhousE against PostgreSQL.
2. Observe that the execution ends with the following
Cannot access a disposed object.
Object name: 'NpgsqlConnection'.
3. Observe that the exit code is 1.
What is the expected output? What do you see instead?
I expect it to exit without an error. Everything seems to actually work. The
database is created automatically, the scripts are run correctly, and the
database can be dropped. The only real problem here is that it isn't exiting
cleanly, and this makes it impractical to integrate with a build script.
What version of the product are you using? On what operating system?
Roundhouse 0.8.5.0
Windows 7 x64 Professional
PostgreSQL 9.1.1, compiled by Visual C++ build 1500, 32-bit (Running on remote
server)
Please provide any additional information below.
I have attached a sample that demonstrates the problem. Simply run the batch
file. It will prompt you for the parameters necessary, or you can redirect
stdin to a text file to answer the prompts.
I actually need to get my build working ASAP. A release with the fix would be
ideal, but barring that, is there any guidance on how to build RoundhousE from
source?
Original issue reported on code.google.com by [email protected] on 18 Oct 2012 at 8:45
Original issue reported on code.google.com by
[email protected]
on 18 Oct 2012 at 8:45Attachments:
The text was updated successfully, but these errors were encountered: