afair / postgresql_cursor

ActiveRecord PostgreSQL Adapter extension for using a cursor to return a large result set
MIT License
599 stars 48 forks source link

Using `@@cursor_seq` var is not thread-safe! #26

Closed 907th closed 8 years ago

907th commented 8 years ago

Using @@cursor_seq += in this line is not thread safe!