diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3c13af7..12d920a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.0](https://github.com/SkeLLLa/pinot-noir/compare/v1.0.7...v1.1.0) (2024-07-16) + +### 🚀 Features + +* return compiled sql query ([bb35aef](https://github.com/SkeLLLa/pinot-noir/commit/bb35aef37b7fbfa6f635d4c1436584bf88226c0c)) + ## [1.0.7](https://github.com/SkeLLLa/pinot-noir/compare/v1.0.6...v1.0.7) (2024-07-16) ### 🛠 Fixes diff --git a/docs/api/pinot-noir.iqueryresult.md b/docs/api/pinot-noir.iqueryresult.md index a54fc91..a16387e 100644 --- a/docs/api/pinot-noir.iqueryresult.md +++ b/docs/api/pinot-noir.iqueryresult.md @@ -44,6 +44,19 @@ TRows +[sql](./pinot-noir.iqueryresult.sql.md) + + + + + +string + + + + + + [stats](./pinot-noir.iqueryresult.stats.md) diff --git a/docs/api/pinot-noir.iqueryresult.sql.md b/docs/api/pinot-noir.iqueryresult.sql.md new file mode 100644 index 0000000..4c61f96 --- /dev/null +++ b/docs/api/pinot-noir.iqueryresult.sql.md @@ -0,0 +1,11 @@ + + +[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [IQueryResult](./pinot-noir.iqueryresult.md) > [sql](./pinot-noir.iqueryresult.sql.md) + +## IQueryResult.sql property + +**Signature:** + +```typescript +sql: string; +``` diff --git a/package.json b/package.json index f6aa125..11f33b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/package.json", "name": "pinot-noir", - "version": "1.0.7", + "version": "1.1.0", "description": "Unofficial client for Apache Pinot.", "keywords": [ "pinot",