enso/test/Visualization_Tests
James Dunkerley 6f54e80970
Adjust Database connection to use query/read to access data. (#3727)
Adjust Database connection API to align with new [design](https://github.com/enso-org/design/blob/wip/jd/database-read/epics/basic-libraries/database-read/design.md#querying-tables).
- `query` replaces the old `access_table` and is expanded to support raw SQL queries.
- `read` replaces `execute_query` and matches the API of `query`.
- `to_dataframe` is renamed to `read`.

# Important Notes
Added support for `++` to concatenate a Text without wrapping in a `SQL.Code`.
2022-09-23 07:35:08 +00:00
..
src Adjust Database connection to use query/read to access data. (#3727) 2022-09-23 07:35:08 +00:00
package.yaml Import syntax including namespace (#1806) 2021-06-24 12:42:24 +02:00