Discussion:
[JIRA] Created: (MYO-72) Statement and portal names are case sensitive when binding parameters
Gilles Rayrat (JIRA)
2008-11-20 15:40:08 UTC
Permalink
Statement and portal names are case sensitive when binding parameters
---------------------------------------------------------------------

Key: MYO-72
URL: https://forge.continuent.org/jira/browse/MYO-72
Project: Myosotis
Type: Bug

Components: PostgreSQL protocol
Reporter: Gilles Rayrat
Assigned to: Gilles Rayrat


Issue detected while using bristlecone benchmark scenario: using upper case statement name provokes an NPE because the statement name is not found (only the lower case version exists)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Gilles Rayrat (JIRA)
2008-11-20 15:42:08 UTC
Permalink
[ https://forge.continuent.org/jira/browse/MYO-72?page=comments#action_14996 ]

Gilles Rayrat commented on MYO-72:
----------------------------------

NPE is:
jvm 1 | Exception in thread "pool-2-thread-5" java.lang.NullPointerException
jvm 1 | at org.continuent.myosotis.protocol.postgresql.PostgreSQLProtocolHandler.handleExecuteCommand(PostgreSQLProtocolHandler.java:506)
jvm 1 | at org.continuent.myosotis.protocol.postgresql.PostgreSQLProtocolHandler.handleCommand(PostgreSQLProtocolHandler.java:370)
jvm 1 | at org.continuent.myosotis.protocol.postgresql.PostgreSQLProtocolHandler.handleClientRequest(PostgreSQLProtocolHandler.java:172)
jvm 1 | at org.continuent.myosotis.protocol.postgresql.PostgreSQLConnectionHandler.run(PostgreSQLConnectionHandler.java:77)
jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
jvm 1 | at java.lang.Thread.run(Thread.java:595)
Post by Gilles Rayrat (JIRA)
Statement and portal names are case sensitive when binding parameters
---------------------------------------------------------------------
Key: MYO-72
URL: https://forge.continuent.org/jira/browse/MYO-72
Project: Myosotis
Type: Bug
Components: PostgreSQL protocol
Reporter: Gilles Rayrat
Assignee: Gilles Rayrat
Issue detected while using bristlecone benchmark scenario: using upper case statement name provokes an NPE because the statement name is not found (only the lower case version exists)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Gilles Rayrat (JIRA)
2009-02-27 16:19:57 UTC
Permalink
[ https://forge.continuent.org/jira/browse/MYO-72?page=all ]

Gilles Rayrat closed MYO-72:
----------------------------

Resolution: Fixed

Commited in 0.6.4-direct-reads and backported in head
Post by Gilles Rayrat (JIRA)
Statement and portal names are case sensitive when binding parameters
---------------------------------------------------------------------
Key: MYO-72
URL: https://forge.continuent.org/jira/browse/MYO-72
Project: Myosotis
Type: Bug
Components: PostgreSQL protocol
Reporter: Gilles Rayrat
Assignee: Gilles Rayrat
Issue detected while using bristlecone benchmark scenario: using upper case statement name provokes an NPE because the statement name is not found (only the lower case version exists)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Loading...