1
0
Fork 0
mirror of synced 2024-08-04 04:52:03 +12:00
appwrite/tests/unit/DSN
Steven Nguyen b960634088
Update DSN to support special chars for user and password
Previously, DSN would not be able to parse special characters like "@"
or "/". This adds support by requiring the input to be url encoded and
then DSN would decode it after parsing.
2023-07-31 09:36:49 -07:00
..
DSNTest.php Update DSN to support special chars for user and password 2023-07-31 09:36:49 -07:00