forked from phpmyadmin/sql-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
From Original #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Removed apigen/apigen - Added sami/sami - Generated a configuration and added it in /tools/ as config-sami.php - Modified .travis.yml Closes: #194 Signed-off-by: William Desportes <[email protected]>
- Added phpdoc for $options as requested by Sami Signed-off-by: William Desportes <[email protected]>
Currently translated at 2.2% (1 of 44 strings) [CI skip]
Replace apigen with Sami in CI
Currently translated at 15.9% (7 of 44 strings) [CI skip]
Currently translated at 93.1% (41 of 44 strings) [CI skip]
Signed-off-by: Aswani Prakash <[email protected]>
Currently translated at 93.1% (41 of 44 strings) [CI skip]
Currently translated at 100.0% (44 of 44 strings) [CI skip]
Currently translated at 100.0% (44 of 44 strings) [CI skip]
Currently translated at 100.0% (44 of 44 strings) [CI skip]
Currently translated at 72.7% (32 of 44 strings) [CI skip]
Currently translated at 20.4% (9 of 44 strings) [CI skip]
Currently translated at 88.6% (39 of 44 strings) [CI skip]
Currently translated at 100.0% (44 of 44 strings) [CI skip]
Create or replace view query not working issue solved
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Isaac Bennetch <[email protected]>
Signed-off-by: Isaac Bennetch <[email protected]>
Avoid duplicate if conditions Use switch/case instead of ifs when possible
Currently translated at 100.0% (44 of 44 strings) [CI skip]
* This was originally added in v3.0.8 but was erroneously removed in 848610a#diff-1041b02aae148a89853dc0d2710afc9c * Added a test case for this so that we don't remove it in future releases Signed-off-by: Deven Bansod <[email protected]>
Fix: Add missing support for STRAIGHT_JOIN
Signed-off-by: Deven Bansod <[email protected]>
Throw a parse error if a comma missing between two alter operations
Signed-off-by: Deven Bansod <[email protected]>
Signed-off-by: Deven Bansod <[email protected]>
Throw a parser error on extraneous comma in UPDATE statement
Add support for LOCK and UNLOCK Statements
Signed-off-by: Deven Bansod <[email protected]>
Add support for INDEX hints in SELECT statement
Currently translated at 100.0% (44 of 44 strings) [CI skip]
Signed-off-by: Deven Bansod <[email protected]>
Add missing ChangeLog entries
Add support for Aliases on CASE expressions
Signed-off-by: Isaac Bennetch <[email protected]>
Signed-off-by: Isaac Bennetch <[email protected]>
Signed-off-by: Isaac Bennetch <[email protected]>
Signed-off-by: Deven Bansod <[email protected]>
Signed-off-by: Deven Bansod <[email protected]>
Fix incorrect error on DEFAULT keyword in ALTER operation
Signed-off-by: Isaac Bennetch <[email protected]>
Signed-off-by: Isaac Bennetch <[email protected]>
Currently translated at 93.2% (41 of 44 strings) [CI skip]
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Drop support for PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0 and HHVM Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Bump minimum version to PHP 7.1
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.