module-postgresql/spec
Farzad FARID 810448afa0 Escape case where password ends with '$'.
postgresql_escape returned an invalid string if the password end in '$':
    postgres=# alter role "postgres" password $$foo$$$;
    ERROR:  syntax error at or near "$"
    LINE 1: alter role "postgres" password $$foo$$$;
2016-02-02 10:13:19 +01:00
..
acceptance Merge pull request #727 from supercow/quote_owner 2016-02-01 15:23:14 -08:00
unit Escape case where password ends with '$'. 2016-02-02 10:13:19 +01:00
spec.opts Sync files 2014-06-25 17:23:35 -07:00
spec_helper.rb (FM-4049) Update to current msync configs [2c99161] 2016-01-27 14:46:24 +00:00
spec_helper_acceptance.rb Unpins apt 1.8 dependency in fixtures.yml and spec_helper_acceptance. 2015-07-01 14:13:29 -07:00
spec_helper_local.rb (FM-4049) Update to current msync configs [2c99161] 2016-01-27 14:46:24 +00:00