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

Table name ends with the delimiter when date_pattern => "" #43

Open
alepuccetti opened this issue Aug 29, 2018 · 1 comment
Open

Table name ends with the delimiter when date_pattern => "" #43

alepuccetti opened this issue Aug 29, 2018 · 1 comment

Comments

@alepuccetti
Copy link

alepuccetti commented Aug 29, 2018

When settging date_pattern => "" the table name will be <table_prefix>+<table_delimiter> probably it should be just <table_prefix>.

@benben
Copy link

benben commented Jan 2, 2020

same problem when you do table_prefix => "". It should be <date_pattern> only.

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

Successfully merging a pull request may close this issue.

2 participants