Commit Graph

24 Commits

Author SHA1 Message Date
Steven Fackler
a2667fd1d2 Minor test cleanup 2013-12-04 22:24:49 -08:00
Steven Fackler
6e9e9ebe3e Support hstore 2013-12-04 21:20:48 -08:00
Steven Fackler
a0df39b2c9 Support INT8[] 2013-12-03 22:32:54 -08:00
Steven Fackler
c7d58e73c4 Make rows 1-indexed 2013-12-02 19:53:40 -08:00
Steven Fackler
9a4b51e157 Add INT4[] support 2013-12-01 21:09:31 -08:00
Steven Fackler
369657cf00 Minor cleanup in tests 2013-12-01 14:30:28 -08:00
Steven Fackler
8e83a9749d Switch to new destructure wildcard format 2013-11-29 13:30:03 -05:00
Steven Fackler
99d570f17b Fixes for Rust updates
No more hacky macro module!
2013-11-26 18:27:34 -08:00
Steven Fackler
48dfb4dd8d Fix spawn calls for API changes 2013-11-25 20:50:09 -08:00
Steven Fackler
139dc29467 Update for IO moves 2013-11-12 21:33:52 -08:00
Steven Fackler
d003a85d9c Restructure SslMode
It will now work properly with the connection pool.
2013-11-10 18:13:32 -08:00
Steven Fackler
5f678825d1 Move errors to error package 2013-11-10 17:41:15 -08:00
Steven Fackler
a115c45416 Fix PreferSsl
It'd be nice to have more robust testing for the SSL logic, but it seems
to be working.
Closes #15
2013-11-09 22:30:20 -08:00
Steven Fackler
45220459b1 Add a very simple SSL test
cc #15
2013-11-09 21:55:29 -08:00
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