Re: Database Table Locks/unlocks (for reading, writing or both)

2011-01-12 Thread Christophe Pettus
On Jan 12, 2011, at 8:14 AM, Jagdeep Singh Malhi wrote: > I only want to know is Django is able Lock/Unlock the Database tables, > If yes. > How its possible? how its works Django by itself doesn't issue locking instructions to the database, and doesn't have any built-in primitives to do so.

Re: Database Table Locks/unlocks (for reading, writing or both)

2011-01-12 Thread Mo J. Al-Mughrabi
You could use custom SQL Sent from my iPhone On Jan 12, 2011, at 7:14 PM, Jagdeep Singh Malhi wrote: > >>> Is Django automatically done the table locking /unlocking concept in >>> case of Mysql/PostGreSQL? >> >> Depends how backend handles database sessions. >> >>> if

Re: Database Table Locks/unlocks (for reading, writing or both)

2011-01-12 Thread Jagdeep Singh Malhi
> > Is Django automatically done the table locking /unlocking concept in > > case of Mysql/PostGreSQL? > > Depends how backend handles database sessions. > > > if not how I done this manually? > > Thing you described is called pessimistic locking. What are you trying to > accomplish with that? I

Database Table Locks/unlocks (for reading, writing or both)

2011-01-10 Thread Jagdeep Singh Malhi
Hi.. Is Django automatically done the table locking /unlocking concept in case of Mysql/PostGreSQL? if not how I done this manually? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to