summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorondrej.zara <none@none>2010-11-22 09:13:16 +0000
committerondrej.zara <none@none>2010-11-22 09:13:16 +0000
commit1fdd1a3d3f97a9d98cbccc07f406aca5cca4c5af (patch)
treee5e1bffef07ad6af9a87e797330a5c7a5ffa3e12 /js
parent3e12757d60166202318da37f8c95dfe9cf67497c (diff)
downloadwwwsqldesigner-1fdd1a3d3f97a9d98cbccc07f406aca5cca4c5af.zip
wwwsqldesigner-1fdd1a3d3f97a9d98cbccc07f406aca5cca4c5af.tar.gz
wwwsqldesigner-1fdd1a3d3f97a9d98cbccc07f406aca5cca4c5af.tar.bz2
CUBRID support, thanks to Catalin Ciobanu
--HG-- extra : convert_revision : svn%3Ab267cdba-c1da-11dd-874b-8bacd04a0a74/trunk%40115
Diffstat (limited to 'js')
-rw-r--r--js/config.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/config.js b/js/config.js
index f4bc6b7..8c0e458 100644
--- a/js/config.js
+++ b/js/config.js
@@ -1,11 +1,11 @@
var CONFIG = {
- AVAILABLE_DBS: ["mysql", "sqlite", "web2py", "mssql", "postgresql", "oracle", "sqlalchemy", "vfp9"],
+ AVAILABLE_DBS: ["mysql", "sqlite", "web2py", "mssql", "postgresql", "oracle", "sqlalchemy", "vfp9", "cubrid"],
DEFAULT_DB: "mysql",
- AVAILABLE_LOCALES: ["cs", "de", "el", "en", "eo", "es", "fr", "hu", "it", "ja", "pl", "pt_BR", "ru", "zh"],
+ AVAILABLE_LOCALES: ["cs", "de", "el", "en", "eo", "es", "fr", "hu", "it", "ja", "pl", "pt_BR", "ro", "ru", "zh"],
DEFAULT_LOCALE: "en",
- AVAILABLE_BACKENDS: ["php-mysql", "php-blank", "php-file", "php-sqlite", "php-mysql+file", "php-postgresql", "php-pdo", "perl-file"],
+ AVAILABLE_BACKENDS: ["php-mysql", "php-blank", "php-file", "php-sqlite", "php-mysql+file", "php-postgresql", "php-pdo", "perl-file", "php-cubrid"],
DEFAULT_BACKEND: ["php-mysql"],
RELATION_THICKNESS: 2,