|
journal
all | Rob is 20,356 days old today. |
Oct 2015 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Dec 2015 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
2014
jan feb mar apr
may jun jul aug
sep oct nov dec
2016
jan feb mar apr
may jun jul aug
sep oct nov dec
|< << more >> >| |
Entries this day: yikes-stripes-i-found-an-old-bug yikes stripes i found an old bug 15:45 Wednesday 11 November 2015 JSTMan oh man I'm lucky there aren't that many affected rows, but when AB client requested that four fields in their main table allow DECIMAL values and not just INTegers, I didn't change the summary-of-main-table in the same way. So each time a record was saved to main table, its summary was saved with truncated values in those fields. Dang. Fortunately, there aren't many times that decimal values are needed in those fields. (... which is why INTs worked for them originally.) It's fixed now, but I need to create a query that will return all main field records with decimal values so AB staff can go back and update the corresponding summary-of-main-table records as needed. 16:33For the query I mentioned, I could simply define a query to do it, which I've done before, but all in code. I wonder if I can set up a query in the DB, give it some meta-data and let the code write itself? 15:28 Thursday 12 November 2015 JSTSo I wrote half the code to allow queries to be stored in the DB, but then abandoned it in favor of doing some other (higher priority (and higher paying)) tasks first. permalinkprev day next day |