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 support for foreign keys to the Forge #63

Closed
8 tasks
lonnieezell opened this issue Apr 19, 2016 · 4 comments
Closed
8 tasks

Add support for foreign keys to the Forge #63

lonnieezell opened this issue Apr 19, 2016 · 4 comments
Labels
database Issues or pull requests that affect the database layer enhancement PRs that improve existing functionalities in progress
Milestone

Comments

@lonnieezell
Copy link
Member

lonnieezell commented Apr 19, 2016

Development Checklist:

  • Component(s)
  • ... with PHPdocs
  • Unit testing
  • ... with >80% coverage
  • User guide updated
  • Classmap integration?
  • Securely signed commits
  • Conforms to style guide
@lonnieezell lonnieezell modified the milestone: Pre-Alpha 2 May 9, 2016
@lonnieezell lonnieezell added the database Issues or pull requests that affect the database layer label May 9, 2016
@lonnieezell lonnieezell added the enhancement PRs that improve existing functionalities label Jun 29, 2016
@lonnieezell lonnieezell added the help wanted More help is needed for the proper resolution of an issue or pull request label Jul 11, 2016
@Portaflex
Copy link
Contributor

Made a pull request on this subject. Thanks.

@davidgv88
Copy link
Contributor

davidgv88 commented Sep 1, 2016

Pull Request #609

@timothymarois
Copy link
Contributor

@lonnieezell I've begun working on this and functions properly with MySQL, adding foreign keys, and retrieving foreign keys on selected tables. However I'm not able to get it working with postgre yet. I've taken @Portaflex original code as a jump start, with adding new additions such as retrieval of the foreign keys on a table, since that will be important in knowing if one exist, its name and their keys etc. With postgre need the retrieval of the foreign keys. Adding foreign keys looked similar in sql. But will need more testing.

@lonnieezell
Copy link
Member Author

@timothymarois Sounds great, thanks!

@jim-parry jim-parry added in progress and removed help wanted More help is needed for the proper resolution of an issue or pull request labels Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Issues or pull requests that affect the database layer enhancement PRs that improve existing functionalities in progress
Projects
None yet
Development

No branches or pull requests

5 participants