Released on 2025-03-15
- Removed all restrictions on executor services
- Improved logging
- Improved error handling
- Upgrade to gradle 8
Released on 2023-12-16
- Fixed issues with implicit character encoding in BLOB and CLOB implementations
- Added SPI support for Hibernate 6
- Extended iterator types
- Added module definition and utf-8 encoding explicitly
Released on 2023-01-11
api
andlang
were moved to the newminiconnect-api
reporepl
were moved to the newminiconnect-client
repordbms-framework
were moved to the newminibase
repo
BigInteger
was replaced byLargeInteger
anywhere- Unified and improved error messages
- Improved gradle build
- Some incorrect unit tests were fixed
Released on 2022-12-04
- Improved REPL with colored output
- Unique constraint
- Enum columns
- LEFT OUTER join and INNER join
- REPLACE INTO query
- Scoped wildcard syntax in SQL
- Simple COUNT queries
- NULLS FIRST and NULLS LAST clauses in SQL
- Support for unicode letters in unquoted identifiers
- Improved gradle build
- More improvements in SQL execution
- Ensure full java8 compatibility
Released on 2022-08-10
- AUTO_INCREMENT columns
- User variables in SQL
- Storing LOBs in user variables
- Blanket adapters (e.g. for JDBC)
- MiniConnect API
- JDBC/Hibernate support
- Messaging
- SQL grammar
- NULL handling in SQL
lang
project
- Prevented freezing by introducing timeouts
- Fixed LOB response handling
- Fixed some problems with NULL values in SQLs
- Prevented NPE on JDBC statement close
Released on 2022-04-19
- MiniConnect API (minimalistic)
- User-friendly result set wrapper
- Client-server mode, messaging
- Embedded mode
- RDBMS framework
- JDBC driver (access via JDBC)
- JDBC wrapper (access any JDBC connection via MiniConnect API)
- REPL
- Automatic REST
- and more …