Hi Charles!
You can set the option `shortnames=True` via using_options or
elixir.options_defaults like so:
elixir.options_defaults.update({
'shortnames': True
})
http://elixir.ematia.de/apidocs/elixir.options.html
Greetings,
Daniel
On 14 Mai, 05:13, Charles <[email protected]> wrote:
> Hi All,
>
> I went through the tutorial (http://elixir.ematia.de/trac/wiki/
> TutorialDivingIn) using sqlite with no problem. However, when I tried
> using Firebird I got the following error:
>
> sqlalchemy.exc.IdentifierError: Identifier
> 'model_movie_genres__model_genre_movies' exceeds maximum length of 31
> characters
>
> What can I do to reduce the length of the Identifier?
>
> Thanks,
> Charles
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SQLElixir" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---