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

Add Ip2Long transformation. For Input. You already have Long2Ip transformation. #15555

Closed
Janmm14 opened this issue Nov 2, 2019 · 1 comment · Fixed by #15557
Closed

Add Ip2Long transformation. For Input. You already have Long2Ip transformation. #15555

Janmm14 opened this issue Nov 2, 2019 · 1 comment · Fixed by #15557
Assignees
Labels
enhancement A feature request for improving phpMyAdmin has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete ui Issues relating to the user interface
Projects
Milestone

Comments

@Janmm14
Copy link

Janmm14 commented Nov 2, 2019

Is your feature request related to a problem? Please describe.

I want to store ipv4 addresses efficiently. But manual input in phpmyadmin is a little annoying to find and select INET_ATON again and again.

Describe the solution you'd like

An input transformation which converts ip addresses to BigInt / Long like INET_ATON. To be compatible with the existing Long2Ip transformation.

Describe alternatives you've considered

Selecting INET_ATON again and again for manual input

Additional context

  • phpMyAdmin version: 4.9.1
@Janmm14 Janmm14 changed the title Please add Ip2Long transformation. For Input. You already have Long2Ip transformation. Add Ip2Long transformation. For Input. You already have Long2Ip transformation. Nov 2, 2019
@williamdes williamdes added enhancement A feature request for improving phpMyAdmin ui Issues relating to the user interface labels Nov 2, 2019
@Tithugues
Copy link
Contributor

@Janmm14 , is there any chance for you to test the branch in the PR, to ensure it fits your need and that there is no bug?

Thank you.

@williamdes williamdes added the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label Nov 4, 2019
@williamdes williamdes added this to the 5.1.0 milestone Jan 19, 2020
@williamdes williamdes added this to Needs triage in issues via automation Jan 19, 2020
@williamdes williamdes moved this from Needs triage to Enhancements in issues Jan 19, 2020
@williamdes williamdes self-assigned this Jan 27, 2020
williamdes added a commit that referenced this issue Jan 27, 2020
Pull-request: #15557
Fixes: #15555
Signed-off-by: William Desportes <williamdes@wdes.fr>
issues automation moved this from Enhancements to Closed Jan 27, 2020
williamdes added a commit that referenced this issue Jan 27, 2020
Signed-off-by: William Desportes <williamdes@wdes.fr>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement A feature request for improving phpMyAdmin has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete ui Issues relating to the user interface
Projects
issues
  
Closed
Development

Successfully merging a pull request may close this issue.

3 participants