Hi All,

Thanks in advance for your help!

I am working on back-end to fill the database tables with build related 
information. I am using Django framework with sqlite3. Somehow I am not 
able to add more data in database table after certain limit. I am not 
getting any error but database size is not increasing.

For example: If I run my program, it will add entry and size is...66560 

If I run it with different parameter again and size it  ...68608 

Now, how many time, I run it..it is not updating the size and when I try to 
filter particular entry , it is not there. 

I tried to look for size limit for database using sqlite but could not find 
anything. Please guide me if anyone ran into the same situation before or 
have any idea about it.

Regards,
Hiral

-- 
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+unsubscr...@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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to