Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gkudos/qgis-cartodb
Browse files Browse the repository at this point in the history
  • Loading branch information
elesdoar committed Mar 14, 2016
2 parents 8d1a1d3 + fecb8b0 commit 07c9d76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<a name="0.2.4"></a>
### 0.2.4 (2016-03-14)

<a name="0.2.3"></a>
### 0.2.3 (2015-10-04)

Expand Down
9 changes: 0 additions & 9 deletions dialogs/NewSQL.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,3 @@ def getQuery(self):
def showEvent(self, event):
worker = CartoDBPluginWorker(self, 'findTables')
worker.start()

'''
WITH usertables AS (SELECT CDB_UserTables() table_name)
SELECT ut.table_name, c.column_name, c.data_type column_type, ut.privileges
FROM usertables ut
JOIN information_schema.columns c ON c.table_name = ut.table_name
WHERE c.data_type != 'USER-DEFINED'
ORDER BY ut.table_name, c.column_name
'''
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=CartoDB
description=CartoDB Plugin for QGis. It allows to view, create, edit or delete data from your CartoDB account using your favorite opensource desktop GIS: QGIS.
category=Web
version=0.2.3
version=0.2.4
qgisMinimumVersion=2.4
icon=images/icon.png
author=Kudos Ltda. and contributors
Expand Down

0 comments on commit 07c9d76

Please sign in to comment.