Releases: QdbS/qdbs
QdbS 1.14
QdbS 1.14 has been released.
Changes include:
Changed the syntax of some SQL queries to use LIMIT and OFFSET instead of just LIMIT
Changed some SQL queries to not use NULL for id fields in INSERTs
Added PostgreSQL support
Fix for SQL errors when invalid quote limit is specified when changing settings
Fix to prevent setting quote limit to 0
Fix for "Trying to access array offset on value of type null" error
Fixed misssing (q|r)_count variables in admin footer template calls
Fixed misssing (q|r)_count variables in footer template calls
Fix for undefined variable and array offset on value of type null errors
Added simple RSS feed
Update layout_header.tpl (PeGaSuS-Coder)
Fix for case sensitive searches while using PostgreSQL
Added missing comment to installer about table prefix
QdbS 1.13
QdbS 1.13 has been released.
Changes include:
Fix for incorrect error handling of mysqli_connect in install script
Fix for issue adding intial admin during install
Fix for issue adding quote
Fix for quote approval and admin addition not working due to incorrect NULL in SQL query
Added a little better error handling
Moved remaining mysqli_*() functions to classes.php
Removed blank settings.php
Changed a couple of QdbS_Database class function names