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

Include table with schema name in snapshot #195

Merged
merged 2 commits into from
Feb 9, 2016
Merged

Include table with schema name in snapshot #195

merged 2 commits into from
Feb 9, 2016

Conversation

HavokInspiration
Copy link
Member

It is possible to define the table name including the schema name in the ORM Table class, e.g. $this->table('myschema.mytable').
If the table name includes the schema name, meaning either the database key or schema key (for Postgres) in a Connection object config equals the first part of the table name, then the table name is included with the first part stripped off.

Opened in favor of #193
cc @makallio85 (I signed the first commit with your ID)

Marko Kallio and others added 2 commits February 7, 2016 13:48
@HavokInspiration HavokInspiration added this to the 1.5.6 milestone Feb 7, 2016
lorenzo added a commit that referenced this pull request Feb 9, 2016
Include table with schema name in snapshot
@lorenzo lorenzo merged commit f5a338a into master Feb 9, 2016
@lorenzo
Copy link
Member

lorenzo commented Feb 9, 2016

Looks good to me :)

@lorenzo lorenzo deleted the tests-193 branch February 9, 2016 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants