IreneKnapp / direct-sqlite

MIT License
35 stars 54 forks source link

Add bindParameterName for accessing SQL query parameter names #4

Closed nurpax closed 12 years ago

nurpax commented 12 years ago

My use-case for this feature can be found here: https://github.com/nurpax/sqlite-simple/issues/5

Note: I realize this is using the String type too. It's probably better to get this code in first, decide whether to use ByteStrings or Text, and then convert the entry points to the new type in one go.

IreneKnapp commented 12 years ago

Looks good. I agree with your rationale. Merging this.