Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Releases: Simbiat/database

2.12.4+20250407

Choose a tag to compare

@Simbiat Simbiat released this 07 Apr 18:04
4c756dd

Support for adding USE statement before CREATE TABLE

2.12.3+20250406

Choose a tag to compare

@Simbiat Simbiat released this 06 Apr 18:26
978d685

Option to add IF NOT EXISTS for CREATE statement

2.12.2+20250209

Choose a tag to compare

@Simbiat Simbiat released this 09 Feb 09:14
d6a75f9

Update public email, name spelling and old website address

2.12.2+20241209

Choose a tag to compare

@Simbiat Simbiat released this 09 Dec 20:20
315e126

Fix support for CTE in isSelect

2.12.1+20241208

Choose a tag to compare

@Simbiat Simbiat released this 08 Dec 20:16
2175cac

Improve SELECT-like check and throw on empty query list

2.12.0+20240701

Choose a tag to compare

@Simbiat Simbiat released this 01 Jul 17:13
d717f82

Support for in binding, that will expand an array into multiple bindings used in IN() clause
checkTable now supports arrays for both table and schema and will return a int indicating count of found tables
stringToQueries now trims queries
New functions getColumnType, getColumnDescription, isNullable, checkFK

2.11.0+20240630

Choose a tag to compare

@Simbiat Simbiat released this 30 Jun 17:11
7fd7eab

Support for bytes and bits binding if CuteBytes class is present
Option to hide AUTO_INCREMENT table option when generating CREATE statement
Sorting tables by size is no optional
When tables are sorted by size the size will be converted to readable bytes if CuteBytes class is present

2.10.4+20240616

Choose a tag to compare

@Simbiat Simbiat released this 16 Jun 08:57
44aae83

Added mbstring requirement

2.10.3+20240526

Choose a tag to compare

@Simbiat Simbiat released this 26 May 07:32
49b8fa2

Fixed bytes length calculation

2.10.2+20240512

Choose a tag to compare

@Simbiat Simbiat released this 12 May 18:23
a5da33c

Fix false-positive Failed to start or end transaction
Added exceptions in case of query strings made out of whitespace