kirca/bots

longer mapping file name

Opened this issue · 1 comments

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 leonhard...@gmail.com on 30 Oct 2014 at 6:59

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 hjebb...@gmail.com on 30 Oct 2014 at 12:05