@@ -1952,6 +1952,8 @@ data/sql/backend/mssql.py:
19521952 WHERE TABLE_TYPE in ('VIEW' ,'BASE TABLE')
19531953 ORDER BY [TABLE_NAME]
19541954 ": false
1955+ def `n_tables_query`:
1956+ SELECT COUNT(*) FROM information_schema.tables: false
19551957 def `quote_identifier`:
19561958 [{}]: false
19571959 def `create_sql_query`:
@@ -2024,6 +2026,9 @@ data/sql/backend/postgres.py:
20242026 {}
20252027 AND NOT c.relname LIKE '\\_\\_%'
20262028 ORDER BY 1,2;": false
2029+ def `n_tables_query`:
2030+ SELECT COUNT(*) FROM information_schema.tables: false
2031+ " WHERE table_schema = '{schema}'": false
20272032 def `create_variable`:
20282033 extract(epoch from {}): false
20292034 ({})::double precision: false
@@ -8214,38 +8219,33 @@ widgets/data/owsql.py:
82148219 Attribute-valued dataset read from the input file.: Podatki prebrani iz baze
82158220 class `Information`:
82168221 Data description was generated from a sample.: Podatki vsebujejo samo vzorec.
8217- class `Warning`:
8218- 'Database is missing extensions: {}': Podatkovna baza nima razširitev: {}
82198222 class `Error`:
82208223 Please install a backend to use this widget.: Namestite knjižnico za podatkovno bazo.
82218224 def `_add_tables_controls`:
8222- Tables: Tabele
8225+ Data Selection: Podatki
8226+ data_source: false
8227+ Table:: Tabela
8228+ Custom SQL:: Prikrojen SQL
82238229 table: tabela
8230+ TABLE_NAME: IME_TABELE
82248231 materialize: false
82258232 'Materialize to table ': 'Materializiraj v tabelo '
82268233 Save results of the query in a table: Shrani podatke poizvedbe v tabelo
82278234 materialize_table_name: false
82288235 Execute: Izvedi
82298236 guess_values: false
82308237 Auto-discover categorical variables: Samodejno zaznaj kategorične spremenljivke
8231- download: false
8232- Download data to local memory: Shrani podatke v pomnilnik
82338238 def `highlight_error`:
82348239 'QLineEdit {border: 2px solid red;}': false
82358240 server: false
82368241 host: false
82378242 role: false
82388243 database: false
8239- def `on_connection_success`:
8240- missing_extension: false
8241- ', ': true
82428244 def `on_connection_error`:
82438245 \n: false
82448246 def `refresh_tables`:
82458247 Select a table: Izberi tabelo
8246- Custom SQL: Prikrojen SQL
82478248 def `select_table`:
8248- Custom SQL: Prikrojen SQL
82498249 Table: Tabela
82508250 (None): (Brez)
82518251 def `get_table`:
0 commit comments