6z7 commented on issue #29569: URL: https://github.com/apache/shardingsphere/issues/29569#issuecomment-1885110664
+1 ,this scenario is very common. > well, i got it. in my project, every sql has point db, like 'select * from db1.table1' in this case, it`s not work until i config 'databaseName:db1' let`s coding not used default databaseName - 'logic_db' and then, other sql 'select * from db2.table2' will execute wrong because that dbMap not containskey 'db2'. so it well success after i delete all point database(and config db1/db2 datasource both, eventhough all database in the same entity database(same ip and port)). but in this way, the code will confusion because i can`t recognize the table from which db directtly . finally, Is there a plan to support the SQL that point db like 'select * from db3.table3'? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
