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

Allow Named Tables and Columns #16

Closed
AndrewReitz opened this issue Oct 16, 2014 · 5 comments
Closed

Allow Named Tables and Columns #16

AndrewReitz opened this issue Oct 16, 2014 · 5 comments

Comments

@AndrewReitz
Copy link
Owner

Right now shillelagh uses the name of the field on the object. This is okay, but for more flexibility and consisness users should be able to name their tables and colmns.

@hameno
Copy link

hameno commented Nov 21, 2014

Hi, I'm currently evaluating orm libraries and found this project to be very promising. For me though this feature would be mandatory - is there any timeframe when this could be implemented?

@AndrewReitz
Copy link
Owner Author

No real time frame. It has not been something I have needed so I have not implemented it. It really shouldn't be too difficult to add, there have just been more important needs for this library.

Just wondering why do you think you need this functionality?

@hameno
Copy link

hameno commented Nov 21, 2014

Because our code style dictates the use of a prefix for fields and I really don't want to have those inside the name of a field :)

@AndrewReitz
Copy link
Owner Author

Makes sense. I will see if I can get a 0.5.0-SNAPSHOT out this weekend.

@AndrewReitz
Copy link
Owner Author

@hameno Just published 0.5.0-SNAPSHOT to artifactory with these changes. There are no tests written yet, but you can give it a shot if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants