21 void testAutoPKeyRecordInsertSelect ();
22 void testAutoPKeyRecordInsertRvalueReturnsPKey ();
23 void testAutoPKeyRecordInsertConstLvalueReturnsPKey ();
24 void testAutoPKeyRecordInsertSetsPKey ();
26 void testNoPKeyRecordInsertSelect ();
28 void testNonInPlaceConstructibleRecordInsertSelect ();
30 void testComplexConstraintsRecordInsertSelectDefault ();
31 void testComplexConstraintsRecordInsertSelectIgnore ();
32 void testComplexConstraintsRecordInsertSelectReplace ();
34 void testConstrainedAutogenPKeyRecordInsertIgnore ();
35 void testConstrainedAutogenPKeyRecordInsertReplace ();
37 void testOptionalFieldNullRoundTrip ();
38 void testOptionalFieldValueRoundTrip ();
39 void testOptionalFieldUpdateNullToValue ();
40 void testOptionalFieldUpdateValueToNull ();