mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 15:32:26 +03:00
bc9cde6543
- Fixes #7412 - Also adds tests and fixes some more edge cases: - Ensures correct handling of existing Database tables whose column names may be invalid from Enso perspective, or clashing from Enso perspective (e.g. for most DBs `ś` and `s\u0301` are different names, but for Enso they are basically the same so this would cause issues - thus Enso now renames such columns when accessed (still using the correct column reference in the generated SQL under the hood). |
||
---|---|---|
.. | ||
src | ||
THIRD-PARTY | ||
package.yaml |