John Fawcett

Results 48 issues of John Fawcett

It seems that this library is not working on iOS (at least on my iphone5 running ios6). Have you looked into this issue at all? If so, could you point...

http://www.postgresql.org/docs/9.3/static/sql-createindex.html

feature

The current syntax is to wrap the value in dollars. I think maybe making this double dollar would be good as postgres already supports this. However, It fucks up your...

improvement

It'd b nice to do something like this: ``` javascript { type: 'select' , values: [ 'a', 'b', 'c' ] } ``` ``` sql select $1, $2, $3; ```

improvement