corentin.falcone
2e97615037
Revert "Add comment on field | DbManager"
...
This reverts commit 6b98d8de49f76ae10f31fdb644e9960225bb57f0.
2019-01-10 16:29:34 +01:00
corentin.falcone
6b98d8de49
Add comment on field | DbManager
2019-01-10 16:08:58 +01:00
Nyall Dawson
149726cfa5
[dbmanager] Fix exception when browsing project layers
2018-11-10 12:30:52 +10:00
Nyall Dawson
f3e9aaf79a
Fix some inefficient python dictionary iteration
2018-10-31 08:42:51 +10:00
Alessandro Pasotti
15f4138a47
[db-manager] Store exception text in the task and pass it over to the caller
...
Fix #2019 - DBManager fails to display error messages with virtual layers
2018-10-23 14:59:10 +02:00
Mathieu Pellerin
f32fe8b210
[dbmanager] add string description to query task for better notification ( #8259 )
2018-10-23 13:34:03 +07:00
Alessandro Pasotti
947a199960
[db-manager] Fix max recursion limit in rollback
2018-10-03 15:17:52 +02:00
Alessandro Pasotti
c90da0e46a
[db-manager] Fix affected rows -1
...
Number of affected rows was always reported ad -1
no matter what was in the SQL
2018-10-03 15:11:08 +02:00
Alessandro Pasotti
b8c21b0387
[db-manager] Query elapsed time include fetch time
...
The values reported were always lower than
the actual time for query and fetch.
I guess that those values are useful when you
are testing queries and fine-tuning them,
so the actual value should include fetching
time.
2018-10-03 14:45:01 +02:00
Alexander Bruy
267b049d31
[dbmanager] fix versioning dialog UI (overlapping line edits)
2018-08-25 08:34:24 +03:00
Nyall Dawson
db1dad5800
Followup f4d08eb9, update expected test result
2018-08-11 13:50:10 +10:00
Juergen E. Fischer
f4d08eb926
dbmanager/postgis: quote identifiers in urls (fixes qgis portion of #19583 )
2018-08-10 09:21:52 +02:00
Juergen E. Fischer
ef6ce4ec3f
db manager: also add newline when adding a unique id field ( fixes #19343 )
...
(cherry picked from commit 870d078479352d61edd902ab9d2ca48e98db9148)
2018-07-05 17:45:18 +02:00
nirvn
7e8ec00c9b
[dbmanager] vectorize icons to fix toolbar in hidpi context
2018-07-02 12:51:44 +07:00
Juergen E. Fischer
5f88ba4cfd
db manager: fix syntax error in oracle plugin
2018-07-01 21:41:27 +02:00
nirvn
b315fbce8d
[spatialite provider][dbmanager] hide a few more tables
2018-06-30 15:43:31 +07:00
nirvn
af322fbd63
[dbmanager] hide more spatialite tables by default
2018-06-30 15:43:31 +07:00
nirvn
570f3c86c3
[dbmanager] rename QGIS layers to Project layers for the virtual layer connection
2018-06-30 15:43:31 +07:00
nirvn
86547eb5fc
[dbmanager] add connection icon
...
this harmonizes display with that of the browser panel
2018-06-30 15:43:31 +07:00
nirvn
46246f622d
[needs-docs][dbmanager] harmonize icons
2018-06-29 11:56:37 +07:00
Matthias Kuhn
cbde32f0fc
Merge pull request #4643 from merkato/master
...
[FEATURE] Add role logging for PostGIS versioning.
2018-06-22 14:47:07 +02:00
Nyall Dawson
12efb8669e
[dbmanager] Fix error when connecting to postgis db
...
Fixes #19240
2018-06-22 13:37:58 +10:00
Luigi Pirelli
8968b63efd
from unicode to str
2018-05-31 13:06:00 +02:00
Luigi Pirelli
4f415c56e5
typo
2018-05-31 13:06:00 +02:00
Luigi Pirelli
878ab41ad3
Set permission to certs to allow correct removing on win
2018-05-31 13:06:00 +02:00
Nyall Dawson
d0c14ef0c7
[dbmanager] Fix bad import in vlayers plugin
2018-05-16 14:08:43 +10:00
Harrissou Sant-anna
394aaba060
Trying to make Providers labels translatable
...
in DB Manager tree
2018-05-01 16:07:41 +02:00
Nyall Dawson
dd2ff1587a
[dbmanager][oracle] Add some missing imports
2018-04-21 17:07:34 +10:00
Blottiere Paul
d589ba7d7c
Try to add cancel support for Oracle databases in dbmanager
2018-04-21 17:03:11 +10:00
Nyall Dawson
2eca7ffbe2
[oracle] Fix some errors using oracle connector in db manager
2018-04-19 11:59:27 +10:00
Blottiere Paul
d09a34c900
Merge pull request #6553 from pblottiere/bugfix_dbmanager_stop
...
[dbmanager] Fixes empty table
2018-03-09 00:10:39 +00:00
Salvatore Larosa
29f6884a23
Fixes #18375 - fix API break
2018-03-07 23:23:47 +01:00
Blottiere Paul
6bdee5b79e
[dbmanager] Fixes empty table
...
Fixes #18352
2018-03-07 03:24:44 +01:00
Blottiere Paul
777fdebb73
Clean task once model is completed
2018-03-02 09:43:26 +00:00
Blottiere Paul
ad91694b76
Remove unnecessary cancel subtask
2018-03-02 09:43:26 +00:00
Blottiere Paul
eef18cbe2e
Remove unused code
2018-03-02 09:43:26 +00:00
Blottiere Paul
887a226115
Use python super() calls
2018-03-02 09:43:26 +00:00
Blottiere Paul
fea66f9913
Update ui and add shortcut to cancel pending query
2018-03-02 09:43:26 +00:00
Blottiere Paul
cf53a4cb14
Add async model for gpkg
2018-03-02 09:43:26 +00:00
Blottiere Paul
ad630094c1
More cleaning
2018-03-02 09:43:26 +00:00
Blottiere Paul
a948f1b84d
Some clean
2018-03-02 09:43:26 +00:00
Blottiere Paul
957e92c847
Add async model for virtual layers
2018-03-02 09:43:26 +00:00
Blottiere Paul
bf7df6d2e3
Add a cancel button for Postgis and Spatialite
2018-03-02 09:43:26 +00:00
Nyall Dawson
838bde33ab
[dbmanager] Workaround Python error when vacuuming spatialite table
...
Workaround https://bugs.python.org/issue28518
Fixes #18079
2018-02-16 12:34:16 +11:00
Nyall Dawson
ea40f1e82a
More capitalization homogenization
2018-02-13 19:49:15 +11:00
Nyall Dawson
fa56aa5542
[dbmanager] Fix python error when scrolling postgis results
...
Fixes #17835
2018-02-13 19:49:15 +11:00
Nyall Dawson
6b4e734d95
[dbmanager] Fix inconsistent capitalization, HIG violations,
...
and unprofessional strings
2018-02-13 19:49:15 +11:00
Nyall Dawson
c08e4c53a9
Fix invalid (deprecated) escape strings in db manager
2018-02-13 19:49:15 +11:00
Denis Rouzaud
3dc3d9d1b2
unite QgsMessageLog::Level and QgsMessageBar::MessageLevel in Qgis::MessageLevel
...
make enum items lower case
remove unused QgsMessageLog::None and All
2018-02-06 08:56:40 -04:00
Salvatore Larosa
68b7bf6aa8
[dbmanager] porting of dae921c to 3: fixes #16476
2018-02-03 10:53:55 +01:00