8000 Tags · robomillo/mara-db · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: robomillo/mara-db

Tags

4.7.0

Toggle 4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bigquery integration (mara#30)

* Add BigQueryDB(DB) class, bigquery_cursor_context, query_command and copy_from_stdin_command for BQ (wip)

* Minor

* Add copy_command from PG to BQ

* improve bq load to use a GCS bucked during file upload

* fix PostgreSQL + add other DBs to BigQueryDB

* update readme

* Adjust default behaviour of copy_from_stdin_command. Update README

* Improve bigquery_cursor_context. Adjust README

* fix variable name

* Change version

Co-authored-by: Leonhard Schick <leonhard.schick@horze.com>
Co-authored-by: Martin Loetzsch <martin.loetzsch@gmail.com>

4.6.1

Toggle 4.6.1's commit message
bug fix

4.6.0

Toggle 4.6.0's commit message
Release 4.6.0

- Escape double quotes in copy_from_sdtin_command for PostgreSQL (mara#33)
- Add overview page to visualization

**required changes**

If you use quotes in tables names in `Copy` commands, check whether they still work.

4.5.1

Toggle 4.5.1's commit message
Release 4.5.1

4.5.0

Toggle 4.5.0's commit message
Release 4.5.0

- Don't escape dollar sign in queries for SqlServer
- Support echo sql queries for SqlServer

**required changes**

If use SQL Server and have queries that contain the `$` sign, then please escape that one manually.

4.4.3

Toggle 4.4.3's commit message
Release 4.4.3

- Show warning when graphviz is not installed
- Set fetch-count 10000 for the `copy_to_stdout_command` for PostgreSQLDB to handle out of memory error.
- Add schema visualization support for SQL Server
- Set mssql severity level to 10 (mara#25)

4.4.2

Toggle 4.4.2's commit message

Unverified

No user is associated with the committer email.
Squashed commit of the following:

commit 73af96b
Author: Jieying Yan <jieying.yan@project-a.com>
Date:   Wed Mar 4 14:56:04 2020 +0100

    Set fetch-count 10000

commit 2c57683
Author: Jieying Yan <jieying.yan@project-a.com>
Date:   Wed Mar 4 14:52:03 2020 +0100

    Set fetch-count 10000

commit eca6c22
Author: Jieying Yan <jieying.yan@project-a.com>
Date:   Wed Mar 4 12:30:09 2020 +0100

    Edit changelog for latest update

commit e02a653
Author: Jieying Yan <jieying.yan@project-a.com>
Date:   Wed Mar 4 12:12:11 2020 +0100

    set default fetch count for psql query_command

4.4.1

Toggle 4.4.1's commit message
Release 4.4.1

- Show warning when graphviz is not installed

4.4.0

Toggle 4.4.0's commit message
Release 4.4.0

- Implement `copy-from-sdtin` command for Redshift (via tmp file on configuratble s3 bucket)
- Refactor database schema visualization so that multiple databases can be implemented
- Implement database schema visualization for MySQL
- Add function mysql.mysql_cursor_context for connecting to MySQL databases via https://github.com/PyMySQL/mysqlclient-python
- Allow to pass a dbs.PostgreSQLDB instance to postgresql.postgres_cursor_context

4.3.1

Toggle 4.3.1's commit message
bump version to re-trigger travis build

0