Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL Always Errors Out? #75

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 10 comments
Open

PostgreSQL Always Errors Out? #75

GoogleCodeExporter opened this issue Mar 14, 2015 · 10 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant