enso/test
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
..
Benchmarks Tidy up type signatures and error types (#3693) 2022-09-09 11:11:46 +00:00
Examples_Tests Get rid of free-floating atoms. Everything has a type now! (#3671) 2022-08-30 22:54:53 +00:00
Geo_Tests Get rid of free-floating atoms. Everything has a type now! (#3671) 2022-08-30 22:54:53 +00:00
Google_Api_Test Tidying up what is in Standard.Base (#3603) 2022-07-27 13:28:00 +00:00
Image_Tests Tidy up the default imports for Standard.Table (#3660) 2022-08-22 19:21:54 +00:00
micro-distribution Fix expression updates for builtin types (#3721) 2022-09-19 13:56:51 +00:00
Table_Tests Adjust Database connection to use query/read to access data. (#3727) 2022-09-23 07:35:08 +00:00
Tests Add business days functions to Date and Date_Time (#3726) 2022-09-22 08:31:15 +00:00
Visualization_Tests Adjust Database connection to use query/read to access data. (#3727) 2022-09-23 07:35:08 +00:00