Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

ODBC: Use literals instead of parameters in Power BI data connector #652

Merged

Commits on Jul 19, 2020

  1. pbi connector

    Rupal Mahajan committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    427bd79 View commit details
    Browse the repository at this point in the history
  2. update names

    Rupal Mahajan committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    401a053 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. - add mez file

    - add docs
    Rupal Mahajan committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    11856cd View commit details
    Browse the repository at this point in the history
  2. nit

    Rupal Mahajan committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    e693269 View commit details
    Browse the repository at this point in the history
  3. nit

    Rupal Mahajan committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    4158974 View commit details
    Browse the repository at this point in the history
  4. image resize

    Rupal Mahajan committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    586793f View commit details
    Browse the repository at this point in the history
  5. resize image

    Rupal Mahajan committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    9cb48a4 View commit details
    Browse the repository at this point in the history
  6. remove extra lines

    Rupal Mahajan committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    c234b88 View commit details
    Browse the repository at this point in the history
  7. nit

    Rupal Mahajan committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    0d0c050 View commit details
    Browse the repository at this point in the history
  8. update mez file

    Rupal Mahajan committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    50d4ccf View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. rename connector

    Rupal Mahajan committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    023fb67 View commit details
    Browse the repository at this point in the history
  2. rename mez file

    Rupal Mahajan committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0b857c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. - add basic & aws auth

    - add unit test
    - add errors
    - enable direct query
    Rupal Mahajan committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    06ae486 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/rupal-bq/sql into featur…

    …e/odbc/pbi
    
    # Conflicts:
    #	sql-odbc/.gitignore
    #	sql-odbc/src/PowerBIConnector/OdfeSqlOdbcPBIConnector.mproj
    #	sql-odbc/src/PowerBIConnector/OdfeSqlOdbcPBIConnector.pq
    #	sql-odbc/src/PowerBIConnector/OdfeSqlOdbcPBIConnector.query.pq
    #	sql-odbc/src/PowerBIConnector/bin/Release/OdfeSqlOdbcPBIConnector.mez
    Rupal Mahajan committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    b2ff222 View commit details
    Browse the repository at this point in the history
  3. add connector

    Rupal Mahajan committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    3f6ff5d View commit details
    Browse the repository at this point in the history
  4. update doc

    Rupal Mahajan committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    ad73d91 View commit details
    Browse the repository at this point in the history
  5. add ssl for auth

    Rupal Mahajan committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    91d5cbe View commit details
    Browse the repository at this point in the history
  6. update docs for errors

    Rupal Mahajan committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    ddc725b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b946351 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    2bd944c View commit details
    Browse the repository at this point in the history
  2. adding EncryptedConnectionString

    Rupal Mahajan committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    ed0afb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    22dc963 View commit details
    Browse the repository at this point in the history
  2. add data type for columns

    Rupal Mahajan committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    82e9a72 View commit details
    Browse the repository at this point in the history
  3. add alternate column size

    Rupal Mahajan committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5022f1f View commit details
    Browse the repository at this point in the history
  4. reverting changes in catalog test

    Rupal Mahajan committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    f4c7068 View commit details
    Browse the repository at this point in the history
  5. nit

    Rupal Mahajan committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a76c382 View commit details
    Browse the repository at this point in the history
  6. revert changes for column size validation

    Rupal Mahajan committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    debe0c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6add9da View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. address PR comments

    Rupal Mahajan committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a80eee8 View commit details
    Browse the repository at this point in the history
  2. Update SQL_GROUP_BY value for fixing query folding issue

    Rupal Mahajan committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e6490e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1032c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. removing AstVisitor for resolving query folding issue with data type …

    …boolean
    Rupal Mahajan committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    9a36d47 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. fix parameter binding issue

    Rupal Mahajan committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8fa089b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/rupal-bq/sql into featur…

    …e/odbc/pbi
    
    # Resolved Conflicts:
    #	sql-odbc/src/PowerBIConnector/OdfeSqlOdbcPBIConnector.pq
    #	sql-odbc/src/PowerBIConnector/bin/Release/OdfeSqlOdbcPBIConnector.mez
    Rupal Mahajan committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    4a874c7 View commit details
    Browse the repository at this point in the history
  3. simplify changes

    Rupal Mahajan committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    d681bf8 View commit details
    Browse the repository at this point in the history
  4. update user doc for pbi

    Rupal Mahajan committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    10986bb View commit details
    Browse the repository at this point in the history