Closed mlyublena closed 1 year ago
Includes the following changes:
- Improve PEP 249 compliance
- support for prepared statements
Can you split this into 2 commits. Also please make sure the commit message adheres to the format.
Includes the following changes:
- Improve PEP 249 compliance
- support for prepared statements
Can you split this into 2 commits. Also please make sure the commit message adheres to the format.
Done. @ajaygeorge Can you take a look?
Please make sure the cherry-picked commit has the original author as a co-author on this commit as well. See example : https://github.com/prestodb/presto/pull/19098/commits Also see Attribution guidelines.
Please fix the small typo in commit message as well.
intrgration
Please make sure the cherry-picked commit has the original author as a co-author on this commit as well. See example : https://github.com/prestodb/presto/pull/19098/commits Also see Attribution guidelines.
Done. Please take a look
@mlyublena if you take a look at this sample PR https://github.com/prestodb/presto/pull/19098/commits you can see both the authors are listed as the authors to the commit.
feilong-liu and kasiafi committed on Mar 1
Can you please fix that so that the original author is added as a committer.
@mlyublena if you take a look at this sample PR https://github.com/prestodb/presto/pull/19098/commits you can see both the authors are listed as the authors to the commit.
feilong-liu and kasiafi committed on Mar 1
Can you please fix that so that the original author is added as a committer.
done
Change Presto client to support integration with SQLAlchemy
This is a cherry-pick of the following two commits:
[Make ClientSession thread-safe] cherry-pick of https://github.com/trinodb/trino-python-client/commit/79a4814a0f8054cf6596fc6cf25337464c6ea514 Co-authored by Michiel De Smet (mdesmet)
[Support parameterized statements in Presto Python Client] Cherry-pick of https://github.com/trinodb/trino-python-client/commit/a7438556213bcf954f8a7a5063c7823bbb177edb
Co-authored by: Harrington Joseph (harph) Testplan: pytest
Above warning is independent of changes and exists on master too.