File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.6
4+ - Fix Readme images
5+
36## 0.0.5
47- View stored procedures, UDFs and table functions in the explorer
58- Fix describeTable command
1821- Adds GCloud CLI and OAuth Access Token as options for authentication
1922- Cleans up Connection UI
2023
21-
2224## 0.0.1
2325- Initial release
Original file line number Diff line number Diff line change 1010
1111A VSCode extension that extends [ SQLTools] ( https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools ) , with a driver for Google BigQuery.
1212
13- This driver is maintained by [ Evidence] ( https://evidence.dev ) : an open source BI tool to publish reports with SQL and Markdown.
13+ This driver is maintained by [ Evidence] ( https://evidence.dev ) : an open- source BI tool to generate reports with SQL and Markdown.
1414
15- ![ Connect DB] ( https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/connect-db.gif )
15+ ![ Connect DB] ( https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/connect-db.gif?raw=true )
1616
1717## Features
1818
1919- Run queries on BiqQuery
2020- Explore datasets, tables and columns in the sidebar
2121- View table results by selecting them in the sidebar
2222- View stored procedures and functions in the sidebar
23- - Completion for common keywords (e.g. SELECT, FROM, WHERE)
23+ - Completion of common keywords (e.g. SELECT, FROM, WHERE)
2424
2525
2626### Running a query
2727
28- ![ Run Query] ( https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/run-query.gif )
28+ ![ Run Query] ( https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/run-query.gif?raw=true )
2929
3030### Exploring datasets, tables and columns
3131
32- ![ Explore DB] ( https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/db-explorer.gif )
32+ ![ Explore DB] ( https://github.com/evidence-dev/sqltools-bigquery-driver/blob/master/docs/images/db-explorer.gif?raw=true )
3333
3434### Not Implemented
3535
Original file line number Diff line number Diff line change 22 "name" : " sqltools-bigquery-driver" ,
33 "displayName" : " BigQuery Driver for SQLTools" ,
44 "description" : " Run Queries and Explore your BigQuery Database in VSCode" ,
5- "version" : " 0.0.5 " ,
5+ "version" : " 0.0.6 " ,
66 "engines" : {
77 "vscode" : " ^1.42.0"
88 },
You can’t perform that action at this time.
0 commit comments