Download DISQLite3 5.35.0 for Delphi 10.4 Cracked

DISQLite3 5.35.0 for Delphi 10.4 Cracked

DISQLite3 5.35.0 for Delphi 10.4 Cracked
DISQLite3 5.35.0 for Delphi 10.4 Cracked


DISQLite3 implements a self-contained, embeddable, zero-configuration SQL database engine for Delphi (Embarcadero / CodeGear / Borland).

Overview
ACID transactions, even after system crashes and power failures.
Zero-configuration – no setup or administration needed.
Implements most of SQL-92.
A complete database is stored in a single disk file.
Supports terabyte-sized databases and gigabyte-sized strings and blobs. Self-contained: no external dependencies, no DLLs.
Small footprint and smart linking: Only required code is compiled in, adding as little as 300 KB code space only.
Full Text Search (FTS) with customizable tokenizer, prefix matching, and optional word stemming for 15 languages.
Database AES encryption with SHA256 key generator.
Db.pas is not required, which allows DISQLite3 to compile with all flavours of Delphi, including Delphi Standard and Delphi Personal.
Faster than popular database engines for most common operations.
Simple, easy to use API.
Database files created with DISQLite3 can also be accessed by Linux and MacOS using the SQLite3 libraries.

SQL-92 Support
DISQLite3 Drive Catalog Demo ApplicationDISQLite3 understands most of the SQL-92 language standard:

ALTER TABLE
ANALYZE
ATTACH DATABASE
BEGIN TRANSACTION
Comments
COMMIT TRANSACTION
CREATE INDEX
CREATE TABLE
CREATE TRIGGER
CREATE VIEW
DELETE
DETACH DATABASE
DROP INDEX
DISQLite3 Mathematical Expression Evaluator Demo Applicationdrop TABLE
DROP TRIGGER
DROP VIEW
END TRANSACTION
EXPLAIN
Expressions
INSERT
ON CONFLICT clause
PRAGMA
REINDEX
REPLACE
ROLLBACK TRANSACTION
SELECT
UPDATE
VACUUM
The complete SQL syntax is described in full length in the DISQLite3 HTML Help, part of the installation package.

Simple Programming Interface
DISQLite3 Database Encryption Demo ApplicationDISQLite3 provides a comprehensive list of functions and procedures to manage database records with ease and efficiency. It includes the full SQLite3 functionality, plus a number of Delphi specific extras:

AnsiString, UnicodeString / WideString, and Variant support.
Database and Statement wrapper classes.
TDataSet support.
TStream support for BLOBs.
Growing number of Delphi example projects.
Despite of its rich set of features, a DISQLite3 database application can be realized with just three different function calls.

DISQLite3 5.35.0 – 3 Dec 2020

    New TDISQLite3UniDirQuery.IntegerPrimaryKeyField option to work around the 32-bit limitation of Delphi's ftAutoInc DataType and its corresponding TAutoIncField. Data loss may occur if an INTEGER PRIMARY KEY column uses the full 64-bit range available to SQLite3 integers.
    Added the sqlite3_txn_state interface for reporting on the current transaction state of the database connection.
    Enhance recursive common table expressions to support two or more recursive terms as is done by SQL Server, since this helps make queries against graphs easier to write and faster to execute.
    Improved error messages on CHECK constraint failures.
    Query planner improvements:
        Improved estimates for the cost of running a DISTINCT operator.
        When doing an UPDATE or DELETE using a multi-column index where only a few of the earlier columns of the index are useful for the index lookup, postpone doing the main table seek until after all WHERE clause constraints have been evaluated, in case those constraints can be covered by unused later terms of the index, thus avoiding unnecessary main table seeks.
        The new OP_SeekScan opcode is used to improve performance of multi-column index look-ups when later columns are constrained by an IN operator.
    The BEGIN IMMEDIATE and BEGIN EXCLUSIVE commands now work even if one or more attached database files are read-only.
    Enhanced FTS5 to support trigram indexes.
    Improved performance of WAL mode locking primitives in cases where there are hundreds of connections all accessing the same database file at once.
    Enhanced the carray() table-valued function to include a single-argument form that is bound using the auxiliary sqlite3_carray_bind interface.
    The substr() SQL function can now also be called “substring()” for compatibility with SQL Server.
    The syntax diagrams are now rendered as SVG for improved legibility and ease of maintenance. SVG requires at least Internet Explorer 9. If you experience display problems, you may need to update.



Only for V.I.P
Warning! You are not allowed to view this text.