NOWAIT statement implementation

Issue #270 resolved
Former user created an issue

I implemented NOWAIT statement for sqlalchemy. Basically I traced all occurences of "for_update" in sqlalchemy sources and added similar pieces of code for NOWAIT where apropriate.

This patch works for my application.

Comments (2)

  1. Log in to comment