Files
sqlalchemy/test/dialect
Roman Podolyaka 4cc9d482ae Fix using of 'mysql_length' for composite indexes
Currently, one can specify the prefix length for an index
column using 'mysql_length' keyword argument when creating
an Index instance. But in case of composite indexes the
prefix length value is applied only to the last column.

Extend the existing API in way so that 'mysql_length' argument
value can be either:
    - an integer specifying the same prefix length value
      for each column of an index
    - a (column_name --> integer value) mapping specifying
      the prefix length value for each column of an index
      separately

Fixes issue #2704.
2013-06-08 20:56:28 +03:00
..
2013-04-27 19:53:57 -04:00
2013-05-29 18:29:12 -04:00
2013-04-27 19:53:57 -04:00