History for sqlmarker / BDL
2016-05-27
• Updated remaining tables. ...
Nigel Stanger committed on 27 May 2016
• Fixed reference to TOAD. ...
Nigel Stanger committed on 27 May 2016
2016-05-20
• Added legal value tests.
Nigel Stanger committed on 20 May 2016
• Added legal value lists to all numeric columns that didn’t already have them (to catch ≤ vs. < errors). ...
Nigel Stanger committed on 20 May 2016
2016-05-19
• Changed quantity value to match minimum value in specification.
Nigel Stanger committed on 19 May 2016
2016-05-17
• Corrected illegal values for Minimum_Level.
Nigel Stanger committed on 17 May 2016
• Corrected constraint on Sale_Line.Quantity (had no upper bound).
Nigel Stanger committed on 17 May 2016
• Corrected upper bound of Order_Line.Price.
Nigel Stanger committed on 17 May 2016
2016-05-16
• Added script to increase precision of specific numeric columns to enable testing for constraints that would otherwise be masked by exceeding the precision.
Nigel Stanger committed on 16 May 2016
• Corrected length of Order_Line.Qty_Received.
Nigel Stanger committed on 16 May 2016
• Added missing Order_Line.Date_Completed column.
Nigel Stanger committed on 16 May 2016
• Adjusted maximum lengths for number columns to provide a little tolerance. ...
Nigel Stanger committed on 16 May 2016
• Added spec for Date_Completed column.
Nigel Stanger committed on 16 May 2016
• Corrected minimum value for Assembly.Quantity in table specification (should be 2, not 1). The text description has the correct value.
Nigel Stanger committed on 16 May 2016
2016-04-29
• Removed @expectedException annotations as they were causing spurious failures. Checking based on the exception text is more useful in general anyway.
Nigel Stanger committed on 29 Apr 2016
• Switched to BDL scenario. ...
Nigel Stanger committed on 29 Apr 2016
2016-03-31
• Made more use of contractions. ...
Nigel Stanger committed on 31 Mar 2016
• Switched to BDL scenario. ...
Nigel Stanger committed on 31 Mar 2016
2013-07-27
Enabled all tables.
Nigel Stanger committed on 27 Jul 2013
2013-07-26
Moved SQL schema into scenario directory.
Nigel Stanger committed on 26 Jul 2013
2013-07-24
Moved scenario-specific code into scenario subtree and factored out globally defined values into various configuration files. Also replaced a bunch of things with global constants.
Nigel Stanger committed on 24 Jul 2013