i faced a strange issue, trying to store a list of items (of length ~30) into database via
-- bulk_insert
, i get django.db.utils.DatabaseError: ORA-12704: character set mismatch
but inserting items one by one via save
is OK, even putting a few items(2~3) into bulk_insert
sometimes works.You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFdu22qPQGQgv8iByO51bm7TaQMayPJYzT69PMoJAN1S9K4reQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment