-
I tried to compile with LTO: `-flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing`
The -Werror=* flags are important to detect cases where the compiler can try to optimize based o…
-
Is `.system` a typo for `.config.system.build.toplevel` here? Or am I missing something that would alias to the shorter version?
_Originally posted by @Hajitorus in https://github.com/divnix/hive/pul…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
In an Elixir file, when typing the name of module and then triggering autocomplete with cmd+space …
-
Hello. Since the release of R 4.4, I have run `rig add release` and `rig add devel` to install R 4.4 and 4.5 respectively. That works fine, but I'm stuck with the alias `oldrel` attached to R 4.2. Ho…
-
```py
from sqlframe.standalone import functions as SF
employee = get_df("employee")
store = get_df("store")
district = get_df("district")
result = (
employee
.alias('employee'…
-
**What is your feature request?**
Suppose I have a custom type like which is used as the range of some class attribute:
```yaml
classes:
Person:
attributes:
name:
range: N…
-
-
When using ROW_NUMBER and an alias such as :
```sql
SELECT ROW_NUMBER() OVER (ORDER BY `start`)
```
Phpmyadmin is showing an error but the query works.
It says "An alias was previously foun…
-
### Is your feature request related to a problem? Please describe.
We currently support identity aliases to provide human-readable names for identities that might otherwise have meaningless IDs. Thes…
-
### What type of enhancement is this?
User experience
### What does the enhancement do?
Since we only one time index column in each table, it is possible to use an alias for this column witho…