Databases 2 min read

BeetlSQL 3.1.5 Release: Fixed @Version and @LogicDelete Issues and Expanded Data Platform Support

The BeetlSQL 3.1.5 update resolves two persistent bugs related to @Version and @LogicDelete annotations, provides the Maven dependency snippet, and outlines its broad support for traditional databases, big‑data stores, IoT time‑series databases, SQL query engines, and in‑memory databases.

Laravel Tech Community
Laravel Tech Community
Laravel Tech Community
BeetlSQL 3.1.5 Release: Fixed @Version and @LogicDelete Issues and Expanded Data Platform Support

The update fixes two long‑standing issues introduced after upgrading to version 3: the @Version annotation misbehaving during insert and update operations, and the @LogicDelete annotation failing when deleteById is called.

<dependency>
  <groupId>com.ibeetl</groupId>
  <artifactId>beetlsql</artifactId>
  <version>3.1.5-RELEASE</version>
</dependency>

BeetlSQL aims to provide a high‑efficiency, maintainable, and performant database access framework, offering a consistent coding style across multiple databases within a single system.

Supported platforms include:

Traditional databases: MySQL, MariaDB, Oracle, PostgreSQL, DB2, SQL Server, H2, SQLite, Derby, Shentong, Dameng, Huawei Gauss, Renmin University Jincang, PolarDB, etc.

Big data stores: HBase, ClickHouse, Cassandra, Hive.

IoT time‑series databases: Machbase, TD‑Engine, IoTDB.

SQL query engines: Drill, Presto, Druid.

In‑memory databases: Ignite, Couchbase.

JavaBackend DevelopmentMavenDatabase AccessBeetlSQL
Laravel Tech Community
Written by

Laravel Tech Community

Specializing in Laravel development, we continuously publish fresh content and grow alongside the elegant, stable Laravel framework.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.