Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/sql-formatter

A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
https://github.com/doctrine/sql-formatter

Bump doctrine/.github from 6.0.0 to 7.1.0

dependabot[bot] opened this pull request 6 days ago
Drop Psalm

greg0ire opened this pull request 20 days ago
Bump doctrine/.github from 5.3.0 to 6.0.0

dependabot[bot] opened this pull request 20 days ago
Bump doctrine/.github from 5.2.0 to 5.3.0

dependabot[bot] opened this pull request 27 days ago
Bump doctrine/.github from 5.1.0 to 5.2.0

dependabot[bot] opened this pull request 2 months ago
Suspected endless loop in 1.5.0 version

Housik opened this issue 2 months ago
Fix format words after "." as identifiers only

mvorisek opened this pull request 3 months ago
Negative indentLevel and error with str_repeat

spetters opened this issue 3 months ago
Bump doctrine/.github from 5.0.1 to 5.1.0 (#138)

greg0ire opened this pull request 3 months ago
Bump doctrine/.github from 5.0.1 to 5.1.0

dependabot[bot] opened this pull request 3 months ago
Bump doctrine/.github from 5.0.1 to 5.1.0

dependabot[bot] opened this pull request 3 months ago
Add support for PHP 8.2

mr-ptya opened this pull request 3 months ago
Merge 1.4.x up into 1.5.x

greg0ire opened this pull request 5 months ago
Merge release 1.4.1 into 1.5.x

github-actions[bot] opened this pull request 5 months ago
Added straight_join to $reservedNewline

MaximilianKresse opened this pull request 5 months ago
Build regexes only once

mvorisek opened this pull request 6 months ago
Build optimized regex from string list

mvorisek opened this pull request 6 months ago
Improve tokenizer regex matching

mvorisek opened this pull request 6 months ago
Refactor tokenizer with $firstChar/$secondChar

mvorisek opened this pull request 6 months ago
Minor project style improvements

mvorisek opened this pull request 7 months ago
Minor tests improvement

mvorisek opened this pull request 7 months ago
Remove tests/performance.php file

mvorisek opened this pull request 7 months ago
Merge 1.4.x up into 1.5.x

greg0ire opened this pull request 7 months ago
Improve token type phpdoc

mvorisek opened this pull request 7 months ago
Add extra new line between separate queries

mvorisek opened this pull request 7 months ago
Tokenize purely using regexes

mvorisek opened this pull request 7 months ago
Drop unreachable error token type

mvorisek opened this pull request 7 months ago
Merge 1.4.x up into 1.5.x

greg0ire opened this pull request 7 months ago
Fix unclosed block comment tokenize

mvorisek opened this pull request 7 months ago
Do not reallocate whole input string when matching next token

mvorisek opened this pull request 7 months ago
Formatter must never fail and never add any warning

mvorisek opened this issue 7 months ago
Make sure all internal lists do not rely on keywords order

mvorisek opened this pull request 7 months ago
Add support for Oracle LOOP statement

mvorisek opened this pull request 7 months ago
Dedup indent level decrease code

mvorisek opened this pull request 7 months ago
Merge branch 1.4.x into 1.5.x

mvorisek opened this pull request 7 months ago
Merge 1.4.x up into 1.5.x

greg0ire opened this pull request 7 months ago
Use constants for the indentation block type

goetas opened this pull request 7 months ago
Fix unopened END indent opened by BEGIN

mvorisek opened this pull request 7 months ago
Fix semicolon must decrease special indentation level

mvorisek opened this pull request 7 months ago
Format FETCH/OFFSET as top level keywords

mvorisek opened this pull request 7 months ago
Make sure all lines are terminated by LF

mvorisek opened this pull request 7 months ago
Make sure keywords are single upper words

mvorisek opened this pull request 7 months ago
Add all "type reserved" MySQL keywords

mvorisek opened this pull request 7 months ago
Stop being strict about coverage metadata

greg0ire opened this pull request 7 months ago
Revert uppercasing keywords in tokenizer

mvorisek opened this pull request 7 months ago
Fix -x test file permissions

mvorisek opened this pull request 7 months ago
Parse "NOW()" like any other function

mvorisek opened this pull request 7 months ago
Implement CASE WHEN format

mvorisek opened this pull request 7 months ago
Modernize codebase for PHP 8

derrabus opened this pull request 8 months ago
Bump actions/checkout from 2 to 4

dependabot[bot] opened this pull request 8 months ago
Bump doctrine/.github from 1.4.1 to 5.0.1

dependabot[bot] opened this pull request 8 months ago
Drop support for PHP 7.1

greg0ire opened this pull request 8 months ago
Setup Dependabot for Github actions

greg0ire opened this pull request 8 months ago
Bug: Column names equal to keywords are uppercased

RafaelKr opened this issue 9 months ago
SET datatype not handled correctly

seb303 opened this issue about 1 year ago
Force uppercase SQL keywords

rinu opened this pull request over 1 year ago
Prettier JOINs and other formatting improvements

rinu opened this pull request over 1 year ago
Cannot render SQL queries containing binary strings

ostrolucky opened this issue over 1 year ago
Merge 1.1.x up into 1.2.x

greg0ire opened this pull request over 2 years ago
Add support for PHP 8.1

SenseException opened this pull request over 2 years ago
Add support for PostgreSQL cast operator

forrest79 opened this pull request over 2 years ago
Merge release 1.1.3 into 1.2.x

github-actions[bot] opened this pull request over 2 years ago
Fix release workflow

derrabus opened this pull request over 2 years ago
Adding many options as an or'ed list of flags

GingkoFr opened this issue over 2 years ago
Set allow-plugins for Composer 2.2

villfa opened this pull request about 3 years ago
Update `https` instead of `http` in composer.json

S-Tian86 opened this pull request about 3 years ago
New option to make "AS" aliases aligned vertically

javaDeveloperKid opened this issue about 3 years ago
Setup release on milestone closed

greg0ire opened this pull request about 3 years ago
Merge 1.1.x into 1.2.x

derrabus opened this pull request about 3 years ago
Bump Doctrine coding standard to 9.0

derrabus opened this pull request about 3 years ago
Please new release - 1.1.2

sasezaki opened this issue about 3 years ago
Update psalm to ^4.11

sasezaki opened this pull request about 3 years ago
Update phpstan to ^1.0

sasezaki opened this pull request about 3 years ago
Update README - stop rely on github pages image.

sasezaki opened this pull request over 3 years ago
Allow require autoloader at bin installed under vendor

sasezaki opened this pull request over 3 years ago
Option to force uppercase SQL keywords

othyn opened this pull request over 3 years ago
Add support for common table expressions and window functions

ndm2 opened this pull request over 3 years ago
Merge up 1.1.x into 1.2.x

greg0ire opened this pull request over 3 years ago
Maintenance work

greg0ire opened this pull request over 3 years ago
Add missing comparisons.

ndm2 opened this pull request almost 4 years ago
Fix build

greg0ire opened this pull request about 4 years ago
Fix the query delimiter for the performance script

stof opened this pull request about 4 years ago
[Question] PostgreSQL Cast Operator

rodnaph opened this issue over 4 years ago
SQLite format doesn't always split on comma

reedy opened this issue over 4 years ago
Drop useless executable bit

DavidPrevot opened this pull request over 4 years ago
Merge release 1.1.1 into master

doctrinebot opened this pull request over 4 years ago
Adapt bin/sql-formatter to SqlFormatter API

SenseException opened this pull request over 4 years ago
Fixed formatting of MODIFY and CHANGE

MaximilianKresse opened this pull request over 4 years ago
Improve formatting of MODIFY, CHANGE and AFTER

MaximilianKresse opened this issue over 4 years ago
Merge release 1.1.0 into master

doctrinebot opened this pull request over 4 years ago
Allow Php 8

greg0ire opened this pull request over 4 years ago
Missing tags?

reedy opened this issue over 4 years ago
Merge release 1.0.1 into 1.1.x

doctrinebot opened this pull request over 4 years ago
Add support for php 7.1

greg0ire opened this pull request over 4 years ago
Add support for php 7.1

greg0ire opened this pull request over 4 years ago
Extra newlines between CREATE statements

reedy opened this issue over 4 years ago
Couple more files to .gitattributes

reedy opened this pull request over 4 years ago
Normalize ci

greg0ire opened this pull request over 4 years ago
Remove trailing whitespace

greg0ire opened this pull request over 4 years ago
Psalm improvements

greg0ire opened this pull request over 4 years ago