aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/DBIx/Class
Commit message (Collapse)AuthorAgeLines
* Add dbic-pg-server-cursors library, set as defaultMatthew Somerville2020-04-28-0/+132
| | | | Found at https://github.com/mzealey/dbic-pg-server-cursors, not on CPAN.
* Fix password setting in createsuperuser script.Matthew Somerville2020-02-26-1/+1
|
* [TfL] Store password in separate location.Matthew Somerville2019-12-09-0/+14
|
* Use EncodedColumn subclass.Matthew Somerville2019-05-02-262/+48
|
* Refactor datetime inflation.Matthew Somerville2019-05-02-0/+36
|
* Carry through name/phone/password updates through report/update creation via ↵Matthew Somerville2011-07-04-0/+262
token. Only store encrypted password, and override EncodedColumn to prevent double encrypting.