|
If we follow Dan's suggestion of using TableName for correlation names,
then the allTableName here should not be a string... If a correlation
name is "S1.T1", then the tableName part of TableName is S1.T1 and
schema name is NULL. If a correlation name s1.t1, then tableName would
be S1 and schemaName is T1. We would then compare this allTableName,
which is a TableName instance, with fromTable's TableName, using it's
equals() method. Satheesh Shreyas Kaushik (JIRA) wrote: [ http://nagoya.apache.org/jira/browse/DERBY-13?page=comments#action_57085 ] Shreyas Kaushik commented on DERBY-13: --------------------------------------In response to Sateesh's comment: Here in this method the allTableName is just a String and we cannot know the schema name for that table. Only for the table in the from list can the schema be known. So it is still a compile / bind time issue. |
- [jira] Commented: (DERBY-13) Quoted names wit... Satheesh Bandaram
- [jira] Commented: (DERBY-13) Quoted name... Amit Handa (JIRA)
- [jira] Commented: (DERBY-13) Quoted name... Shreyas Kaushik (JIRA)
- Re: [jira] Commented: (DERBY-13) Quo... Daniel John Debrunner
- test failures when built & r... myrnap
- Re: test failures when built... Shreyas Kaushik
- Re: test failures when ... Daniel John Debrunner
- [jira] Commented: (DERBY-13) Quoted name... Daniel John Debrunner (JIRA)
