Popular repositories
366 contributions in the last year
Less
More
Contribution activity
May 2021
Created 21 commits in 1 repository
Created a pull request in sqlfluff/sqlfluff that received 28 comments
Issue 642: Add --parallel option
Resolves #642
Initial performance numbers:
sqlfluff lint --parallel 1 sql/ 91.35s user 0.82s system 99% cpu 1:32.32 total
sqlfluff lint --parallel …
+238
−35
•
28
comments
Opened 5 other pull requests in 1 repository
sqlfluff/sqlfluff
4
merged
1
closed
- Issue 1056: Correctly handle Ctrl-C when running parallel linting
- Issue 1051: Add support for binary operators
- Clean up some uses of "# type: ignore"
- Issue 1022: When L036 moves single select target to another line, remove whitespace
- Refactor KeywordSegment and SymbolSegment to eliminate dynamic class creation
Reviewed 20 pull requests in 1 repository
sqlfluff/sqlfluff 20 pull requests
- Bracket Matching Refactor
- Read config from pyproject.toml
- pg/support_for_zero_argument_functions
- 0.6.0a1 Release
- Clean up some uses of "# type: ignore"
- Issue 642: Add --parallel option
- Type Fixes #1049 #1024
- Off by one error fix in working locations
- Remove Indent.when (#1019)
- EphemeralSegment rework (#1019)
- Phase 3a of the big refactor
- Phase 2 of big refactor (#1019)
- Add postgres dollar quoted literal
- Add filter grammar
- Add contributors section to changelog for shout-outs
- Fix slack link
- Phase 1 of big refactor (#1019)
- New team rollout ideas
- Refactor KeywordSegment and SymbolSegment to eliminate dynamic class creation
- Move rules library out of sqlfluff.core
Created an issue in sqlfluff/sqlfluff that received 5 comments
Starting in 0.5.4, parser is apparently not setting the "type" field on identifier segments correctly
-- If this is a parsing or linting issue, please include a minimal SQL example which reproduces the issue, along with the sqlfluff parse output, sq…
5
comments

