geddy / model

Datastore-agnostic ORM in JavaScript
265 stars 55 forks source link

Added null character escaping to Postgres adapter #250

Open danfinlay opened 9 years ago

danfinlay commented 9 years ago

Also added (now passing) null character escaping test.

Do you think spaces are the appropriate escape, @mde? I know you gave me pull privilege but I'd like your opinion before writing to the main repository.

Fixes #245