Releases: wqweto/TC6
Releases · wqweto/TC6
Release list
TC6SQLite 1.1.0
This release includes version 1.1.0 of
- TC6SQLite - RC6-compatible SQLite Ax-DLL project in
TC6SQLite.zip
What's new
AbsolutePositionis now 1-based with RC6's BOF/EOF codes - breaking change vs 1.0.0 (matches RC6)- Event timing matches RC6 trace-for-trace: change-only
Moveevents, 0-based args with -1/-2 BOF/EOF, errors onMoveNext/MovePreviouspast the ends ContentChangesOnly- changed-rows blob, cross-loads and applies with RC6 in both directionsToJSONUTF8andGetRowsWithHeaders- byte-identical JSON output incl. indent/escaping modes- Reader value coercions like RC6: INTEGER columns type by width class (
Byte/Long/64-bit), DATE/TIME columns read asDate, BIT/BOOL asBoolean - ADO interop -
GetADORsFromContent,CreateTableFromADORsand thecConverterADO/OLEDB database migration with progress events - Command persistence and templating -
cCommand/cSelectCommand.Savewith key retrieval,ReplColumnOrTableName/ReplTextBlock - Assorted fixes - RC6-identical
Contentblobs for DATE/BIT columns, orphaned-field access hardening
TC6SQLite 1.0.0
This release includes version 1.0.0 of
- TC6SQLite - RC6-compatible SQLite Ax-DLL project in
TC6SQLite.zip
What's new
- Initial release
cConnection/cRecordsetwith batch updates and RC6 byte-compatibleContentserialization- Prepared statements (
cCommand/cSelectCommand), schema objects,cMemDB - User-defined functions, aggregates and collations via
IFunction/IAggregateFunction/ICollation - SQLite statically linked (thanks to VBSQLite) - no external dependencies, runs on Windows XP