rust-postgres/tests
Steven Fackler 64de6abb1e Look up column names case insensitively
It tries a case sensitive comparison first so all existing uses should
continue to be OK. It should really have some form of unicode awarenes
but it's unclear exactly what. The JDBC driver uses the US locale when
lowercasing and libpq uses tolower with the system locale.

Closes #136
2015-07-30 22:04:22 -07:00
..
types Hide Type constructor 2015-05-26 21:47:42 -07:00
test.rs Look up column names case insensitively 2015-07-30 22:04:22 -07:00