Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0
-
Docs Required, Release Notes Required
Description
To simplify the process of adding a new custom data type it would be a good idea to have a basic set of test cases that automates (at least partially) the process of writing tests for a new custom data type.
Ddl
- CREATE TABLE (as non-primary key column)
- CREATE TABLE (as a primary key, if supported)
Dml
- INSERT
- UPDATE
Queries
- SELECT
- (WHERE clause)
- ?
Expressions
- Binary comparison operators
- IN expression
- CASE expression
- CASTS (if supported)
- BETWEEN expression
- COALESCE
- ?
Aggregate functions
- Min/Max
- Some, Every
- Other functions (if supported)
Other
- Dynamic Parameters
- ?
If a custom data type supports implicit casts from some type the above checks for <custom_type> v <another type> must be also provided.
Attachments
Issue Links
- links to