rust-postgres/tests
Steven Fackler 569ff870c2 Properly escape table and column names in prepare_copy_in
We have to assemble queries by hand here which is a bit sketchy.
Manually escaping the individual identifiers to avoid introducing
injection vulernabilities is unfortunate but necessary.
2015-05-05 21:57:06 -07:00
..
types Support serde's JSON type 2015-04-12 21:48:38 -07:00
test.rs Properly escape table and column names in prepare_copy_in 2015-05-05 21:57:06 -07:00