Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Make SQLitePlatform support float type #384

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mantelllo
Copy link

DB: sqlite.

State: database with table and many columns (including double)
Action: run migration that removes a column (in my case - not double)
Result: migration failes with

[AttributeError]
'SQLitePlatform' object has no attribute 'get_float_type_declaration_sql'

After I resolve the SQLitePlatform.get_float_type_declaration_sql, the migration runs just fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant