Tag: MySQL
-
Generating dynamic dates for MySQL test data
A quickie MySQL tip: I’ve been working on creating a standard testbed of data (more on that someday) for one of our apps, and the issue of dates came up. Dates can be a problem in test data if they’re being compared to today’s date, i.e. if it matters if the date field represents something […]