enso/test/Table_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
..
data DataFormatter should infer datetime from values without seconds (#3668) 2022-08-26 21:10:52 +00:00
scripts/postgresssl Docker file for testing Postgres SSL and updated Postgres Spec (#3607) 2022-07-26 13:28:43 +00:00
src Adjust Database connection to use query/read to access data. (#3727) 2022-09-23 07:35:08 +00:00
package.yaml Simple CSV parser (#1268) 2020-11-05 16:53:50 +01:00