Jesse Johnson
Jesse Johnson
sqlparser-rs only supports named windows that are an identifier. This is fine for queries like: ```sql SELECT sum(salary) OVER w, avg(salary) OVER w FROM empsalary WINDOW w AS (PARTITION BY...
Fixes #42959 Fixes #41854 ### Motivation / Background This Pull Request has been created because when default attributes are mutable, they are shared between ActiveModel instances. See #41854 #42959 #42977...
- Possible solution to https://github.com/Shopify/spoom/issues/752 We coded this to see if it could be handled in spoom. Discussion was whether this should be in `rbi` instead. This might have some...
### Motivation - Part of #9065 - Update PM_FOR_NODE to remove dependencies on legacy parser and use prism parser instead ### Test plan See included automated tests.
The update to rbi 0.3.8 changed some output with a Ruby global scope operator added, so `T.class_of(Foo::Bar)` becomes `::T.class_of(Foo::Bar)`.