This needs to be case-sensitive
parent
9b32411bc5
commit
8611316797
|
@ -52,7 +52,7 @@ const DatabaseList = React.createClass({
|
||||||
const newMetaQuery =
|
const newMetaQuery =
|
||||||
prevQuery.rawText !== nextQuery.rawText &&
|
prevQuery.rawText !== nextQuery.rawText &&
|
||||||
nextQuery.rawText &&
|
nextQuery.rawText &&
|
||||||
nextQuery.rawText.match(/^(create|drop)/)
|
nextQuery.rawText.match(/^(create|drop)/i)
|
||||||
|
|
||||||
if (differentSource || newMetaQuery) {
|
if (differentSource || newMetaQuery) {
|
||||||
setTimeout(this.getDbRp, 100)
|
setTimeout(this.getDbRp, 100)
|
||||||
|
|
Loading…
Reference in New Issue