Skip to content

Commit a1df1e0

Browse files
docs: update link to sql
1 parent 5a37520 commit a1df1e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/content/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to Rayforce-Py will be documented in this file.
1010

1111
### New Features
1212

13-
- **SQL Query Support**: Query tables using familiar SQL syntax with the new `Table.sql()` method. Supports `SELECT`, `UPDATE`, `INSERT`, and `UPSERT` (via `ON CONFLICT`) statements. Requires optional `sqlglot` dependency. See [SQL documentation](./documentation/plugins/sql.md) for details.
13+
- **SQL Query Support**: Query tables using familiar SQL syntax with the new `Table.sql()` method. Supports `SELECT`, `UPDATE`, `INSERT`, and `UPSERT` (via `ON CONFLICT`) statements. Requires optional `sqlglot` dependency. See [SQL documentation](https://py.rayforcedb.com/content/documentation/plugins/sql.html) for details.
1414

1515
```python
1616
# SELECT with WHERE, GROUP BY, ORDER BY

0 commit comments

Comments
 (0)