Releases: Simbiat/database
Release list
2.12.4+20250407
Support for adding USE statement before CREATE TABLE
2.12.3+20250406
Option to add IF NOT EXISTS for CREATE statement
2.12.2+20250209
Update public email, name spelling and old website address
2.12.2+20241209
Fix support for CTE in isSelect
2.12.1+20241208
Improve SELECT-like check and throw on empty query list
2.12.0+20240701
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
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
Added mbstring requirement
2.10.3+20240526
Fixed bytes length calculation
2.10.2+20240512
Fix false-positive Failed to start or end transaction
Added exceptions in case of query strings made out of whitespace