transaction

3 views
Skip to first unread message

hinnack

unread,
Dec 9, 2009, 2:27:06 AM12/9/09
to South Users
Hi,

I wrote a migration with initial data - and had erros with my
encoding (german umlaute) as I missed to set the encoding in the file
of the migration and force unicode...
So he inserted few data and died with an error - there was no
rollback!

Is there no transaction? do I have to install something special?

-- Hinnack

Andrew Godwin

unread,
Dec 9, 2009, 6:06:53 AM12/9/09
to south...@googlegroups.com
Rollbacks only work if you're using PostgreSQL - MySQL (and obviously
SQLite) don't support transactions for schema changes, and so we can't
roll back on those platforms.

Andrew
> --
>
> You received this message because you are subscribed to the Google Groups "South Users" group.
> To post to this group, send email to south...@googlegroups.com.
> To unsubscribe from this group, send email to south-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/south-users?hl=en.
>
>

Hinnack

unread,
Dec 9, 2009, 6:20:39 AM12/9/09
to south...@googlegroups.com
thanks!

Yes I am using MySQL...

-- Hinnack

2009/12/9 Andrew Godwin <and...@aeracode.org>
Reply all
Reply to author
Forward
0 new messages