Skip to content
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

Fix parsing of REPLACE INTO ... Statements #77

Merged
merged 3 commits into from Sep 13, 2016

Conversation

devenbansod
Copy link
Member

Fix parsing of REPLACE INTO ... Statements.

Now supports all three variations with REPLACE INTO .. VALUES, REPLACE INTO .. SET, REPLACE INTO .. SELECT.

Fix #48

Signed-off-by: Deven Bansod devenbansod.bits@gmail.com

@codecov-io
Copy link

codecov-io commented Sep 12, 2016

Current coverage is 96.99% (diff: 91.07%)

Merging #77 into master will decrease coverage by 0.10%

@@             master        #77   diff @@
==========================================
  Files            50         51     +1   
  Lines          3243       3299    +56   
  Methods         167        169     +2   
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           3149       3200    +51   
- Misses           94         99     +5   
  Partials          0          0          

Powered by Codecov. Last update 98c2a72...79d91a0

@nijel nijel self-assigned this Sep 13, 2016
@nijel
Copy link
Contributor

nijel commented Sep 13, 2016

Can you please add tests for query building? It's currently not covered at all...

Now supports all three variations with REPLACE INTO .. VALUES, REPLACE INTO .. SET, REPLACE INTO .. SELECT.

Fix phpmyadmin#48

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
@nijel nijel merged commit 734c38a into phpmyadmin:master Sep 13, 2016
@nijel
Copy link
Contributor

nijel commented Sep 13, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants