enso/test
Radosław Waśko 7d424bf8a2
Implement Table.delete_rows. (#7709)
- Closes #7238
- Aligns `update_database_table` to a more consistent and clearer API - `update_rows`.
- Adds a `truncate_table` helper function, to pair up with `drop_table`. Both are `PRIVATE` for now.
- Adds tests for NULLs in keys in `update_rows` and `delete_rows`.
- The behaviour is sometimes unexpected, so instead these fail with `Null_Values_In_Key_Columns`.
- Adds a workaround for https://github.com/oracle/graal/issues/7359
- Adds a workaround for a related bug where a stack frame has no name (its `rootNode.getName() == null`).
- I could not track down this bug to provide a neat repro.
2023-09-07 11:07:53 +00:00
..
Benchmarks Add value_type to Column.from_vector and expected_value_type to Column.map and Column.zip (#7637) 2023-08-31 13:20:49 +00:00
Examples_Tests Change layout of local library search path in order to be able to move Round_Spec.enso back to Tests (#7634) 2023-09-01 20:20:04 +00:00
Exploratory_Benchmarks Add value_type to Column.from_vector and expected_value_type to Column.map and Column.zip (#7637) 2023-08-31 13:20:49 +00:00
Geo_Tests All Enso objects are hasheable (#3878) 2023-01-19 10:33:25 +01:00
Google_Api_Test Parse the standard library (#3830) 2022-10-31 16:19:12 +00:00
Image_Tests Improve Non_Unique_Primary_Key error, split file format detection into read/write, improve SQLite format detection (#6604) 2023-05-09 17:15:44 +00:00
Meta_Test_Suite_Tests Remove old (Java) Regex library and replace with new (Truffle) library. (#6195) 2023-04-04 19:58:26 +00:00
micro-distribution Encapsulating array-like data and operations into a single package (#7544) 2023-08-15 13:00:47 +02:00
Table_Tests Implement Table.delete_rows. (#7709) 2023-09-07 11:07:53 +00:00
Tests Change layout of local library search path in order to be able to move Round_Spec.enso back to Tests (#7634) 2023-09-01 20:20:04 +00:00
Visualization_Tests Drop-down widgets for extension functions via UnresolvedSymbol (#7115) 2023-06-27 15:19:42 +00:00