csailer / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

longer mapping file name #315

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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