Skip to content

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

Closed
michaelward82 wants to merge 2 commits intoj4mie:masterfrom
michaelward82:namespaces
Closed

Adds global configuration option Model::$short_table_names to allow namespace information to be disregarded when generating table names#100
michaelward82 wants to merge 2 commits intoj4mie:masterfrom
michaelward82:namespaces

Conversation

@michaelward82
Copy link
Copy Markdown
Contributor

As discussed in PR #90.

@Addvilz
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

+1 👍

@Patabugen
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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" [email protected] 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
Copy Markdown
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