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

z_pivot_rsc:define_custom_pivot #1939

Open
heiheshang opened this issue Oct 12, 2018 · 2 comments
Open

z_pivot_rsc:define_custom_pivot #1939

heiheshang opened this issue Oct 12, 2018 · 2 comments
Milestone

Comments

@heiheshang
Copy link
Contributor

I think you can make a list, not a tuple
now
z_pivot_rsc:define_custom_pivot("phone",[{phone,"varchar(11)"}],Context).
can do
z_pivot_rsc:define_custom_pivot([{"phone",[{phone,"varchar(12)"}]},{"contact",{contact_id,"integer"}]}])

@mworrell mworrell added this to the 0.42 milestone Oct 12, 2018
@mworrell
Copy link
Member

Note: especially for the return value of the custom pivot observer.

@heiheshang
Copy link
Contributor Author

It seems to me to do better through postgresql triggers

@mworrell mworrell modified the milestones: 0.42, 0.43 Nov 5, 2018
@mworrell mworrell modified the milestones: 0.43.0, 0.44.0 Dec 19, 2018
@mworrell mworrell modified the milestones: 0.44, 0.45, 0.46 Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants