Open
Conversation
Error is thrown when deleting or renaming previous queries. e.g. [ERROR] org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [update i2b2demodata.qt_query_master set: ERROR: operator does not exist: integer = character varying [ERROR] Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. Occured like this in my virtual machine version 1708b.
Contributor
|
Thanks for the patch, I have tested it out and will include it in the next release
Thanks
ole
From: mytmark <notifications@github.com>
Reply-To: i2b2/i2b2-core-server <reply@reply.github.com>
Date: Monday, February 27, 2017 at 10:30 AM
To: i2b2/i2b2-core-server <i2b2-core-server@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [i2b2/i2b2-core-server] Update QueryMasterSpringDao.java (#5)
Error is thrown when deleting or renaming previous queries, e.g.
[ERROR] org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [update i2b2demodata.qt_query_master set: ERROR: operator does not exist: integer = character varying
[ERROR] Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Occured like this in my virtual machine version 1708b.
…________________________________
You can view, comment on, or merge this pull request online at:
#5
Commit Summary
* Update QueryMasterSpringDao.java
File Changes
* M edu.harvard.i2b2.crc/src/server/edu/harvard/i2b2/crc/dao/setfinder/QueryMasterSpringDao.java<https://github.com/i2b2/i2b2-core-server/pull/5/files#diff-0> (8)
Patch Links:
* https://github.com/i2b2/i2b2-core-server/pull/5.patch
* https://github.com/i2b2/i2b2-core-server/pull/5.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#5>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ANVlH2yCn9KOM4nv3wbpJQW0UUbW0NVTks5rguwUgaJpZM4MNPt7>.
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Error is thrown when deleting or renaming previous queries, e.g.
Occured like this in my virtual machine version 1708b.