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: impl prepareStatement method #105

Merged
merged 7 commits into from
Nov 16, 2023
Merged

Conversation

hantmac
Copy link
Member

@hantmac hantmac commented Oct 19, 2023

  • ResultSet executeQuery() throw SQLException
  • int executeUpdate() throw SQLException
  • boolean execute() throw SQLException

Fix #104

@hantmac hantmac changed the title feat: impl prepareStatement method [WIP]feat: impl prepareStatement method Oct 19, 2023
@hantmac hantmac marked this pull request as draft October 19, 2023 09:10
@hantmac hantmac changed the title [WIP]feat: impl prepareStatement method feat: impl prepareStatement method Nov 16, 2023
@hantmac hantmac marked this pull request as ready for review November 16, 2023 02:44
@hantmac hantmac requested a review from ZhiHanZ November 16, 2023 02:45
@hantmac hantmac merged commit 9854931 into main Nov 16, 2023
1 check passed
@hantmac hantmac deleted the fix/impl-preparestmt-method branch November 16, 2023 02:47
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

Successfully merging this pull request may close these issues.

NullPointerException occurs when executing PreparedStatement execute
2 participants