liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

dumpscript and boolean values with MySQL #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
systems running on MySQL will use 1 and 0 for True and False, which wont be
accepted by other databases on import (such as postgres).

The value should be cast as a boolean value.

Original issue reported on code.google.com by e.willha...@gmail.com on 29 Jul 2008 at 10:27

GoogleCodeExporter commented 8 years ago
This should do it.

Original comment by e.willha...@gmail.com on 29 Jul 2008 at 10:30

Attachments:

GoogleCodeExporter commented 8 years ago
applied and commit into svn

Original comment by v.oostv...@gmail.com on 2 Aug 2008 at 3:13