summaryrefslogtreecommitdiff
path: root/FS/FS/Record.pm
AgeCommit message (Expand)Author
2005-04-07depend on DBIx::DBSchema 0.26 for dbdef-create (for Pg 'public' schema fix) a...ivan
2005-04-01so we can pass in a time if we're back-filling history recordskhoff
2005-03-21Forgot to load up the conf.pbowen
2005-03-19Fixed a few things: -PBpbowen
2005-03-18Added encrypted fields for Credit Cards, etc... - PBpbowen
2005-03-18Fixed a small bug... if replace is called by SUPER, @_ == 1 if it only contai...pbowen
2005-03-04add agent selection to payment and credit reports, add link to agent browse, ...ivan
2005-03-03want a full stack backtrace for this warningivan
2005-02-27fix replacement in edge case with NULL integer fields in a table without a pr...ivan
2004-12-29historical (immutable) invoice details about services and other history infra...ivan
2004-11-22promo codes and separate signup addresses for hdnivan
2004-10-26modular price plans!ivan
2004-07-10fix FS::Record::qsearch to (hopefully) work as before and cluck loudly when t...ivan
2004-07-06better error message for missing tablesivan
2004-07-01show a full stack backtrace if we wind up in the hash method with an empty Ha...ivan
2004-06-15add stack backtrace to fatal problems in virtual field checkivan
2004-04-30accept empty zips for non-US countries...ivan
2004-02-28depend on DBIx::DBSchema 0.23 and thus DBD::Pg 1.32, finally closes Bug#639ivan
2004-02-26allow replace with no argumentsivan
2004-01-31add ut_snumber, fix replacement of records with empty values in non-primary-k...ivan
2004-01-18revert bind_param change _again_. passing not as a hashref causes too manyivan
2003-12-30Pass type as scalar instead of a hashref to work around a bug in DBD::Pg vers...khoff
2003-12-21cache virtual_fields method results to help performanceivan
2003-11-21revert bind_param change!ivan
2003-11-19work around DBD::Pg problems with bind_paramivan
2003-11-04finish treating serials as ints!ivan
2003-11-04treat serial columns as ints too!ivan
2003-09-03turn off query debuggingivan
2003-09-03turn vfieldpart_hashref into a method, not a subroutineivan
2003-08-05backwards compatibility if the schema hasn't been updatedivan
2003-08-05Virtual field mergekhoff
2003-07-11typoivan
2003-07-11provide stack backtrace when we wind up in FS::Record::AUTOLOAD by accidentivan
2003-05-08general Pg 7.3 fix for setting int columns to '' / NULLivan
2003-04-01- update qsearch for Pg 7.3ivan
2002-12-21better qsearchs warningivan
2002-10-13change ILIKE into LOWER() for compatibility with non-Pg and Pg before 7.1ivan
2002-09-20fix database sequence code, closes: Bug#69ivan
2002-09-19use database SERIAL or AUTO_INCREMENT for primary keys, finally, yay!ivan
2002-08-27Yip yip, I sprained my brainkhoff
2002-06-30oops, very badivan
2002-06-30get rid of unneeded Pg-cruft (don't use native Pg money type)ivan
2002-06-30fix dbdef cachingivan
2002-06-28remove extraneous checkivan
2002-06-28fix multi-database installs, while hopefully keeping performance improvementivan
2002-04-23fixes inserting strings that end in numbers to TEXT columns... gah i hate SQLivan
2002-04-19- add init file installation to Makefile, add unified init fileivan
2002-04-17allow = in ut_textivan
2002-04-17get rid of debugging cruftivan
2002-04-12- should finish off the part_svc -> part_export s/one-to-many/many-to-many/ivan