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

longer mapping file name #315

Open
GoogleCodeExporter opened this issue Mar 29, 2016 · 1 comment
Open

longer mapping file name #315

GoogleCodeExporter opened this issue Mar 29, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Currently the mapping file name can only be 35 chars long.
Is it possible to expand this up to f.e. 75 chars?

Reason:
I decided to name the mapping filenames as following:

<in-format>_[<in-partner>_]<in-filetype>__<out-format>_[<out-partner>_]<out-file
type>__<major-version>_<minor-version>_<revision>

Example:
xml_aaa_INVOIC__fixed_bbb_invoic__1_00_000.py

that beats the 35 char limit.

Original issue reported on code.google.com by [email protected] on 30 Oct 2014 at 6:59

@GoogleCodeExporter
Copy link
Author

as this would cause a chagne in the database, this will not be soon.
but a work-around is: change the length in bots/models.py
default database SQLite does not check field lengths.

Original comment by [email protected] on 30 Oct 2014 at 12:05

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

1 participant