Commit Graph

10 Commits

Author SHA1 Message Date
Steven Fackler
b57b1a4eac Untested SSL support
cc #15
2013-11-09 21:03:32 -08:00
Steven Fackler
4a3ee11ac7 Infrastructure for ssl support 2013-11-09 19:01:06 -08:00
Steven Fackler
2c4d4e97ea Remove find_col_named
It's a very simple utility function that won't be used enough to keep it
on a trait like PostgresStatement.
2013-11-08 22:15:35 -08:00
Steven Fackler
7a19eaf6d3 Ignore instead of not compiling tests 2013-11-06 08:56:09 -08:00
Steven Fackler
8856aed96b Add back md5 support
Rust-crypto doesn't seem to have good rustpkg support so I've pulled the
old MD5 implementation from libextra in for now.
2013-11-05 22:04:12 -08:00
Steven Fackler
d7865cd884 Switch over to rustpkg test
Range and json tests have to be completely ignored for now :(
2013-11-04 09:09:11 -08:00
Steven Fackler
d72c1d0631 Whitespace cleanup 2013-11-03 20:18:49 -08:00
Steven Fackler
b53ca7a47c Switch back to rustpkg test infrastructure
I'm not sure what the right thing to is is wrt use statements.
2013-11-02 15:06:19 -07:00
Steven Fackler
387b8dddc9 Rename test module to avoid rustpkg name conflict 2013-10-15 16:25:01 -07:00
Steven Fackler
d567ca8c7a Restructure directories for rustpkg
Turns out the src/postgres indirection isn't necessary.
2013-10-15 13:28:06 -07:00