CSNW / sql-bricks

Transparent, Schemaless SQL Generation
http://csnw.github.io/sql-bricks
MIT License
204 stars 25 forks source link

Expose both "reserved" and the auto quoting character #86

Closed olivierkaisin closed 8 years ago

olivierkaisin commented 8 years ago

I am currently working on extending this module to implement proper support of MySQL.

Exposing both the array of reserved words and the auto-quoting character I will be able to escape keywords with the MySQL "`" character.

Could you please merge this?

Thanks.

prust commented 8 years ago

This looks good, thanks @olivierkaisin! Merging.

prust commented 8 years ago

@olivierkaisin: this has been published to npm as v1.3.1

olivierkaisin commented 8 years ago

Awesome! thanks @prust