storyboard/storyboard/db
Tristan Cacqueray 68df79f5ea Support MariaDB in the migration scripts
When using mysql+pymysql in the connection uri, the server_version_info
tupple is (5, 5, 5, 10, 1, 18, u'MariaDB'), which makes the version check
incorrectly prevent using FULLTEXT index.

Using the last four elements from the tupple seems good enough to
mitigate this inconsistency.

Change-Id: I5db3b611535e197699ea5d331f7bd073a39a31c4
2017-01-31 05:32:43 +00:00
..
api Merge "Support tags in task filter" 2017-01-04 10:27:39 +00:00
migration Support MariaDB in the migration scripts 2017-01-31 05:32:43 +00:00
__init__.py Add SQLalchemy database model 2014-01-13 18:52:47 +04:00
decorators.py Datetime instances from SQLAlchemy now all contain timezone. 2015-02-17 15:26:47 +03:00
models.py Cascade story deletes to tasks and events 2016-11-05 08:51:05 -07:00
projects_loader.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
superusers_loader.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00