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

feat: adjusted the writer allowing for multiple table definitions to be defined #42

Closed
wants to merge 1 commit into from

Conversation

jeroenrinzema
Copy link
Owner

resolves #41

@jeroenrinzema
Copy link
Owner Author

@kishaningithub would you be able to test if this change resolves your issue?

@kishaningithub
Copy link
Contributor

I am still getting the queries as

select * from employee limit 10;\nselect count(*) from student;

Just to ensure i am doing it right. I changed my dependency to point to the latest commit in this branch using

go get github.com/jeroenrinzema/psql-wire@cabdcd9971b36d334cd0245b7b0eda9a6a7bc45f

and then ran my psql-wire server

@kishaningithub
Copy link
Contributor

Have put the logs in the issue thread #41

@jeroenrinzema
Copy link
Owner Author

Closing this PR, issue has been resolved in main

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

Successfully merging this pull request may close these issues.

Running sql scripts from graphical clients sends all sql statements as a single query string
2 participants