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

fix: do not convert ?, ? to $1, $2 when statement.executeQuery(String) is used #644

Merged
merged 1 commit into from Sep 21, 2016

Conversation

vlsi
Copy link
Member

@vlsi vlsi commented Sep 21, 2016

closes #643

@vlsi vlsi added this to the 9.4.1212 milestone Sep 21, 2016
@codecov-io
Copy link

codecov-io commented Sep 21, 2016

Current coverage is 61.96% (diff: 100%)

Merging #644 into master will increase coverage by 0.01%

@@             master       #644   diff @@
==========================================
  Files           150        150          
  Lines         15164      15164          
  Methods           0          0          
  Messages          0          0          
  Branches       3052       3051     -1   
==========================================
+ Hits           9394       9397     +3   
  Misses         4517       4517          
+ Partials       1253       1250     -3   

Powered by Codecov. Last update fe10f9b...8096279

@vlsi vlsi merged commit 08e1a40 into pgjdbc:master Sep 21, 2016
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.

valid SQL is throwing syntax error on jsonb datatypes
2 participants