mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-04-28 07:15:37 +00:00
9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
|
|
Test notes
|
|
==========
|
|
|
|
* PostgreSQL tests perform a text-to-money cast test, make sure lc_monetary is set to en_US
|
|
in your postgres.conf
|
|
* PostgreSQL tests need the ossp extension, to enable this, install the postgres-contrib package and run SQL: CREATE EXTENSION "uuid-ossp";
|
|
* XDebug is NOT required but recommended
|