malthe / pq

A PostgreSQL job queueing system
376 stars 41 forks source link

Quote queue name within `LISTEN` statement. #10

Closed jeanphix closed 8 years ago

jeanphix commented 8 years ago

This avoids queue name to clash with reserved keywords, such as default.

stas commented 8 years ago

This makes sense, thank you @jeanphix Lets try to get Travis enabled for this, if not I will try to run the tests myself before we merge this.

@malthe it would be great if you could enable Travis in the meantime: https://travis-ci.org/malthe/pq Ty.

malthe commented 8 years ago

Yeah that's true. Should be easy right?