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

Adds global configuration option Model::$short_table_names to allow namespace information to be disregarded when generating table names #100

Closed
wants to merge 2 commits into from

Conversation

michaelward82
Copy link
Contributor

As discussed in PR #90.

@Addvilz
Copy link

Addvilz commented Dec 31, 2014

This PR is open since July already. I would like to integrate Paris in one of my projects, but the namespace issue is a real blocker for me. Can we speed things up a little with this?

@treffynnon
Copy link
Collaborator

@Addvilz I am really busy with other things right now so it will be done as soon as I find the time.

@DavidePastore
Copy link

+1 👍

@Patabugen
Copy link

This issue is causing a blocker for me in an established project, I'd also very much appreciate a merge as soon as is convenient

@Patabugen
Copy link

Here's a workaround for anyone who needs, it loads @michaelward82 's repo instead of the main one. His appears to be 2 commits behind the official so check whether you need those updates first.

Merge these into your composer.json:

{
    "require": {
        "j4mie/paris" : "dev-namespaces as 1.5.x-dev",
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/michaelward82/paris.git"
        }
    ],
    "extra": {
        "branch-alias": {
            "dev-namespaces": "1.5.x-dev"
        }
    }
}

More docs here:
https://getcomposer.org/doc/articles/aliases.md
https://getcomposer.org/doc/04-schema.md#repositories

Don't forget to switch back to the main repo if/when this is pulled.

michaelw and others added 2 commits December 17, 2015 16:34
@michaelward82
Copy link
Contributor Author

I've done a pull on my repo to keep it in sync with upstream. The namespaces branch is a non-linear push (forced).

@treffynnon
Copy link
Collaborator

Sorry peeps I've been in the middle of a lot of life stuff like moving half
way round the world, new job, etc, etc. Service will resume - just not
right now - I don't even have a reliable net connection at the moment!
On 18 Dec 2015 02:36, "Michael Ward" notifications@github.com wrote:

I've done a pull on my repo to keep it in sync with upstream. The
namespaces branch is a non-linear push (forced).


Reply to this email directly or view it on GitHub
#100 (comment).

@treffynnon
Copy link
Collaborator

Merged into develop. Thanks.

@treffynnon treffynnon closed this Dec 14, 2016
Repository owner locked and limited conversation to collaborators Dec 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants