On Jan 24, 3:28 pm, nosrednak...@gmail.com wrote:
> Hello Django Users,
>
> I am writing an application that needs to do some 'advanced' SQL to update
> some tables. I am curious about the best way to lock tables and make the
> transaction safe. The solution I wrote for a Quick and dirty is:
>
Hello Django Users,
I am writing an application that needs to do some 'advanced' SQL to update
some tables. I am curious about the best way to lock tables and make the
transaction safe. The solution I wrote for a Quick and dirty is:
DATABASE_ENGINE = str(settings.__getattr__("DATABASE_ENGINE"
2 matches
Mail list logo