summaryrefslogtreecommitdiff
path: root/site_perl/Record.pm
AgeCommit message (Collapse)Author
1999-08-04move to FS directory: proper Perl module installation has arrived!ivan
1999-07-17s/croak/confess/; in check methodivan
1999-04-10return the value with ut_* error messages, to assist in debuggingivan
1999-04-08fix up PostgreSQL money fields so you can actually use them as numbers. bah.ivan
1999-04-07more kludges to get around different null/empty handling in Perl vs. MySQL vs.ivan
PostgreSQL etc.
1999-03-29eliminate warnings in ut_moneyivan
1999-01-25yet more mod_perl stuffivan
1999-01-18changes to track email addresses for email invoicingivan
1998-12-29mostly properly OO, some work still to be done with svc_ stuffivan
1998-11-21"Records identical" carp tells us it is just a warning.ivan
1998-11-15bugsquashivan
1998-11-15qsearch gets sames "IS NULL" semantics as other WHERE clausesivan
1998-11-15bugfix for new config layoutivan
1998-11-13change configuration file layout to support multiple distinct databases (withivan
own set of config files, export, etc.)
1998-11-10doc clarificationivan
1998-11-10qsearch returns `FS::TABLE' objects if that module is loaded (i.e. viaivan
`use FS::cust_main;') instead of always an FS::Record object
1998-11-07In sub new, Pg wrapper for money fields from dbdef (FS::Record::fields $table),ivan
not keys of supplied hashref.
1998-10-12Initial revisionivan