Bump rust-phf version
This commit is contained in:
parent
0aec726b69
commit
537203d3cb
@ -743,10 +743,10 @@ fn test_custom_notice_handler() {
|
|||||||
let conn = PostgresConnection::connect("postgres://postgres@localhost?client_min_messages=NOTICE", &NoSsl);
|
let conn = PostgresConnection::connect("postgres://postgres@localhost?client_min_messages=NOTICE", &NoSsl);
|
||||||
conn.set_notice_handler(~Handler as ~PostgresNoticeHandler);
|
conn.set_notice_handler(~Handler as ~PostgresNoticeHandler);
|
||||||
conn.execute("CREATE FUNCTION pg_temp.note() RETURNS INT AS $$
|
conn.execute("CREATE FUNCTION pg_temp.note() RETURNS INT AS $$
|
||||||
BEGIN
|
BEGIN
|
||||||
RAISE NOTICE 'note';
|
RAISE NOTICE 'note';
|
||||||
RETURN 1;
|
RETURN 1;
|
||||||
END; $$ LANGUAGE plpgsql", []);
|
END; $$ LANGUAGE plpgsql", []);
|
||||||
conn.execute("SELECT pg_temp.note()", []);
|
conn.execute("SELECT pg_temp.note()", []);
|
||||||
|
|
||||||
assert_eq!(unsafe { count }, 1);
|
assert_eq!(unsafe { count }, 1);
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 6af5440935a2b3dc97882d7d6043f1a0957b97d0
|
Subproject commit 25d1640c9b44d77cdc3cec408d0c577948d31014
|
Loading…
Reference in New Issue
Block a user