- Changed sqlite_extract\dialect.xml, make it doesn't inherit from any base dialect
- Add
PasswordOnly
as an option to AuthMode-CT intcd_latest.xsd
. - Add
Password
as an option to AuthOptionEnum-ST intcd_latest.xsd
.
- Add SQLDialect to samples/components/dialects
- Remove
base-types
from tdd samples. Intended functionality is exposed in<format-column-definition>
- Date functions in dialect examples to have only
<formula part='week'>
for functions withlocalstr
as last argument. See isuue for details
- New SQLite Extract-Only Sample
- Removed unnecessary attribute from samples
- Fix issue with SSL in the MySQL ODBC sample
- Removed INITSTMT from MySQL ODBC sample so that intialSQL does not run twice.
- Brought in changes from internal repository.
- New ISO Date test cases.
- Improved error messaging when running TDVT from the wrong directory.
- Improved the generated Diff files.
- XSD changes, Change connectionconfig's children could be in random order