Update common.js Hebrew language update (#4241)
* Update common.js Hebrew language update * linting --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
parent
fe26312082
commit
20468d7053
File diff suppressed because it is too large
Load Diff
@ -96,6 +96,7 @@ class MSSQLConnector {
|
|||||||
getTablesSql() {
|
getTablesSql() {
|
||||||
return `SELECT name FROM sysobjects WHERE xtype='U';`;
|
return `SELECT name FROM sysobjects WHERE xtype='U';`;
|
||||||
}
|
}
|
||||||
|
|
||||||
getTableSchemaSql(table_name) {
|
getTableSchemaSql(table_name) {
|
||||||
return `SELECT COLUMN_NAME,COLUMN_DEFAULT,IS_NULLABLE,DATA_TYPE FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='${table_name}'`;
|
return `SELECT COLUMN_NAME,COLUMN_DEFAULT,IS_NULLABLE,DATA_TYPE FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='${table_name}'`;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user